Skip to content

Commit

Permalink
Prepare for 2.2.1 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Mar 22, 2023
1 parent 49357c7 commit 3940f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.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
Expand All @@ -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
kotlin.stdlib.default.dependency=false

0 comments on commit 3940f14

Please sign in to comment.