|
2 | 2 |
|
3 | 3 | ##Unreleased
|
4 | 4 |
|
| 5 | +##[v1.11.1](https://github.com/coder/vscode-coder/releases/tag/v1.11.1) 2025-10-07 |
| 6 | + |
5 | 7 | ###Fixed
|
6 | 8 |
|
7 | 9 | - Logging in or out in one VS Code window now properly updates the authentication status in all other open windows.
|
8 | 10 | - Fix an issue with JSON stringification errors occurring when logging circular objects.
|
| 11 | +- Fix resource cleanup issues that could leave lingering components after extension deactivation. |
9 | 12 |
|
10 | 13 | ###Added
|
11 | 14 |
|
12 | 15 | - Support for`CODER_BINARY_DESTINATION` environment variable to set CLI download location (overridden by extension setting`coder.binaryDestination` if configured).
|
| 16 | +- Search filter button to Coder Workspaces tree views for easier workspace discovery. |
13 | 17 |
|
14 | 18 | ##[v1.11.0](https://github.com/coder/vscode-coder/releases/tag/v1.11.0) 2025-09-24
|
15 | 19 |
|
|