herdr/website/latest.json

12 lines
1.3 KiB
JSON

{
"version": "0.5.7",
"protocol": 4,
"notes": "### Added\n- Added ANSI-formatted pane reads to the CLI and socket API with `herdr pane read --format ansi` / `--ansi`, preserving colors and styles for visible and recent pane output.\n\n### Changed\n- The agents panel now highlights the currently focused agent entry, matching the active workspace styling. (#84, thanks @soomtong)\n\n### Fixed\n- Git branch and ahead/behind refreshes now run off the main loop, preventing slow Git status checks from freezing the UI.\n- Update and startup flows now detect incompatible running servers earlier and give clear stop/restart guidance instead of trying to attach with a mismatched client/server protocol.\n- `herdr update` now downloads and prepares the new binary before stopping a running server, reducing the chance of interrupting an active session when download or install preparation fails.",
"assets": {
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.7/herdr-linux-x86_64",
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.7/herdr-linux-aarch64",
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.7/herdr-macos-x86_64",
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.7/herdr-macos-aarch64"
}
}