Skip to content

Commit c26018f

Browse files
committed
v1.10.0
1 parent 5054994 commit c26018f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
## Unreleased
44

5+
## [v1.10.0](https://github.com/coder/vscode-coder/releases/tag/v1.10.0) 2025-08-05
6+
57
### Changed
68

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.
911

1012
### Added
1113

1214
- Update `/openDevContainer` to support all dev container features when hostPath
1315
and configFile are provided.
1416
- Add `coder.disableUpdateNotifications` setting to disable workspace template
1517
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
2323
agent metadata at a glance.
2424
- Add binary signature verification. This can be disabled with
2525
`coder.disableSignatureVerification` if you purposefully run a binary that is

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.9.2",
4+
"version": "1.10.0",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)