mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-22 00:01:06 +00:00
docs: update website manifest for v0.5.4
This commit is contained in:
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": "0.5.3",
|
||||
"notes": "### Added\n- Added named persistent sessions, so you can keep separate herdr environments for different projects or contexts while sharing the same global config. See the docs for the full session CLI. (#57, thanks @fbettag)\n- Added `herdr status`, `herdr status server`, and `herdr status client` to inspect the local client, running server, protocol compatibility, socket path, and whether a restart is needed.\n\n### Changed\n- Focused panes can now still alert you through terminal notifications when the herdr terminal window is unfocused, so active work does not go quiet just because you switched to another app.\n\n### Fixed\n- Dragging pane split borders now works when the app inside the pane has mouse reporting enabled, including Claude Code no-flicker mode. (#61, thanks @EYH0602)\n- Pressing the prefix key twice now forwards a literal prefix key into the focused pane in client mode again.\n- `herdr integration install` and `herdr integration uninstall` now work without requiring a running herdr server.\n- Pane PTYs now keep their last attached size while detached, preventing detached output from being resized or rewrapped to fallback dimensions.",
|
||||
"version": "0.5.4",
|
||||
"notes": "### Fixed\n- Visible active-tab panes that finish while the outer terminal is unfocused are now marked as seen when you return to herdr, preventing stale done/attention indicators.\n- IME candidate windows and mobile SSH cursor tracking now stay anchored to the focused pane during client redraws, including apps that hide the cursor, instead of drifting to sidebar or repaint positions.",
|
||||
"assets": {
|
||||
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.3/herdr-linux-x86_64",
|
||||
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.3/herdr-linux-aarch64",
|
||||
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.3/herdr-macos-x86_64",
|
||||
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.3/herdr-macos-aarch64"
|
||||
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.4/herdr-linux-x86_64",
|
||||
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.4/herdr-linux-aarch64",
|
||||
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.4/herdr-macos-x86_64",
|
||||
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.4/herdr-macos-aarch64"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user