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 3
3
# coder-gateway Changelog
4
4
5
5
## [ Unreleased]
6
-
7
6
### Added
8
-
9
7
- support for displaying workspace version
10
8
- support for managing the lifecycle of a workspace, i.e. start and stop
11
9
12
- ### Fixed
13
-
14
- - terminal link for workspaces with a single agent
15
-
16
10
### Changed
17
-
18
11
- 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
19
16
20
17
## [ 2.0.2]
21
18
25
22
- better support for Light and Dark themes in the "Status" column
26
23
27
24
### Fixed
25
+
28
26
- left panel is no longer visible when a new connection is triggered from Coder's "Recent Workspaces" panel.
29
27
This provides consistency with other plugins compatible with Gateway
30
28
- 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
6
6
pluginVersion =2.0.2
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.24
9
+ pluginSinceBuild =222.3739.40
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.24 -CUSTOM-SNAPSHOT
15
- instrumentationCompiler =222.3739.24 -CUSTOM-SNAPSHOT
14
+ platformVersion =222.3739.40 -CUSTOM-SNAPSHOT
15
+ instrumentationCompiler =222.3739.40 -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