Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a6b196b

Browse files
committedAug 19, 2024·
update changelog
1 parent 901c2c3 commit a6b196b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
## Unreleased
66

7+
- The "Recents" view has been updated to have a new flow.
8+
Before, there were separate controls for managing the workspace and then you
9+
could click a link to launch a project (clicking a link would also start a stopped workspace automatically).
10+
Now, there are no workspace controls, just links which start the workspace automatically when needed.
11+
The links are enabled when the workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states represent
12+
valid times to start a workspace and connect, or to simply connect to a running one or one that's already starting.
13+
We also use a spinner icon when workspaces are in a transition state (STARTING, CANCELING, DELETING, STOPPING)
14+
to give context for why a link might be disabled or a connection might take longer than usual to establish.
15+
716
## 2.13.1 - 2024-07-19
817

918
### Changed

0 commit comments

Comments
 (0)
Please sign in to comment.