ghr v0.7.6 is a focused follow-up release for issue/PR editing, recent-item reliability, and a few day-to-day GitHub workflow rough edges.
Highlights:
- Added an issue/PR detail editor on `e` / `T` for the selected item. The editor supports title, assignees, labels, and body updates while keeping immutable fields such as repo and number out of the form.
- Assignee and label editing now supports multi-value selection from repository candidates while typing. Candidate lists are scoped to the focused field, and the editor layout now follows `Title`, `Assign`, `Labels`, `Body` with corrected cursor placement.
- Recent Items now records details visits after 5 seconds, persists newly recorded items immediately, and keeps the current item searchable when you type a query while still hiding it from the empty picker.
- Comment edit affordances now follow GitHub's returned update permission data instead of assuming only the original comment author can edit.
- Failed `gh` and `gh api` executions are logged at `error` level, so they remain visible with the default `info` log level.
- Improved light-theme readability for top-level labels such as `GHR` and `Sections`, and standardized the app name as `GHR` in the UI.
- Updated README release docs and pinned install examples for v0.7.6.
Install:
```bash
Windows PowerShell:
```powershell
Cargo:
```bash
cargo install ghr-cli
```