diff --git a/CHANGELOG.md b/CHANGELOG.md index c65870ed4..06be9fd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ from published versions since it shows up in the VS Code extension changelog tab and is confusing to users. Add it back between releases if needed. --> -## Unreleased +## [v1.15.1](https://github.com/coder/vscode-coder/releases/tag/v1.15.1) 2026-06-26 ### Added @@ -28,6 +28,12 @@ `coder logout` rather than by the extension directly. The minimum supported Coder version is now v0.25.0. +### Changed + +- Workspace opens and `coder://` URI handling now log more diagnostics (target + workspace, agent, and handoff) to make failed opens easier to trace. URI + parameter values, including tokens, are never logged. + ### Fixed - Propagate VS Code's proxy settings (`http.proxy`, `http.noProxy`, and diff --git a/package.json b/package.json index 62775a3be..08cfcf66d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.15.0", + "version": "1.15.1", "description": "Open any workspace with a single click.", "categories": [ "Other"