|
3 | 3 | # coder-gateway Changelog
|
4 | 4 |
|
5 | 5 | ## [Unreleased]
|
6 |
| -### Added |
7 |
| -- support for displaying workspace version |
8 |
| -- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version |
9 | 6 |
|
10 |
| -### Changed |
11 |
| -- workspace panel is now updated every 5 seconds |
12 |
| -- combinations of workspace names and agent names are now listed even when a workspace is down |
13 |
| -- minimum supported Gateway build is now 222.3739.40 |
| 7 | +## [2.1.0] |
| 8 | +### Added |
| 9 | +- support for displaying workspace version |
| 10 | +- support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version |
14 | 11 |
|
15 |
| -### Fixed |
16 |
| -- terminal link for workspaces with a single agent |
| 12 | +### Changed |
| 13 | +- workspace panel is now updated every 5 seconds |
| 14 | +- combinations of workspace names and agent names are now listed even when a workspace is down |
| 15 | +- minimum supported Gateway build is now 222.3739.40 |
| 16 | + |
| 17 | +### Fixed |
| 18 | +- terminal link for workspaces with a single agent |
17 | 19 | - no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
|
18 | 20 |
|
19 | 21 | ## [2.0.2]
|
20 |
| - |
21 | 22 | ### Added
|
22 |
| - |
23 | 23 | - support for displaying working and non-working workspaces
|
24 | 24 | - better support for Light and Dark themes in the "Status" column
|
25 | 25 |
|
26 | 26 | ### Fixed
|
27 |
| - |
28 | 27 | - left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel.
|
29 | 28 | This provides consistency with other plugins compatible with Gateway
|
30 | 29 | - the "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected
|
31 | 30 |
|
32 |
| - |
33 | 31 | ### Changed
|
34 | 32 | - the authentication view is now merged with the "Coder Workspaces" view allowing users to quickly change the host
|
35 | 33 |
|
|
39 | 37 | - working workspaces are now listed when there are issues with resolving agents
|
40 | 38 | - list only workspaces owned by the logged user
|
41 | 39 |
|
42 |
| - |
43 | 40 | ### Changed
|
44 | 41 | - links to documentation now point to the latest Coder OSS
|
45 | 42 | - simplified main action link text from `Connect to Coder Workspaces` to `Connect to Coder`
|
|
49 | 46 | ### Added
|
50 | 47 | - support for Gateway 2022.2
|
51 | 48 |
|
52 |
| - |
53 | 49 | ### Changed
|
54 | 50 | - Java 17 is now required to run the plugin
|
55 | 51 | - adapted the code to the new SSH API provided by Gateway
|
|
0 commit comments