From 1c5c62e5791015b9e4cc9ca120fbc85a56a34345 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 1 Jun 2023 10:30:16 -0800 Subject: [PATCH] Prepare for v2.4.0 --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c20b348..361ec59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 2fb14e9c..97f7af01 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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