release: v0.4.3

This commit is contained in:
Ogulcan Celik
2026-04-07 18:57:31 +03:00
parent 48dc58cd0b
commit 9a0f7cdafc
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## [0.4.3] - 2026-04-07
### Fixed
- Update checks and in-app **What's New** release notes no longer depend on GitHubs release API, which avoids the transient 403 failures from the previous update path.
- `herdr pane run ...` now submits the full command atomically in one request, fixing cases where scripted commands did not reliably execute because the final Enter was sent separately.
Generated
+1 -1
View File
@@ -445,7 +445,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"base64",
"bytes",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"