Skip to content

Commit 7dc240c

Browse files
committed
Fix changelog format
1 parent 3132004 commit 7dc240c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,43 @@
22

33
## Unreleased
44

5+
### Fixed
6+
57
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
68
- Use Axios client to receive event stream so TLS settings are properly applied.
79

8-
### Fixed
9-
1010
## [v1.4.1](https://github.com/coder/vscode-coder/releases/tag/v1.4.1) (2025-02-19)
1111

12+
### Fixed
13+
1214
- Recreate REST client in spots where confirmStart may have waited indefinitely.
1315

1416
## [v1.4.0](https://github.com/coder/vscode-coder/releases/tag/v1.4.0) (2025-02-04)
1517

18+
### Fixed
19+
1620
- Recreate REST client after starting a workspace to ensure fresh TLS certificates.
21+
22+
### Changed
23+
1724
- Use `coder ssh` subcommand in place of `coder vscodessh`.
1825

1926
## [v1.3.10](https://github.com/coder/vscode-coder/releases/tag/v1.3.10) (2025-01-17)
2027

28+
### Fixed
29+
2130
- Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.
2231

2332
## [v1.3.9](https://github.com/coder/vscode-coder/releases/tag/v1.3.9) (2024-12-12)
2433

34+
### Fixed
35+
2536
- Only show a login failure dialog for explicit logins (and not autologins).
2637

2738
## [v1.3.8](https://github.com/coder/vscode-coder/releases/tag/v1.3.8) (2024-12-06)
2839

40+
### Changed
41+
2942
- When starting a workspace, shell out to the Coder binary instead of making an
3043
API call. This reduces drift between what the plugin does and the CLI does. As
3144
part of this, the `session_token` file was renamed to `session` since that is

0 commit comments

Comments
 (0)