Skip to content

Commit 69d56bb

Browse files
committed
Prepare for v2.4.0
1 parent f51bc74 commit 69d56bb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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

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)