diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e982a92..4bfdfd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## Unreleased +## [v1.3.0](https://github.com/coder/vscode-coder/releases/tag/v1.3.0) (2024-07-01) + +### Added + +- If there are multiple agents, the plugin will now ask which to use. + +### Fixed + +- If the workspace is stopping as the plugin tries to connect, it will wait for + the stop and then try to start the workspace. Previously it would only start + the workspace if it happened to be in a fully stopped state when connecting. +- Whenever the plugin wants to start a workspace, it will ask the user first to + prevent constantly keeping a workspace up and defeating the point of + auto-stop. + ## [v1.2.1](https://github.com/coder/vscode-coder/releases/tag/v1.2.1) (2024-06-25) ### Fixed diff --git a/package.json b/package.json index c910375a..728a909d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Coder", "description": "Open any workspace with a single click.", "repository": "https://github.com/coder/vscode-coder", - "version": "1.2.1", + "version": "1.3.0", "engines": { "vscode": "^1.73.0" },