From 5bac69fb070081698e0ed61283238c3faa09c798 Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Thu, 6 Aug 2026 13:13:00 +0300 Subject: [PATCH] chore: release v1.16.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- src/login/loginCoordinator.ts | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913a971c0..7a42a5cac 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.16.0](https://github.com/coder/vscode-coder/releases/tag/v1.16.0) 2026-08-06 ### Added @@ -16,6 +16,9 @@ messages in a markdown preview. - Ask for confirmation before creating a support bundle, with a summary of the data it collects. +- Collect the remote editor's server logs from the workspace in support + bundles, alongside the local extension and SSH logs (requires a Coder + 2.36.0+ deployment). ### Changed @@ -65,6 +68,9 @@ revert to its default in a remote window. - Delete the legacy file-based credentials after migrating them to secret storage, instead of leaving plaintext copies behind. +- Stop using saved logins that point at a different deployment than the one + they were saved for, and warn instead of failing the connection when + migrated file-based credentials carry such a mismatch. ## [v1.15.2](https://github.com/coder/vscode-coder/releases/tag/v1.15.2) 2026-06-30 diff --git a/package.json b/package.json index ebc0216f3..e534270e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.15.2", + "version": "1.16.0", "description": "Open any workspace with a single click.", "categories": [ "Other" diff --git a/src/login/loginCoordinator.ts b/src/login/loginCoordinator.ts index d2cd1f242..15c4fd93f 100644 --- a/src/login/loginCoordinator.ts +++ b/src/login/loginCoordinator.ts @@ -367,7 +367,11 @@ export class LoginCoordinator implements vscode.Disposable { new Error("The token in the link is invalid or expired."), isAutoLogin, ); - return { success: false, method: "provided_token", reason: "auth_failed" }; + return { + success: false, + method: "provided_token", + reason: "auth_failed", + }; } if (result.success) { // Silent when the link repeats the same user on the same origin, or an