|
6 | 6 |
|
7 | 7 | - Automatic TLS client certificate refresh via new `coder.tlsCertRefreshCommand` setting. Detects |
8 | 8 | certificate errors (expired, revoked, etc.) and automatically refreshes and retries. |
| 9 | +- OAuth 2.1 authentication support: When connecting to an OAuth-enabled Coder deployment, users can |
| 10 | + now choose between OAuth (with automatic token refresh) or legacy session tokens. OAuth tokens |
| 11 | + refresh automatically in the background, eliminating manual re-authentication. |
| 12 | +- Multi-deployment support: The extension now properly tracks per-deployment credentials, allowing |
| 13 | + seamless switching between multiple Coder deployments. Credentials sync automatically across |
| 14 | + VS Code windows. |
| 15 | +- WebSocket connections now automatically reconnect when proxy, TLS, or header settings change |
| 16 | + (`coder.headerCommand`, `coder.insecure`, `coder.tlsCertFile`, `coder.tlsKeyFile`, `coder.tlsCaFile`, |
| 17 | + `coder.tlsAltHost`, `http.proxy`, `coder.proxyBypass`). |
9 | 18 |
|
10 | 19 | ### Fixed |
11 | 20 |
|
12 | 21 | - Fixed `SetEnv` SSH config parsing and accumulation with user-defined values. |
13 | 22 | - Improved WebSocket error handling for more consistent behavior across connection failures. |
| 23 | +- Commands now correctly appear/hide in the command palette based on login state and remote connection. |
| 24 | +- Opening a workspace via URI (`vscode://coder.coder-remote/open?...`) now properly prompts for login |
| 25 | + when credentials are missing. |
| 26 | +- Network info files are now automatically cleaned up, and the SSH process is re-detected after |
| 27 | + repeated failures to read network info. |
| 28 | + |
| 29 | +### Changed |
| 30 | + |
| 31 | +- **Breaking**: Minimum VS Code version is now 1.95.0. |
| 32 | +- Build tooling modernized: all dependencies updated, faster builds with esbuild (replaces webpack), |
| 33 | + pnpm replaces yarn, and ESLint 9 with flat config. |
14 | 34 |
|
15 | 35 | ## [v1.11.6](https://github.com/coder/vscode-coder/releases/tag/v1.11.6) 2025-12-15 |
16 | 36 |
|
|
0 commit comments