Skip to content

Commit e70dca1

Browse files
authored
v1.14.0-pre (#830)
1 parent 7b59373 commit e70dca1

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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
@@ -19,12 +34,6 @@
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

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.13.2",
4+
"version": "1.14.0",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)