Skip to content

Commit 8370396

Browse files
committedJul 2, 2024··
Prepare 2.11.8
1 parent a6a1bed commit 8370396

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
## Unreleased
66

7+
### Added
8+
9+
- Set `--usage-app` on the proxy command if the Coder CLI supports it
10+
(>=2.13.0). To make use of this, you must add the connection again through the
11+
"Connect to Coder" flow or by using the dashboard link (the recents
12+
connections do not reconfigure SSH).
13+
14+
### Changed
15+
16+
- Add support for latest Gateway 242.* EAP.
17+
718
### Fixed
819

920
- The version column now displays "Up to date" or "Outdated" instead of

‎gradle.properties

Lines changed: 1 addition & 1 deletion
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.11.7
6+
pluginVersion=2.12.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)
Please sign in to comment.