Skip to content

Commit 3940f14

Browse files
authored
Prepare for 2.2.1 (#205)
1 parent 49357c7 commit 3940f14

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@
44

55
## Unreleased
66

7+
### Fixed
8+
- reading an existing config would sometimes use the wrong directory on Linux
9+
- two separate SSH sessions would spawn when connecting to a workspace through
10+
the main flow
11+
712
## 2.2.0 - 2023-03-08
813

914
### Added
1015
- support for Gateway 2023
1116

1217
### Fixed
13-
- the "Select IDE and Project" button is no longer disabled for a time after
18+
- the "Select IDE and Project" button is no longer disabled for a time after
1419
going back a step
1520

1621
### Changed
17-
- initial authentication is now asynchronous which means no hang on the main
22+
- initial authentication is now asynchronous which means no hang on the main
1823
screen while that happens and it shows in the progress bar
1924

2025
## 2.1.7 - 2023-02-28

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.2.0
6+
pluginVersion=2.2.1
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=223.7571.70
@@ -24,4 +24,4 @@ gradleVersion=7.4
2424
# Opt-out flag for bundling Kotlin standard library.
2525
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
2626
# suppress inspection "UnusedProperty"
27-
kotlin.stdlib.default.dependency=false
27+
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)