release: v0.5.6
This commit is contained in:
parent
6672d9fb79
commit
1d3cb670bb
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.5.6] - 2026-05-09
|
||||
|
||||
### Added
|
||||
- Added the `vesper` built-in theme. (#71, thanks @nexxeln)
|
||||
- Added `herdr --remote <ssh-target>`, so you can use Herdr as a thin client for remote servers without SSHing in first. Herdr connects over SSH, bootstraps a matching remote `herdr` binary when needed, starts the remote server automatically, and streams an efficient terminal view back to your local terminal.
|
||||
|
|
|
|||
|
|
@ -497,7 +497,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|||
|
||||
[[package]]
|
||||
name = "herdr"
|
||||
version = "0.5.5"
|
||||
version = "0.5.6"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bincode",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "herdr"
|
||||
version = "0.5.5"
|
||||
version = "0.5.6"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
description = "terminal workspace manager for AI coding agents"
|
||||
|
|
|
|||
Loading…
Reference in New Issue