Skip to content

Commit 84d226f

Browse files
committed
v1.11.1
1 parent dc7688e commit 84d226f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
## Unreleased
44

5+
## [v1.11.1](https://github.com/coder/vscode-coder/releases/tag/v1.11.1) 2025-10-07
6+
57
### Fixed
68

79
- Logging in or out in one VS Code window now properly updates the authentication status in all other open windows.
810
- 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.
912

1013
### Added
1114

1215
- 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.
1317

1418
## [v1.11.0](https://github.com/coder/vscode-coder/releases/tag/v1.11.0) 2025-09-24
1519

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

0 commit comments

Comments
 (0)