|
6 | 6 |
|
7 | 7 | ### Fixed
|
8 | 8 |
|
9 |
| -- Various recent connections fixes (details coming soon). |
10 |
| -- IDEs are now sorted by version. |
| 9 | +- Sort IDEs by version (latest first). |
| 10 | +- Recent connections window will try to recover after encountering an error. |
| 11 | + There is still a known issue where if a token expires there is no way to enter |
| 12 | + a new one except to go back through the "Connect with Coder" flow. |
| 13 | +- Header command ignores stderr and does not error if nothing is output. It |
| 14 | + will still error if any blank lines are output. |
| 15 | +- Remove "from jetbrains.com" from the download text since the download source |
| 16 | + can be configured. |
11 | 17 |
|
12 | 18 | ### Changed
|
13 | 19 |
|
14 | 20 | - If using a certificate and key, it is assumed that token authentication is not
|
15 |
| - required, and all token prompts are skipped. |
| 21 | + required, all token prompts are skipped, and the token header is not sent. |
| 22 | +- Recent connections to deleted workspaces are automatically deleted. |
| 23 | +- Display workspace name instead of the generated host name in the recents |
| 24 | + window. |
| 25 | +- Add deployment URL, IDE product, and build to the recents window. |
| 26 | +- Display status and error in the recents window under the workspace name |
| 27 | + instead of hiding them in tooltips. |
| 28 | +- Truncate the path in the recents window if it is too long to prevent |
| 29 | + needing to scroll to press the workspace actions. |
16 | 30 |
|
17 | 31 | ### Added
|
18 | 32 |
|
19 | 33 | - New setting for a setup command that will run in the directory of the IDE
|
20 |
| - before connecting to it. |
21 |
| -- New setting for extra SSH options. |
| 34 | + before connecting to it. By default if this command fails the plugin will |
| 35 | + display the command's exit code and output then abort the connection, but |
| 36 | + there is an additional setting to ignore failures. |
| 37 | +- New setting for extra SSH options. This is arbitrary text and is not |
| 38 | + validated in any way. If this setting is left empty, the environment variable |
| 39 | + CODER_SSH_CONFIG_OPTIONS will be used if set. |
22 | 40 |
|
23 | 41 | ## 2.10.0 - 2024-03-12
|
24 | 42 |
|
|
0 commit comments