ghr-cli 0.7.3

A fast terminal dashboard for GitHub pull requests, issues, and notifications.
ghr v0.7.0 focuses on faster return paths and smoother editing: recent work is easier to jump back to, command palette actions adapt to what you actually use, and comment editing now behaves more like a real editor.

Highlights:

- The command palette now remembers recently run commands. Open `:` and the commands you selected most recently appear first, with ties falling back to the built-in command order.
- `Recent Items` opens a fuzzy picker for recently viewed PRs and issues, so you can jump back to review context without re-searching or navigating through tabs.
- Comment and issue/PR editors now use a fuller text editing component with cursor movement, line navigation, word deletion, whole-line deletion, undo/redo, and mouse cursor placement.
- macOS editor shortcuts are friendlier. `Cmd+Z` works for undo, and the app continues to support the terminal-friendly control-key variants.
- Details text selection is easier to use from the TUI, including selecting and copying content from the details pane without losing the surrounding review workflow.
- PR and issue details handle image references more cleanly, keeping terminal rendering readable while preserving clickable image links with dimensions.
- Diff review comment markers are consistent for active, resolved, and outdated inline threads, so status no longer replaces the comment marker with tiny glyphs.

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