|
7 | 7 | ###Changed
|
8 | 8 |
|
9 | 9 | - Disable autostarting workspaces by default on macOS to prevent an issue where
|
10 |
| - it wakes periodically and keeps the workspace on.This can be toggled via the |
| 10 | + it wakes periodically and keeps the workspace on. This can be toggled via the |
11 | 11 | "Disable autostart" setting.
|
| 12 | +- CLI configuration is now reported in the progress indicator. Before it |
| 13 | + happened in the background so it made the "Select IDE and project" button |
| 14 | + appear to hang for a short time while it completed. |
| 15 | + |
| 16 | +###Fixed |
| 17 | + |
| 18 | +- Prevent environment variables being expanded too early in the header |
| 19 | + command. This will make header commands like`auth --url=$CODER_URL` work. |
| 20 | +- Stop workspaces before updating them. This is necessary in some cases where |
| 21 | + the update changes parameters and the old template needs to be stopped with |
| 22 | + the existing parameter values first or where the template author was not |
| 23 | + diligent about making sure the agent gets restarted with the new ID and token |
| 24 | + when doing two build starts in a row. |
| 25 | +- Errors from API requests are now read and reported rather than only reporting |
| 26 | + the HTTP status code. |
| 27 | +- Data and binary directories are expanded so things like`~` can be used now. |
12 | 28 |
|
13 | 29 | ##2.9.3 - 2024-02-10
|
14 | 30 |
|
|