From 299dd4163a96381ec2d8e5bde13d7ba6d6432373 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Wed, 8 Jul 2026 01:53:09 +0300 Subject: [PATCH] release: v0.7.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/next/CHANGELOG.md | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 037b6ca5..96a9613b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.7.3] - 2026-07-08 + ### Fixed - The session navigator now keeps the active search query when leaving and re-entering search focus, and its footer now shows shortcuts for the current input mode. (#1115, #1140, thanks @liby) - Re-focusing an already-focused done agent or pane through the socket API now marks it seen instead of leaving stale done status in API responses. diff --git a/Cargo.lock b/Cargo.lock index f1a1f9d2..046a82d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "herdr" -version = "0.7.2" +version = "0.7.3" dependencies = [ "base64", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 5d307956..f063c53e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "herdr" -version = "0.7.2" +version = "0.7.3" edition = "2021" build = "build.rs" description = "terminal workspace manager for AI coding agents" diff --git a/docs/next/CHANGELOG.md b/docs/next/CHANGELOG.md index 037b6ca5..96a9613b 100644 --- a/docs/next/CHANGELOG.md +++ b/docs/next/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.7.3] - 2026-07-08 + ### Fixed - The session navigator now keeps the active search query when leaving and re-entering search focus, and its footer now shows shortcuts for the current input mode. (#1115, #1140, thanks @liby) - Re-focusing an already-focused done agent or pane through the socket API now marks it seen instead of leaving stale done status in API responses.