v0.7.2
Built from e921004 on main. · Base stable: v0.7.1.
This release makes bohay's layout hands-on. Drag to resize panes, collapse the sidebar to reclaim space, rename tabs and workspaces, and right-click almost anything — a pane, a tab, a workspace, or an agent — to act on it. The core multiplexer is unchanged and fully compatible with v0.7.1.
✨ Added
- Resizable panes. Drag any divider to resize the panes on either side; the divider under the cursor brightens so it's clear it can be grabbed. Ctrl+drag works too, and there's a keyboard resize mode for adjusting splits without the mouse. (
607d805) - Collapsible sidebar. Hide the WORKSPACES/AGENTS sidebar to give your panes the full terminal width, and bring it back with a click. Toggle it with the
«chevron in the sidebar header, the»chevron at the tab bar's left edge, orCtrl+Space b. (607d805) - Rename tabs. Right-click a tab to give it a custom name. (
607d805) - Workspace context menu. Right-click a workspace in the sidebar for a menu: rename it (the label only — the folder on disk is never touched), close it, create or open a git worktree (for repo workspaces), open its git tab, or open its task board. (
607d805) - Pane context menu with splits. Right-click inside a pane for a menu to split it, focus it, or close it. (
e921004) - Right-click the agent list. Right-click an agent in the sidebar for quick actions. (
e921004) - Clickable dialog buttons. The
⏎ save/esc cancelhints at the bottom of the rename and new-worktree dialogs are now clickable and highlight on hover, so every dialog works with the mouse. (607d805) - Comparison page at bohay.dev/compare showing how bohay stacks up against other terminal and agent tools. (
cb21b42)
🐛 Fixed
- Cleaner pane borders and scrollbar. Reworked how pane borders and the agents-sidebar scrollbar are drawn so they render as solid, consistent lines instead of the previous broken look — the scrollbar now stays solid even in macOS Terminal.app. (
e921004) - Fixed the website OpenGraph / social-card metadata. (
ec03305)
Install
- crates.io:
cargo install bohay - Homebrew:
brew install RizRiyz/bohay/bohay - Notch app:
brew install --cask --no-quarantine RizRiyz/bohay/bohay-notch - Prebuilt binaries (macOS arm64, Linux x86_64 and arm64 musl, Windows x86_64) are attached below, or
curl -fsSL https://raw.githubusercontent.com/RizRiyz/bohay/main/install.sh | sh.
Contributors
- RizRiyz
Full Changelog: v0.7.1...v0.7.2