From d2f6fee480351cd8bbf23fb04238da834d18b1cd Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 6 Aug 2023 14:19:55 -0500 Subject: [PATCH 1/4] chore: update changelog for 2.5.2 release --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9221e892..ac6866f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Fixed - Inability to connect to a workspace after going back to the workspaces view. +- Remove version warning for 2.x release. ### Changed - Add a message to distinguish between connecting to the worker and querying for @@ -28,8 +29,8 @@ - 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 +- 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. From c6c320c6dee6957b169053cd8a971ee539e1f60c Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 6 Aug 2023 14:36:04 -0500 Subject: [PATCH 2/4] chore: change version to support semver --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4d91f647..c5b2f2c8 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.5.2 +pluginVersion=2.6.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 From 55004391e995bf4a682c4dc4e7b79b2e07fba02e Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 6 Aug 2023 14:38:55 -0500 Subject: [PATCH 3/4] try major version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c5b2f2c8..e091cf9e 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.6.0 +pluginVersion=3.0.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 From 2050d96a6ed2b5c7c727e687d77c07e485b37e17 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 6 Aug 2023 14:42:09 -0500 Subject: [PATCH 4/4] chore: fix minCompatibleCoderVersion --- gradle.properties | 2 +- src/main/resources/version/CoderSupportedVersions.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index e091cf9e..4d91f647 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.coder.gateway pluginName=coder-gateway # SemVer format -> https://semver.org -pluginVersion=3.0.0 +pluginVersion=2.5.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=223.7571.70 diff --git a/src/main/resources/version/CoderSupportedVersions.properties b/src/main/resources/version/CoderSupportedVersions.properties index 9fead97d..03c98dd1 100644 --- a/src/main/resources/version/CoderSupportedVersions.properties +++ b/src/main/resources/version/CoderSupportedVersions.properties @@ -1,2 +1,2 @@ -minCompatibleCoderVersion=0.15.0 +minCompatibleCoderVersion=0.12.9 maxCompatibleCoderVersion=3.0.0