release: v0.2.2

This commit is contained in:
Ogulcan Celik 2026-03-31 20:51:58 +03:00
parent c65845aae1
commit 5f97b0c26d
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.2.2] - 2026-03-31
### Fixed
- Fixed pane scrollbars so they reserve their own lane instead of drawing over terminal content, which makes scrolling and scrollbar dragging behave more cleanly in narrow panes.
- Fixed alternate-screen scrollback handling so full-screen terminal apps can preserve recoverable history inside herdr panes instead of losing rows that scroll off.

2
Cargo.lock generated
View File

@ -451,7 +451,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"base64",
"bytes",

View File

@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "terminal workspace manager for AI coding agents"
license = "AGPL-3.0-or-later"