File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Unreleased
4+
5+ ## [ v1.14.0-pre] ( https://github.com/coder/vscode-coder/releases/tag/v1.14.0-pre ) 2026-03-06
6+
7+ ### Added
8+
9+ - Re-introduced OS keyring support for session tokens (reverted in v1.13.2), now delegating
10+ to the Coder CLI instead of native ` @napi-rs/keyring ` binaries. This keeps the credential
11+ format in sync with the CLI automatically.
12+
13+ ### Fixed
14+
15+ - ` --use-keyring ` and ` --global-config ` are now explicitly filtered from user-configured
16+ global CLI flags to prevent conflicts with the extension's auth mode.
17+
318## [ v1.13.2] ( https://github.com/coder/vscode-coder/releases/tag/v1.13.2 ) 2026-03-05
419
520### Fixed
1934- Fixed CLI binary downloads failing when servers or proxies compress responses unexpectedly.
2035- Clarified CLI download progress notification wording.
2136
22- ### Added
23-
24- - Session tokens are now stored in the OS keyring (Keychain on macOS, Credential Manager on
25- Windows) instead of plaintext files, when using CLI >= 2.29.0. Falls back to file storage on
26- Linux, older CLIs, or if the keyring write fails. Controlled via the ` coder.useKeyring ` setting.
27-
2837## [ v1.13.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.13.0 ) 2026-03-03
2938
3039### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " coder-remote" ,
33 "displayName" : " Coder" ,
4- "version" : " 1.13.2 " ,
4+ "version" : " 1.14.0 " ,
55 "description" : " Open any workspace with a single click." ,
66 "categories" : [
77 " Other"
You can’t perform that action at this time.
0 commit comments