release: v0.6.0

This commit is contained in:
Ogulcan Celik 2026-05-20 23:16:08 +03:00
parent 54d3d3b4d4
commit deb0c9949b
4 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.6.0] - 2026-05-20
### Added
- Added keybinding v2 with explicit `prefix+...` syntax, array bindings per action, configurable prefix-mode pane focus, tab switching, and direct modified chords for users who opt in. (#154, #201, #202, #219)
- Added `herdr config reset-keys` to back up `config.toml` and remove custom keybindings so built-in v2 defaults apply on restart or config reload. (#154)

2
Cargo.lock generated
View File

@ -531,7 +531,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "herdr"
version = "0.5.12"
version = "0.6.0"
dependencies = [
"base64",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "herdr"
version = "0.5.12"
version = "0.6.0"
edition = "2021"
build = "build.rs"
description = "terminal workspace manager for AI coding agents"

View File

@ -2,6 +2,8 @@
## Unreleased
## [0.6.0] - 2026-05-20
### Added
- Added keybinding v2 with explicit `prefix+...` syntax, array bindings per action, configurable prefix-mode pane focus, tab switching, and direct modified chords for users who opt in. (#154, #201, #202, #219)
- Added `herdr config reset-keys` to back up `config.toml` and remove custom keybindings so built-in v2 defaults apply on restart or config reload. (#154)