Skip to content

ghr v0.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 03:42

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+O is now a built-in fallback, editor_submit_key can add a custom submit shortcut, and the command palette includes Submit 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 | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/chenyukang/ghr/main/install.ps1 | iex

Cargo:

cargo install ghr-cli

Published to crates.io: https://crates.io/crates/ghr-cli/0.8.2