Skip to content

Commit 99745f5

Browse files
authored
chore: release v1.15.1 (#1016)
1 parent a5941a3 commit 99745f5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from published versions since it shows up in the VS Code extension changelog
66
tab and is confusing to users. Add it back between releases if needed. -->
77

8-
## Unreleased
8+
## [v1.15.1](https://github.com/coder/vscode-coder/releases/tag/v1.15.1) 2026-06-26
99

1010
### Added
1111

@@ -28,6 +28,12 @@
2828
`coder logout` rather than by the extension directly. The minimum supported
2929
Coder version is now v0.25.0.
3030

31+
### Changed
32+
33+
- Workspace opens and `coder://` URI handling now log more diagnostics (target
34+
workspace, agent, and handoff) to make failed opens easier to trace. URI
35+
parameter values, including tokens, are never logged.
36+
3137
### Fixed
3238

3339
- Propagate VS Code's proxy settings (`http.proxy`, `http.noProxy`, and

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

0 commit comments

Comments
 (0)