ghr-cli 0.7.2

A fast terminal dashboard for GitHub pull requests, issues, and notifications.
ghr v0.7.1 makes pull request details more faithful to GitHub's real merge state and fixes a details-pane rendering artifact that could leave stale highlighted characters behind while scrolling.

Highlights:

- Pull requests that are already in a merge queue now show that directly in details, including queue position and queue state when GitHub provides it.
- Merge-queue PRs no longer present stale merge-blocker hints as the primary action when the real state is "in queue".
- PR details now summarize review status, including approvals, pending review requests, requested changes, comments, and the related reviewers.
- Details rendering clears the pane before drawing new scroll positions, preventing leftover styled cells from previous comment headers or action links.
- Release docs and pinned install examples now point at v0.7.1.

Install:

```bash
curl -fsSL https://raw.githubusercontent.com/chenyukang/ghr/main/install.sh | sh
```

Windows PowerShell:

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

Cargo:

```bash
cargo install ghr-cli
```