File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Unreleased
6
6
7
+ ### Added
8
+ - support connecting to multiple deployments (existing connections will still be
9
+ using the old method; please re-add them if you connect to multiple
10
+ deployments)
11
+ - settings page for configuring both the source and destination of the CLI
12
+ - listing editors and connecting will retry automatically on failure
13
+ - surface various errors in the UI to make them more immediately visible
14
+
15
+ ### Changed
16
+ - a token dialog and browser will not be launched when automatically connecting
17
+ to the last known deployment; these actions will only take place when you
18
+ explicitly interact by pressing "connect"
19
+ - token dialog has been widened so the entire token can be seen at once
20
+
7
21
### Fixed
8
22
- the help text under the IDE dropdown now takes into account whether the IDE is
9
23
already installed
10
24
- various minor alignment issues
25
+ - workspaces table now updates when the agent status changes
26
+ - connecting when the directory contains a tilde
27
+ - selection getting lost when a workspace starts or stops
28
+ - wait for the agent to become fully ready before connecting
29
+ - avoid populating the token dialog with the last known token if it was for a
30
+ different deployment
11
31
12
32
## 2.2.1 - 2023-03-23
13
33
Original file line number Diff line number Diff line change 3
3
pluginGroup =com.coder.gateway
4
4
pluginName =coder-gateway
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =2.2.1
6
+ pluginVersion =2.3.0
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
# for insight into build numbers and IntelliJ Platform versions.
9
9
pluginSinceBuild =223.7571.70
You can’t perform that action at this time.
0 commit comments