Skip to content

Commit d27dfd9

Browse files
committed
chore: release v1.16.0
1 parent 8710948 commit d27dfd9

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.16.0](https://github.com/coder/vscode-coder/releases/tag/v1.16.0) 2026-08-06
99

1010
### Added
1111

@@ -16,6 +16,9 @@
1616
messages in a markdown preview.
1717
- Ask for confirmation before creating a support bundle, with a summary of the
1818
data it collects.
19+
- Collect the remote editor's server logs from the workspace in support
20+
bundles, alongside the local extension and SSH logs (requires a Coder
21+
2.36.0+ deployment).
1922

2023
### Changed
2124

@@ -65,6 +68,9 @@
6568
revert to its default in a remote window.
6669
- Delete the legacy file-based credentials after migrating them to secret
6770
storage, instead of leaving plaintext copies behind.
71+
- Ignore a stored session whose URL points at a different deployment than the
72+
one it was saved for, and warn instead of failing the connection when
73+
migrating file-based credentials with such a mismatch.
6874

6975
## [v1.15.2](https://github.com/coder/vscode-coder/releases/tag/v1.15.2) 2026-06-30
7076

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

0 commit comments

Comments
 (0)