Skip to content

Commit ce85ff5

Browse files
committed
v2.14.0
1 parent 4cb1177 commit ce85ff5

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

CHANGELOG.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@
1515

1616
### Changed
1717

18-
- The "Recents" view has been updated to have a new flow.
19-
Before, there were separate controls for managing the workspace and then you
20-
could click a link to launch a project (clicking a link would also start a stopped workspace automatically).
21-
Now, there are no workspace controls, just links which start the workspace automatically when needed.
22-
The links are enabled when the workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states represent
23-
valid times to start a workspace and connect, or to simply connect to a running one or one that's already starting.
24-
We also use a spinner icon when workspaces are in a transition state (STARTING, CANCELING, DELETING, STOPPING)
25-
to give context for why a link might be disabled or a connection might take longer than usual to establish.
18+
- The "Recents" view has been updated to have a new flow. Before, there were
19+
separate controls for managing the workspace and then you could click a link
20+
to launch a project (clicking a link would also start a stopped workspace
21+
automatically). Now, there are no workspace controls, just links which start
22+
the workspace automatically when needed. The links are enabled when the
23+
workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states
24+
represent valid times to start a workspace and connect, or to simply connect
25+
to a running one or one that's already starting. We also use a spinner icon
26+
when workspaces are in a transition state (STARTING, CANCELING, DELETING,
27+
STOPPING) to give context for why a link might be disabled or a connection
28+
might take longer than usual to establish.
2629

2730
## 2.13.1 - 2024-07-19
2831

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup=com.coder.gateway
44
# Zip file name.
55
pluginName=coder-gateway
66
# SemVer format -> https://semver.org
7-
pluginVersion=2.13.1
7+
pluginVersion=2.14.0
88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild=233.6745

0 commit comments

Comments
 (0)