Skip to content

Commit 07c65da

Browse files
committed
Bump version to 2.11.0
1 parent 5433d0a commit 07c65da

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## Unreleased
66

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+
718
## 2.10.0 - 2024-03-12
819

920
### Changed

gradle.properties

+1-1
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.10.0
6+
pluginVersion=2.11.0
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=233.6745

0 commit comments

Comments
 (0)