Skip to content

Commit 62eec3d

Browse files
committed
Add changelog entry for URL fix
1 parent dead511 commit 62eec3d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@
44

55
## Unreleased
66

7+
### Fixed
8+
9+
- When the `CODER_URL` environment variable is set but you connect to a
10+
different URL in Gateway, force the Coder CLI to use the current URL instead
11+
of `CODER_URL`. This fixes connection issues such as "failed to retrieve
12+
IDEs".
13+
14+
### Changed
15+
716
- The "Recents" view has been updated to have a new flow.
817
Before, there were separate controls for managing the workspace and then you
918
could click a link to launch a project (clicking a link would also start a stopped workspace automatically).
1019
Now, there are no workspace controls, just links which start the workspace automatically when needed.
1120
The links are enabled when the workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states represent
1221
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)
22+
We also use a spinner icon when workspaces are in a transition state (STARTING, CANCELING, DELETING, STOPPING)
1423
to give context for why a link might be disabled or a connection might take longer than usual to establish.
1524

1625
## 2.13.1 - 2024-07-19

0 commit comments

Comments
 (0)