Skip to content

Commit 21d88bb

Browse files
authored
chore: bump to v1.14.6 and update changelog (#977)
Bump the version from 1.14.5 to 1.14.6 and update the changelog to reflect the `release/v1.14.6` branch contents.
1 parent 87a6831 commit 21d88bb

2 files changed

Lines changed: 28 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@
4242
around `cmd.exe` on Windows) and a recurring command-injection risk
4343
when deployment-supplied values like workspace names or template
4444
parameters contained spaces, quotes, or shell metacharacters.
45-
- Minimum supported VS Code lowered to 1.105 for Cursor compatibility.
46-
47-
### Removed
48-
49-
- The "Coder Chat (Experimental)" secondary sidebar and its `agents`
50-
experiment gate. Deeplinks that still include `chatId` continue to open
51-
the workspace; the parameter is now silently ignored.
5245

5346
### Fixed
5447

@@ -72,6 +65,33 @@
7265
for input the update is failed instead of hanging, and the workspace
7366
falls back to starting on the existing template version with a warning.
7467

68+
## [v1.14.6](https://github.com/coder/vscode-coder/releases/tag/v1.14.6) 2026-05-26
69+
70+
### Changed
71+
72+
- Minimum supported VS Code lowered to 1.105 for Cursor compatibility.
73+
74+
### Removed
75+
76+
- The "Coder Chat (Experimental)" secondary sidebar and its `agents`
77+
experiment gate. Deeplinks that still include `chatId` continue to open
78+
the workspace; the parameter is now silently ignored.
79+
80+
### Fixed
81+
82+
- Sessions suspended by an mTLS or `coder.headerCommand` failure now
83+
auto-recover once the setting is corrected; a 401 from a mid-flight
84+
settings change is retried silently with the new settings and fresh
85+
headers instead of escalating to an interactive prompt.
86+
- Logout, deployment switch, or dispose during an in-flight auth verify
87+
is no longer overwritten when the verify finishes, and no longer
88+
leaves stale deployment data in storage.
89+
- Cross-window login keeps listening when the first token observed from
90+
another window is invalid, so a follow-up valid write still resolves
91+
the dialog.
92+
- Config-change side-effects (reload prompt, recovery, reconnects) fire
93+
once after edits settle instead of on every event in a burst.
94+
7595
### Security
7696

7797
- Hardened the configuration scope of security-sensitive settings so that a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.14.5",
4+
"version": "1.14.6",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)