|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## [v1.10.0](https://github.com/coder/vscode-coder/releases/tag/v1.10.0) 2025-08-05 |
| 6 | + |
5 | 7 | ### Changed
|
6 | 8 |
|
7 |
| -- Coder output panel enhancements: All log entries now include timestamps, and you |
8 |
| - can filter messages by log level in the panel. |
| 9 | +- Coder output panel enhancements: all log entries now include timestamps, and |
| 10 | + you can filter messages by log level in the panel. |
9 | 11 |
|
10 | 12 | ### Added
|
11 | 13 |
|
12 | 14 | - Update `/openDevContainer` to support all dev container features when hostPath
|
13 | 15 | and configFile are provided.
|
14 | 16 | - Add `coder.disableUpdateNotifications` setting to disable workspace template
|
15 | 17 | update notifications.
|
16 |
| -- Coder output panel enhancements: All log entries now include timestamps, and you |
17 |
| - can filter messages by log level in the panel. |
18 |
| -- Consistently use the same session for each agent. Previously, |
19 |
| - depending on how you connected, it could be possible to get two |
20 |
| - different sessions for an agent. Existing connections may still |
21 |
| - have this problem, only new connections are fixed. |
22 |
| -- Added an agent metadata monitor status bar item, so you can view your active |
| 18 | +- Consistently use the same session for each agent. Previously, depending on how |
| 19 | + you connected, it could be possible to get two different sessions for an |
| 20 | + agent. Existing connections may still have this problem; only new connections |
| 21 | + are fixed. |
| 22 | +- Add an agent metadata monitor status bar item, so you can view your active |
23 | 23 | agent metadata at a glance.
|
24 | 24 | - Add binary signature verification. This can be disabled with
|
25 | 25 | `coder.disableSignatureVerification` if you purposefully run a binary that is
|
|
0 commit comments