File tree 2 files changed +19
-12
lines changed
2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Changed
8
+
9
+ - minimum supported Gateway build is now 222.3739.54
10
+
7
11
## [ 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
11
12
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
16
17
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
19
26
- no longer allow users to open a connection to a Windows or macOS workspace. It's not yet supported by Gateway
20
27
21
28
## [ 2.0.2]
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ pluginName=coder-gateway
6
6
pluginVersion =2.1.0
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
# for insight into build numbers and IntelliJ Platform versions.
9
- pluginSinceBuild =222.3739.40
9
+ pluginSinceBuild =222.3739.54
10
10
pluginUntilBuild =222.*
11
11
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
12
12
# Gateway available build versions https://www.jetbrains.com/intellij-repository/snapshots and https://www.jetbrains.com/intellij-repository/releases
13
13
platformType =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
16
16
platformDownloadSources =true
17
17
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
18
18
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
You can’t perform that action at this time.
0 commit comments