Skip to content

Commit 816ad9b

Browse files
committed
Add support for path expansion that begins with tilde (~)
1 parent 6311add commit 816ad9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## Unreleased
44

5+
### Added
6+
7+
- Support for paths that begin with a tilde (`~`).
8+
59
### Fixed
610

711
- Fixed race condition when multiple VS Code windows download the Coder CLI binary simultaneously.
812
Other windows now wait and display real-time progress instead of attempting concurrent downloads,
913
preventing corruption and failures.
14+
- Remove duplicate "Cancel" buttons on the workspace update dialog.
1015

1116
### Changed
1217

@@ -18,11 +23,6 @@
1823
### Added
1924

2025
- Support for the `google.antigravity-remote-openssh` Remote SSH extension.
21-
- Support for paths that begin with a tilde (`~`).
22-
23-
### Fixed
24-
25-
- Remove duplicate "Cancel" buttons on the workspace update dialog.
2626

2727
### Changed
2828

0 commit comments

Comments
 (0)