We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8911df1 commit 83391f9Copy full SHA for 83391f9
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+## [1.10.1](https://github.com/coder/vscode-coder/releases/tag/v1.10.1) 2025-08-13
6
+
7
+### Fixed
8
9
+- The signature download fallback now uses only major.minor.patch without any
10
+ extra labels (like the hash), since the releases server does not include those
11
+ labels with its artifacts.
12
13
## [v1.10.0](https://github.com/coder/vscode-coder/releases/tag/v1.10.0) 2025-08-05
14
15
### Changed
package.json
@@ -1,7 +1,7 @@
1
{
"name": "coder-remote",
"displayName": "Coder",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "Open any workspace with a single click.",
"categories": [
"Other"
0 commit comments