We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422787f commit a0e0c5bCopy full SHA for a0e0c5b
2 files changed
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
## Unreleased
4
5
+## [v1.12.1](https://github.com/coder/vscode-coder/releases/tag/v1.12.1) 2026-01-23
6
+
7
+### Fixed
8
9
+- Fixed GPG signature verification failing when public keys have been reformatted.
10
+- Fixed race conditions when multiple VS Code windows access deployments simultaneously.
11
12
+### Changed
13
14
+- Refined logging with clearer messages and more accurate severity levels for easier troubleshooting.
15
16
## [v1.12.0](https://github.com/coder/vscode-coder/releases/tag/v1.12.0) 2026-01-21
17
18
### Added
package.json
@@ -1,7 +1,7 @@
1
{
"name": "coder-remote",
"displayName": "Coder",
- "version": "1.12.0",
+ "version": "1.12.1",
"description": "Open any workspace with a single click.",
"categories": [
"Other"
0 commit comments