File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pluginName=coder-gateway
66pluginVersion =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
1010pluginUntilBuild =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
1313platformType =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
1616platformDownloadSources =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
You can’t perform that action at this time.
0 commit comments