ghr-cli 0.7.3

A fast terminal dashboard for GitHub pull requests, issues, and notifications.
ghr v0.7.3 focuses on everyday navigation polish: search is more GitHub-like, details positions are remembered more reliably, theme rendering works better across light and dark terminals, and large details panes are cheaper to redraw.

Highlights:

- Search for pull requests and issues now uses a richer unified modal with filters for title/number, status, label, author, assignee, and sort.
- Saved search filters can be named, stored in config, and reopened from the command palette to jump directly to the matching repo and PR/issue list.
- Details panes now remember the last PR/issue scroll and focused comment position whenever you view or navigate them, including built-in Pull Requests and Issues lists, repo tabs, Inbox-linked items, and recent-item jumps.
- Light, dark, and auto themes now use explicit background colors, so forcing dark mode inside a light terminal no longer leaves unreadable light-background text.
- Copying selected details text is cleaner, preserving blank lines while stripping TUI chrome from copied comments and diff snippets.
- Release docs and pinned install examples now point at v0.7.3.

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
```