Skip to content

Commit c9e552d

Browse files
authored
Consolidate changelog pre-release entries (#870)
1 parent 19b9536 commit c9e552d

File tree

1 file changed

+19
-40
lines changed

1 file changed

+19
-40
lines changed

CHANGELOG.md

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# Change Log
22

3-
## Unreleased
3+
<!-- When cutting a stable release, consolidate all pre-release entries into a
4+
single release section and remove them. The "Unreleased" header is omitted
5+
from published versions since it shows up in the VS Code extension changelog
6+
tab and is confusing to users. Add it back between releases if needed. -->
47

58
## [v1.14.3](https://github.com/coder/vscode-coder/releases/tag/v1.14.3) 2026-03-30
69

7-
### Fixed
8-
9-
- URI handler no longer falls back to the agent's `expanded_directory` when the `folder`
10-
query parameter is absent. An absent `folder` now opens a bare remote window, restoring
11-
pre-v1.10.0 behavior.
12-
13-
## [v1.14.2-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.2-pre) 2026-03-26
14-
1510
### Added
1611

1712
- Coder Chat panel: delegate development tasks to AI coding agents directly from VS Code's
@@ -20,24 +15,6 @@
2015
Access) to be enabled on your deployment.
2116
- New `coder.disableNotifications` setting to suppress all notification prompts from the
2217
Coder deployment, including workspace update reminders and scheduling alerts.
23-
24-
### Fixed
25-
26-
- Fixed SSH connections failing when a custom `RemoteCommand` is configured in SSH config.
27-
- SSH connections now recover faster after laptop sleep/wake by detecting port changes
28-
and re-registering the label formatter.
29-
- SSH process discovery now uses `ss` -> `netstat` -> `lsof` on Linux
30-
and `netstat` -> `lsof` on macOS, fixing systems where `netstat` was unavailable
31-
and the SSH PID could not be resolved, which broke network info display and log viewing.
32-
33-
### Changed
34-
35-
- **Breaking**: Minimum VS Code version is now 1.106.0.
36-
37-
## [v1.14.1-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.1-pre) 2026-03-16
38-
39-
### Added
40-
4118
- Automatically set `reconnectionGraceTime`, `serverShutdownTimeout`, and `maxReconnectionAttempts`
4219
on first connection to prevent disconnects during overnight workspace sleep.
4320
- New **Coder: Apply Recommended SSH Settings** command to overwrite all recommended SSH settings at once.
@@ -46,33 +23,35 @@
4623
the `CODER_SSH_LOG_DIR` environment variable as a fallback.
4724
- SSH options from `coder config-ssh --ssh-option` are now applied to VS Code connections,
4825
with priority order: VS Code setting > `coder config-ssh` options > deployment config.
26+
- Re-introduced OS keyring support for session tokens (reverted in v1.13.2), now delegating
27+
to the Coder CLI instead of native `@napi-rs/keyring` binaries. This keeps the credential
28+
format in sync with the CLI automatically.
4929

5030
### Fixed
5131

32+
- URI handler no longer falls back to the agent's `expanded_directory` when the `folder`
33+
query parameter is absent. An absent `folder` now opens a bare remote window, restoring
34+
pre-v1.10.0 behavior.
35+
- Fixed SSH connections failing when a custom `RemoteCommand` is configured in SSH config.
36+
- SSH connections now recover faster after laptop sleep/wake by detecting port changes
37+
and re-registering the label formatter.
38+
- SSH process discovery now uses `ss` -> `netstat` -> `lsof` on Linux
39+
and `netstat` -> `lsof` on macOS, fixing systems where `netstat` was unavailable
40+
and the SSH PID could not be resolved, which broke network info display and log viewing.
5241
- Fixed SSH config writes failing on Windows when antivirus, cloud sync software,
5342
or another process briefly locks the file.
5443
- Fixed Tasks view container not showing in Cursor when not authenticated.
44+
- `--use-keyring` and `--global-config` are now explicitly filtered from user-configured
45+
global CLI flags to prevent conflicts with the extension's auth mode.
5546

5647
### Changed
5748

49+
- **Breaking**: Minimum VS Code version is now 1.106.0.
5850
- `coder.useKeyring` is now opt-in (default: false). Keyring storage requires CLI >= 2.29.0 for
5951
storage and logout sync, and >= 2.31.0 for syncing login from CLI to VS Code.
6052
- Session tokens are now saved to the OS keyring at login time (when enabled and CLI >= 2.29.0),
6153
not only when connecting to a workspace.
6254

63-
## [v1.14.0-pre](https://github.com/coder/vscode-coder/releases/tag/v1.14.0-pre) 2026-03-06
64-
65-
### Added
66-
67-
- Re-introduced OS keyring support for session tokens (reverted in v1.13.2), now delegating
68-
to the Coder CLI instead of native `@napi-rs/keyring` binaries. This keeps the credential
69-
format in sync with the CLI automatically.
70-
71-
### Fixed
72-
73-
- `--use-keyring` and `--global-config` are now explicitly filtered from user-configured
74-
global CLI flags to prevent conflicts with the extension's auth mode.
75-
7655
## [v1.13.2](https://github.com/coder/vscode-coder/releases/tag/v1.13.2) 2026-03-05
7756

7857
### Fixed

0 commit comments

Comments
 (0)