Skip to content

Commit 43a1f6f

Browse files
committed
Upgrade to latest Gateway build
- minimum supported build is now 222.3739.40
1 parent 53577a7 commit 43a1f6f

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
# coder-gateway Changelog
44

55
## [Unreleased]
6-
76
### Added
8-
97
- support for displaying workspace version
108
- support for managing the lifecycle of a workspace, i.e. start and stop
119

12-
### Fixed
13-
14-
- terminal link for workspaces with a single agent
15-
1610
### Changed
17-
1811
- workspace panel is now updated every 5 seconds
12+
- minimum supported Gateway build is now 222.3739.40
13+
14+
### Fixed
15+
- terminal link for workspaces with a single agent
1916

2017
## [2.0.2]
2118

@@ -25,6 +22,7 @@
2522
- better support for Light and Dark themes in the "Status" column
2623

2724
### Fixed
25+
2826
- left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel.
2927
This provides consistency with other plugins compatible with Gateway
3028
- the "Select IDE and Project" button in the "Coder Workspaces" view is now disabled when no workspace is selected

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ pluginName=coder-gateway
66
pluginVersion=2.0.2
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
9-
pluginSinceBuild=222.3739.24
9+
pluginSinceBuild=222.3739.40
1010
pluginUntilBuild=222.*
1111
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1212
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
1313
platformType=GW
14-
platformVersion=222.3739.24-CUSTOM-SNAPSHOT
15-
instrumentationCompiler=222.3739.24-CUSTOM-SNAPSHOT
14+
platformVersion=222.3739.40-CUSTOM-SNAPSHOT
15+
instrumentationCompiler=222.3739.40-CUSTOM-SNAPSHOT
1616
platformDownloadSources=true
1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22

0 commit comments

Comments
 (0)