We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433d0a commit 07c65daCopy full SHA for 07c65da
CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
## Unreleased
6
7
+### Fixed
8
+
9
+- Various recent connections fixes (details coming soon).
10
+- IDEs are now sorted by version.
11
12
+### Added
13
14
+- New setting for a setup command that will run in the directory of the IDE
15
+ before connecting to it.
16
+- New setting for extra SSH options.
17
18
## 2.10.0 - 2024-03-12
19
20
### Changed
gradle.properties
@@ -3,7 +3,7 @@
3
pluginGroup=com.coder.gateway
pluginName=coder-gateway
# SemVer format -> https://semver.org
-pluginVersion=2.10.0
+pluginVersion=2.11.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=233.6745
0 commit comments