From 4965f8708cdbeddacef0b5f7e97c1fa375fbd908 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Mon, 13 Apr 2026 03:42:37 +0300 Subject: [PATCH] release: v0.4.9 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4529357d..62822d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.4.9] - 2026-04-13 + ### Fixed - Droid's primary-screen redraws no longer erase pane scrollback inside herdr, while normal scrollback-clear behavior is preserved elsewhere. - `q` is now dedicated to quitting in navigate mode instead of also acting as a generic cancel key in modals and overlays, reducing accidental quits. diff --git a/Cargo.lock b/Cargo.lock index 05740cb7..14c5acbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.4.8" +version = "0.4.9" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7013c9db..6aa56908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.4.8" +version = "0.4.9" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents"