|
4 | 4 |
|
5 | 5 | ###Added
|
6 | 6 |
|
| 7 | +- support for matching workspace agent in the URI via the agent name |
| 8 | + |
| 9 | +###Removed |
| 10 | + |
| 11 | +- dropped support for`agent_id` as a URI parameter |
| 12 | + |
| 13 | +##0.4.0 - 2025-07-08 |
| 14 | + |
| 15 | +###Added |
| 16 | + |
7 | 17 | - support for basic authentication for HTTP/HTTPS proxy
|
8 | 18 | - support for Toolbox 2.7 release
|
9 |
| -- support for matching workspace agent in the URI via the agent name |
10 | 19 |
|
11 | 20 | ###Changed
|
12 | 21 |
|
13 | 22 | - improved message while loading the workspace
|
14 | 23 |
|
15 |
| -###Removed |
16 |
| - |
17 |
| -- dropped support for`agent_id` as a URI parameter |
18 |
| - |
19 | 24 | ###Fixed
|
20 | 25 |
|
21 |
| -- URI protocol handler is now able to switch to the Coder provider even if the last opened provider was something else |
| 26 | +- URI protocol handler is now able to switch to the Coder provider even if the last opened provider was something else |
22 | 27 |
|
23 | 28 | ##0.3.2 - 2025-06-25
|
24 | 29 |
|
|