Skip to content

Commit 3d279e9

Browse files
committed
Prepare for v2.4.0
1 parent f51bc74 commit 3d279e9

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,43 @@
44

55
## Unreleased
66

7+
### Added
8+
9+
- add configuration to change the binary directory separately from data.
10+
- add status and start/stop buttons to the recent connections view.
11+
12+
### Changed
13+
14+
- check binary version with `version --output json` (if available) since this is
15+
faster than waiting for the round trip checking etags. It also covers cases
16+
where the binary is hosted somewhere that does not support etags.
17+
- move the template link from the row to a dedicated button on the toolbar.
18+
719
## 2.3.0 - 2023-05-03
820

921
### Added
10-
- support connecting to multiple deployments (existing connections will still be
11-
using the old method; please re-add them if you connect to multiple
22+
- support connecting to multiple deployments (existing connections will still be
23+
using the old method; please re-add them if you connect to multiple
1224
deployments)
1325
- settings page for configuring both the source and destination of the CLI
1426
- listing editors and connecting will retry automatically on failure
1527
- surface various errors in the UI to make them more immediately visible
1628

1729
### Changed
18-
- a token dialog and browser will not be launched when automatically connecting
19-
to the last known deployment; these actions will only take place when you
30+
- a token dialog and browser will not be launched when automatically connecting
31+
to the last known deployment; these actions will only take place when you
2032
explicitly interact by pressing "connect"
2133
- token dialog has been widened so the entire token can be seen at once
2234

2335
### Fixed
24-
- the help text under the IDE dropdown now takes into account whether the IDE is
36+
- the help text under the IDE dropdown now takes into account whether the IDE is
2537
already installed
2638
- various minor alignment issues
2739
- workspaces table now updates when the agent status changes
2840
- connecting when the directory contains a tilde
2941
- selection getting lost when a workspace starts or stops
3042
- wait for the agent to become fully ready before connecting
31-
- avoid populating the token dialog with the last known token if it was for a
43+
- avoid populating the token dialog with the last known token if it was for a
3244
different deployment
3345

3446
## 2.2.1 - 2023-03-23

gradle.properties

Lines changed: 1 addition & 1 deletion
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.3.0
6+
pluginVersion=2.4.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)