release: v0.8.0
This commit is contained in:
parent
977a4f16e8
commit
857196dee1
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.8.0] - 2026-08-03
|
||||
|
||||
### Added
|
||||
- Added `herdr --skill` to print the agent skill bundled with the running Herdr binary.
|
||||
- Added `ui.pane_scrollbars = false` to hide terminal pane scrollbars and reclaim their reserved column. (#2167)
|
||||
|
|
|
|||
|
|
@ -671,7 +671,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|||
|
||||
[[package]]
|
||||
name = "herdr"
|
||||
version = "0.7.5"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "herdr"
|
||||
version = "0.7.5"
|
||||
version = "0.8.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
description = "terminal workspace manager for AI coding agents"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.8.0] - 2026-08-03
|
||||
|
||||
### Added
|
||||
- Added `herdr --skill` to print the agent skill bundled with the running Herdr binary.
|
||||
- Added `ui.pane_scrollbars = false` to hide terminal pane scrollbars and reclaim their reserved column. (#2167)
|
||||
|
|
|
|||
Loading…
Reference in New Issue