From 3514dc8407ac2ea8a7db8c74c138863a4e6a89e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 18 Aug 2022 21:45:58 +0000 Subject: [PATCH] Changelog update - v2.1.0 --- CHANGELOG.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d260bae..bdd6f03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,33 +3,31 @@ # coder-gateway Changelog ## [Unreleased] -### Added -- support for displaying workspace version -- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version -### Changed -- workspace panel is now updated every 5 seconds -- combinations of workspace names and agent names are now listed even when a workspace is down -- minimum supported Gateway build is now 222.3739.40 +## [2.1.0] +### Added +- support for displaying workspace version +- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version -### Fixed -- terminal link for workspaces with a single agent +### Changed +- workspace panel is now updated every 5 seconds +- combinations of workspace names and agent names are now listed even when a workspace is down +- minimum supported Gateway build is now 222.3739.40 + +### Fixed +- terminal link for workspaces with a single agent - no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway ## [2.0.2] - ### Added - - support for displaying working and non-working workspaces - better support for Light and Dark themes in the "Status" column ### Fixed - - left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel. This provides consistency with other plugins compatible with Gateway - the "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected - ### Changed - the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host @@ -39,7 +37,6 @@ - working workspaces are now listed when there are issues with resolving agents - list only workspaces owned by the logged user - ### Changed - links to documentation now point to the latest Coder OSS - simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder` @@ -49,7 +46,6 @@ ### Added - support for Gateway 2022.2 - ### Changed - Java 17 is now required to run the plugin - adapted the code to the new SSH API provided by Gateway