ghr v0.8.2 is a small review-workflow release focused on terminal reliability and diff readability.
Highlights:
- Diff view now expands tab characters in source lines, so tab-indented repositories no longer collapse indentation to zero width.
- Editor submission is more reliable under tmux:
Ctrl+Ois now a built-in fallback,editor_submit_keycan add a custom submit shortcut, and the command palette includesSubmit Editor. - ghr now tries to enable tmux extended keys while it is running and restores the previous tmux setting on exit.
- Added review-thread resolve and unresolve actions for inline review comments.
- PR details now show check runs in a dedicated checks section, with focusable rows that can open the relevant check page.
- Help and shortcut surfaces were refreshed, including scrollable help and updated editor footer hints.
- Updated dependencies and release packaging maintenance for the current toolchain.
Install:
curl -fsSL https://raw.githubusercontent.com/chenyukang/ghr/main/install.sh | shWindows PowerShell:
irm https://raw.githubusercontent.com/chenyukang/ghr/main/install.ps1 | iexCargo:
cargo install ghr-cliPublished to crates.io: https://crates.io/crates/ghr-cli/0.8.2