|
4 | 4 |
|
5 | 5 | ## Unreleased
|
6 | 6 |
|
| 7 | +### Added |
| 8 | + |
| 9 | +- add configuration to change the binary directory separately from data. |
| 10 | +- add status and start/stop buttons to the recent connections view. |
| 11 | + |
| 12 | +### Changed |
| 13 | + |
| 14 | +- check binary version with `version --output json` (if available) since this is |
| 15 | + faster than waiting for the round trip checking etags. It also covers cases |
| 16 | + where the binary is hosted somewhere that does not support etags. |
| 17 | +- move the template link from the row to a dedicated button on the toolbar. |
| 18 | + |
7 | 19 | ## 2.3.0 - 2023-05-03
|
8 | 20 |
|
9 | 21 | ### Added
|
10 |
| -- support connecting to multiple deployments (existing connections will still be |
11 |
| - using the old method; please re-add them if you connect to multiple |
| 22 | +- support connecting to multiple deployments (existing connections will still be |
| 23 | + using the old method; please re-add them if you connect to multiple |
12 | 24 | deployments)
|
13 | 25 | - settings page for configuring both the source and destination of the CLI
|
14 | 26 | - listing editors and connecting will retry automatically on failure
|
15 | 27 | - surface various errors in the UI to make them more immediately visible
|
16 | 28 |
|
17 | 29 | ### Changed
|
18 |
| -- a token dialog and browser will not be launched when automatically connecting |
19 |
| - to the last known deployment; these actions will only take place when you |
| 30 | +- a token dialog and browser will not be launched when automatically connecting |
| 31 | + to the last known deployment; these actions will only take place when you |
20 | 32 | explicitly interact by pressing "connect"
|
21 | 33 | - token dialog has been widened so the entire token can be seen at once
|
22 | 34 |
|
23 | 35 | ### Fixed
|
24 |
| -- the help text under the IDE dropdown now takes into account whether the IDE is |
| 36 | +- the help text under the IDE dropdown now takes into account whether the IDE is |
25 | 37 | already installed
|
26 | 38 | - various minor alignment issues
|
27 | 39 | - workspaces table now updates when the agent status changes
|
28 | 40 | - connecting when the directory contains a tilde
|
29 | 41 | - selection getting lost when a workspace starts or stops
|
30 | 42 | - wait for the agent to become fully ready before connecting
|
31 |
| -- avoid populating the token dialog with the last known token if it was for a |
| 43 | +- avoid populating the token dialog with the last known token if it was for a |
32 | 44 | different deployment
|
33 | 45 |
|
34 | 46 | ## 2.2.1 - 2023-03-23
|
|
0 commit comments