Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Prepare for v2.4.0
  • Loading branch information
code-asher committed Jun 1, 2023
commit 1c5c62e5791015b9e4cc9ca120fbc85a56a34345
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

## Unreleased

### Added

- allow configuring the binary directory separately from data.
- add status and start/stop buttons to the recent connections view.

### Changed

- check binary version with `version --output json` (if available) since this is
faster than waiting for the round trip checking etags. It also covers cases
where the binary is hosted somewhere that does not support etags.
- move the template link from the row to a dedicated button on the toolbar.

## 2.3.0 - 2023-05-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup=com.coder.gateway
pluginName=coder-gateway
# SemVer format -> https://semver.org
pluginVersion=2.3.0
pluginVersion=2.4.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=223.7571.70
Expand Down