docs: update website manifest for v0.4.5
This commit is contained in:
parent
14808e9e29
commit
0203cc80e9
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"version": "0.4.4",
|
||||
"notes": "### Changed\n- The expanded sidebar can now be split into resizable workspace and agent sections with a draggable divider, and that section sizing is preserved across restarts.\n\n### Fixed\n- IME input now works properly for Chinese and other UTF-8 input methods in pane terminals, so candidate selection no longer falls back to typing raw digit keys. (#9, thanks @Edmund-a7)\n- `herdr pane run ...` now uses the bracketed-paste-aware input path, improving compatibility with shells and terminal apps that expect pasted command text to arrive atomically.\n- The local socket API is more robust and secure: its Unix socket is now restricted to the current user, and long-running output waits and subscriptions stop cleanly on disconnect or shutdown instead of hanging indefinitely.",
|
||||
"version": "0.4.5",
|
||||
"notes": "### Added\n- `herdr workspace create` and `herdr tab create` now support `--label`, so scripts and agents can name new workspaces and tabs immediately instead of creating them first and renaming them afterward.\n- The global menu now includes a manual **reload keybinds** action, so you can apply `config.toml` keybinding changes without restarting herdr.\n- The socket API and CLI now expose a `done` agent status, including `herdr wait agent-status --status done`, so automation can distinguish finished agent runs from panes that are merely idle.\n\n### Changed\n- Session state is now saved automatically with a debounce while you work, so recent workspace, tab, pane, and sidebar changes are preserved more reliably even if herdr exits unexpectedly.\n\n### Fixed\n- Only the focused pane now owns the terminal cursor, which removes stray cursor blocks from unfocused panes.\n- In-app **What's New** / release notes now render inline code spans and fenced code blocks correctly.\n- Default numbered tabs now stay auto-named when you keep or rename them back to their numeric label, so generated tab numbering stays compact and predictable.",
|
||||
"assets": {
|
||||
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.4/herdr-linux-x86_64",
|
||||
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.4/herdr-linux-aarch64",
|
||||
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.4/herdr-macos-x86_64",
|
||||
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.4/herdr-macos-aarch64"
|
||||
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.5/herdr-linux-x86_64",
|
||||
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.5/herdr-linux-aarch64",
|
||||
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.5/herdr-macos-x86_64",
|
||||
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.5/herdr-macos-aarch64"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue