Skip to content

Changelog update - v2.0.2 #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changelog update - v2.0.2
  • Loading branch information
actions-user committed Aug 10, 2022
commit 03fed50c12945bc05b5281834320cebf60db30db
49 changes: 25 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down