release: v0.5.1

This commit is contained in:
Ogulcan Celik
2026-04-25 23:28:23 +03:00
parent 95835d9bbc
commit 071a22afde
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.5.1] - 2026-04-25
### Added
- Toast notifications can now be delivered through the outer terminal as desktop notifications. Configure this with `ui.toast.delivery = "terminal"`; see `CONFIGURATION.md` for details.
- Herdr now writes separate capped support logs for app, client, and server modes, making persistent-session issue reports easier to diagnose without unbounded log growth.
Generated
+1 -1
View File
@@ -497,7 +497,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"base64",
"bincode",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"