File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Unreleased
6
6
7
+ ### Added
8
+
9
+ - allow configuring 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
+
7
19
## 2.3.0 - 2023-05-03
8
20
9
21
### Added
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.3 .0
6
+ pluginVersion =2.4 .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