Skip to content

Commit 9ab34bc

Browse files
authored
Prepare for 2.3.0 (#235)
1 parent 2dbcf15 commit 9ab34bc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,30 @@
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

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=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.
99
pluginSinceBuild=223.7571.70

0 commit comments

Comments
 (0)