docs: update website manifest for v0.4.7

This commit is contained in:
Ogulcan Celik 2026-04-10 15:27:02 +03:00
parent 2d6b87de96
commit aa6da3c833
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
{
"version": "0.4.6",
"notes": "### Fixed\n- Agent state detection is now more reliable when panes are scrolled back, when Codex is running in narrow panes, and when Claude opens slash-command or settings menus, reducing false blocked or idle states.\n- Mouse-driven terminal text selection now autoscrolls into pane scrollback and clears cleanly after copy, so selecting beyond the visible viewport works as expected.\n- Pane terminal colors now return to the outer terminal theme after fullscreen TUIs exit, fixing cases like Droid leaving stale background colors behind. This restore path now also works correctly on macOS.",
"version": "0.4.7",
"notes": "### Added\n- The tab bar now handles large tab sets better: you can scroll overflowing tabs with the mouse controls or wheel, and reorder tabs by dragging them.\n- `workspace create` and `tab create` now return the created root pane in their JSON response, so automation can act on the new pane immediately without an extra lookup.\n\n### Fixed\n- Background panes that start idle no longer show up as `done` or trigger finished-state attention until they have actually transitioned from working or blocked to idle.\n- Left-click now focuses panes and right-click now opens the pane context menu even when the inner TUI has mouse reporting enabled, fixing apps like Claude Code. (#25, thanks @othavioquiliao)\n- OSC 52 clipboard writes from apps running inside panes now reach the host clipboard correctly, including copy requests emitted by child processes inside the pane.\n- `pane close` now removes only the targeted tab when other tabs still exist in the workspace, instead of closing the whole workspace.\n- Amp approval prompts are now detected more reliably as blocked, including tool-call, command, and file edit/create approval screens.\n\n### Breaking Changes\n- Socket API clients that match `result.type` exactly need to handle `workspace_created` and `tab_created` for `workspace.create` and `tab.create`; these calls no longer return `workspace_info` and `tab_info`.",
"assets": {
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.6/herdr-linux-x86_64",
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.6/herdr-linux-aarch64",
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.6/herdr-macos-x86_64",
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.6/herdr-macos-aarch64"
"linux-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.7/herdr-linux-x86_64",
"linux-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.7/herdr-linux-aarch64",
"macos-x86_64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.7/herdr-macos-x86_64",
"macos-aarch64": "https://github.com/ogulcancelik/herdr/releases/download/v0.4.7/herdr-macos-aarch64"
}
}