|
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 used in the SSH proxy command to |
| 11 | + use the current URL instead of `CODER_URL`. This fixes connection issues such |
| 12 | + as "failed to retrieve IDEs". To aply this fix, you must add the connection |
| 13 | + again through the "Connect to Coder" flow or by using the dashboard link (the |
| 14 | + recent connections do not reconfigure SSH). |
| 15 | + |
| 16 | +### Changed |
| 17 | + |
7 | 18 | - The "Recents" view has been updated to have a new flow.
|
8 | 19 | Before, there were separate controls for managing the workspace and then you
|
9 | 20 | could click a link to launch a project (clicking a link would also start a stopped workspace automatically).
|
10 | 21 | Now, there are no workspace controls, just links which start the workspace automatically when needed.
|
11 | 22 | The links are enabled when the workspace is STOPPED, CANCELED, FAILED, STARTING, RUNNING. These states represent
|
12 | 23 | 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) |
| 24 | + We also use a spinner icon when workspaces are in a transition state (STARTING, CANCELING, DELETING, STOPPING) |
14 | 25 | to give context for why a link might be disabled or a connection might take longer than usual to establish.
|
15 | 26 |
|
16 | 27 | ## 2.13.1 - 2024年07月19日
|
|
0 commit comments