Skip to content

Commit 50e75a5

Browse files
committed
v0.2.0
1 parent 714af77 commit 50e75a5

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.2.0 (2025-11-11)
4+
5+
* Cancel ACP sessions when client disconnects but doesn't reconnect
6+
* Add hotkeys for menu items on macOS
7+
* Add TLS support (configurable in the config file)
8+
* Ensure custom certificates can be used properly on all platforms
9+
* Allow the client to restart ACP agents when necessary
10+
311
## v0.1.0 (2025-10-31)
412

513
Initial release.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "0.2.0"
1111

1212
[patch.crates-io]
1313
# TODO: upstream

0 commit comments

Comments
 (0)