File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 44
55## Unreleased
66
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+
721### Fixed
822- the help text under the IDE dropdown now takes into account whether the IDE is
923 already installed
1024- 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
1131
1232## 2.2.1 - 2023-03-23
1333
Original file line number Diff line number Diff line change 33pluginGroup =com.coder.gateway
44pluginName =coder-gateway
55# SemVer format -> https://semver.org
6- pluginVersion =2.2.1
6+ pluginVersion =2.3.0
77# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88# for insight into build numbers and IntelliJ Platform versions.
99pluginSinceBuild =223.7571.70
You can’t perform that action at this time.
0 commit comments