From 03fed50c12945bc05b5281834320cebf60db30db Mon Sep 17 00:00:00 2001 From: GitHub Action <action@github.com> Date: Wed, 10 Aug 2022 22:03:17 +0000 Subject: [PATCH] Changelog update - v2.0.2 --- CHANGELOG.md | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58769e98..0019348e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,46 +1,47 @@ <!-- Keep a Changelog guide -> https://keepachangelog.com --> -# coder-gateway Changelog - -## [Unreleased] +# coder-gateway Changelog + +## [Unreleased] + +## [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 - -## [2.0.1] - -### Fixed - +- the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host + +## [2.0.1] +### Fixed - `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view - working workspaces are now listed when there are issues with resolving agents - list only workspaces owned by the logged user -### Changed - + +### 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` -- minimum supported Gateway build is now 222.3739.24 - -## [2.0.0] -### Added +- minimum supported Gateway build is now 222.3739.24 + +## [2.0.0] +### Added - support for Gateway 2022.2 -### Changed + +### Changed - Java 17 is now required to run the plugin -- adapted the code to the new SSH API provided by Gateway - -## [1.0.0] -### Added +- adapted the code to the new SSH API provided by Gateway + +## [1.0.0] +### Added - initial scaffold for Gateway plugin - browser based authentication on Coder environments - REST client for Coder V2 public API