ghr v0.7.7 is a reliability release for editing and copying inside details-heavy PR/issue workflows, with sturdier GitHub API pagination and clipboard behavior.
Highlights:
- Text selection and copy now work inside editable dialog body fields, including PR/issue body editors, comment editors, and review summary editors. Drag selections remain copyable even when the mouse is released just outside the editor.
- In PR and issue details, `e` now edits the focused comment when a comment is selected. Use `T` to edit the selected PR/issue title, assignees, labels, and body.
- Linux clipboard copying now has broader fallback support, so copy actions keep working across more terminal and desktop environments.
- GitHub API pagination now falls back when the local `gh` version does not support the preferred `--slurp` mode, improving compatibility with older GitHub CLI installs.
- Fixed the release-blocking clippy warning around milestone pagination helper code.
- Updated README release docs and pinned install examples for v0.7.7.
Thanks:
- Thank you to first-time contributor @swananan for implementing the Linux clipboard fallback improvements (#49) and the `gh api` pagination fallback (#50).
Install:
```bash
Windows PowerShell:
```powershell
Cargo:
```bash
cargo install ghr-cli
```