From 3940f140fddeae9c65070480c077de85efe14bc2 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 22 Mar 2023 11:12:50 -0800 Subject: [PATCH] Prepare for 2.2.1 (#205) --- CHANGELOG.md | 9 +++++++-- gradle.properties | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9666571c..b3d6c1b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,22 @@ ## Unreleased +### Fixed +- reading an existing config would sometimes use the wrong directory on Linux +- two separate SSH sessions would spawn when connecting to a workspace through + the main flow + ## 2.2.0 - 2023-03-08 ### Added - support for Gateway 2023 ### Fixed -- the "Select IDE and Project" button is no longer disabled for a time after +- the "Select IDE and Project" button is no longer disabled for a time after going back a step ### Changed -- initial authentication is now asynchronous which means no hang on the main +- initial authentication is now asynchronous which means no hang on the main screen while that happens and it shows in the progress bar ## 2.1.7 - 2023-02-28 diff --git a/gradle.properties b/gradle.properties index 71cf26f0..1c235a6f 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.2.0 +pluginVersion=2.2.1 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=223.7571.70 @@ -24,4 +24,4 @@ gradleVersion=7.4 # Opt-out flag for bundling Kotlin standard library. # See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details. # suppress inspection "UnusedProperty" -kotlin.stdlib.default.dependency=false \ No newline at end of file +kotlin.stdlib.default.dependency=false