herdr/website/latest.json

12 lines
1.8 KiB
JSON

{
"version": "0.5.9",
"protocol": 5,
"notes": "### Added\n- Added experimental Kitty graphics rendering for local panes and attached clients behind `experimental.kitty_graphics`, including support for larger graphics frames.\n- Added `ui.toast.delivery = \"system\"` for OS-level background notifications, using `notify-send` on Linux and `terminal-notifier` or `osascript` on macOS.\n- Added light variants for Catppuccin, Tokyo Night, Gruvbox, One, Solarized, Kanagawa, and Ros\u00e9 Pine themes.\n- Added `ui.mouse_capture = false` for tmux-style mouse behavior, letting the terminal handle normal clicks while still forwarding mouse input to pane apps that request it.\n\n### Changed\n- Moved experimental settings into `[experimental]`.\n\n### Fixed\n- PageUp and PageDown now scroll Herdr pane scrollback for normal panes while still forwarding keys to full-screen or mouse-reporting apps.\n- Enhanced tilde key sequences now parse correctly, improving compatibility with terminals that emit them.\n- `herdr integration install codex` now enables the current Codex `[features] hooks = true` flag and migrates the deprecated top-level `codex_hooks` flag.\n\n### Breaking Changes\n- `advanced.allow_nested` has moved to `experimental.allow_nested`; update configs that allow nested Herdr launches.\n- The client/server protocol is now version 5. Stop and restart any running v0.5.8 server before attaching with this release.",
"assets": {
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.9/herdr-linux-x86_64",
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.9/herdr-linux-aarch64",
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.9/herdr-macos-x86_64",
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.5.9/herdr-macos-aarch64"
}
}