|
1 | 1 | <!-- Keep a Changelog guide -> https://keepachangelog.com --> |
2 | 2 |
|
3 | | -# coder-gateway Changelog |
4 | | - |
5 | | -## [Unreleased] |
| 3 | +# coder-gateway Changelog |
| 4 | + |
| 5 | +## [Unreleased] |
| 6 | + |
| 7 | +## [2.0.2] |
6 | 8 | ### Added |
7 | 9 | - support for displaying working and non-working workspaces |
8 | 10 | - better support for Light and Dark themes in the "Status" column |
9 | | - |
| 11 | + |
| 12 | + |
10 | 13 | ### Fixed |
11 | | - |
12 | 14 | - left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel. |
13 | 15 | This provides consistency with other plugins compatible with Gateway |
14 | 16 | - the "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected |
15 | | - |
| 17 | + |
| 18 | + |
16 | 19 | ### Changed |
17 | | - |
18 | | -- the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host |
19 | | - |
20 | | -## [2.0.1] |
21 | | - |
22 | | -### Fixed |
23 | | - |
| 20 | +- the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host |
| 21 | + |
| 22 | +## [2.0.1] |
| 23 | +### Fixed |
24 | 24 | - `Recent Coder Workspaces` label overlaps with the search bar in the `Connections` view |
25 | 25 | - working workspaces are now listed when there are issues with resolving agents |
26 | 26 | - list only workspaces owned by the logged user |
27 | 27 |
|
28 | | -### Changed |
29 | | - |
| 28 | + |
| 29 | +### Changed |
30 | 30 | - links to documentation now point to the latest Coder OSS |
31 | 31 | - simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder` |
32 | | -- minimum supported Gateway build is now 222.3739.24 |
33 | | - |
34 | | -## [2.0.0] |
35 | | -### Added |
| 32 | +- minimum supported Gateway build is now 222.3739.24 |
| 33 | + |
| 34 | +## [2.0.0] |
| 35 | +### Added |
36 | 36 | - support for Gateway 2022.2 |
37 | 37 |
|
38 | | -### Changed |
| 38 | + |
| 39 | +### Changed |
39 | 40 | - Java 17 is now required to run the plugin |
40 | | -- adapted the code to the new SSH API provided by Gateway |
41 | | - |
42 | | -## [1.0.0] |
43 | | -### Added |
| 41 | +- adapted the code to the new SSH API provided by Gateway |
| 42 | + |
| 43 | +## [1.0.0] |
| 44 | +### Added |
44 | 45 | - initial scaffold for Gateway plugin |
45 | 46 | - browser based authentication on Coder environments |
46 | 47 | - REST client for Coder V2 public API |
|
0 commit comments