File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed
Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ### Changed
8+
9+ - minimum supported Gateway build is now 222.3739.54
10+
711## [ 2.1.0]
8- ### Added
9- - support for displaying workspace version
10- - support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
1112
12- ### Changed
13- - workspace panel is now updated every 5 seconds
14- - combinations of workspace names and agent names are now listed even when a workspace is down
15- - minimum supported Gateway build is now 222.3739.40
13+ ### Added
14+
15+ - support for displaying workspace version
16+ - support for managing the lifecycle of a workspace, i.e. start and stop and update workspace to the latest template version
1617
17- ### Fixed
18- - terminal link for workspaces with a single agent
18+ ### Changed
19+
20+ - workspace panel is now updated every 5 seconds
21+ - combinations of workspace names and agent names are now listed even when a workspace is down
22+ - minimum supported Gateway build is now 222.3739.40
23+
24+ ### Fixed
25+ - terminal link for workspaces with a single agent
1926- no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
2027
2128## [ 2.0.2]
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pluginName=coder-gateway
66pluginVersion =2.1.0
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.40
9+ pluginSinceBuild =222.3739.54
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.40 -CUSTOM-SNAPSHOT
15- instrumentationCompiler =222.3739.40 -CUSTOM-SNAPSHOT
14+ platformVersion =222.3739.54 -CUSTOM-SNAPSHOT
15+ instrumentationCompiler =222.3739.54 -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