diff --git a/CHANGELOG.md b/CHANGELOG.md index 56309b7f..8cb6c18c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.4.10] - 2026-04-14 + ### Added - Prefix mode now supports custom command keybindings via `[[keys.command]]`, so you can launch detached shell helpers or open temporary overlay panes from inside herdr using the active workspace, tab, pane, and cwd context. - Pressing the prefix key twice now forwards a literal prefix keystroke into the focused pane, which makes nested tools and terminal apps that use the same prefix easier to control. diff --git a/Cargo.lock b/Cargo.lock index 14c5acbd..a4675d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.4.9" +version = "0.4.10" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6aa56908..df12e767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.4.9" +version = "0.4.10" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents"