|
4 | 4 |
|
5 | 5 | ##Unreleased
|
6 | 6 |
|
| 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 | + |
7 | 16 | - The "Recents" view has been updated to have a new flow.
|
8 | 17 | Before, there were separate controls for managing the workspace and then you
|
9 | 18 | could click a link to launch a project (clicking a link would also start a stopped workspace automatically).
|
10 | 19 | Now, there are no workspace controls, just links which start the workspace automatically when needed.
|
11 | 20 | The links are enabled when the workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states represent
|
12 | 21 | 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) |
14 | 23 | to give context for why a link might be disabled or a connection might take longer than usual to establish.
|
15 | 24 |
|
16 | 25 | ##2.13.1 - 2024-07-19
|
|