v0.8.3
What's Changed
Added
- Real label colors from the API — The Labels column now renders each label with its actual color returned by
glab label list/gh label list(hex, normalized and persisted in the offline cache). GitHub-style background-fill colors that are too light to read as foreground text automatically fall back to the theme palette, which now ships full 10-entry palettes across all 16 bundled themes. A newfetch_label_colorsconfig option (defaulttrue) switches back to always using the theme palette (#295) — thanks @rcieri. - Complete theme coverage — Every remaining hardcoded RGB value was replaced with semantic theme tokens so all surfaces honor the active theme: the diff view (unified and side-by-side addition/deletion lines, gutters, separators, empty panes, draft/current comment overlays, file-tree stats), markdown rendering (headings, list bullets, blockquotes, code), and the diff selection/search-match highlight backgrounds (#295) — thanks @rcieri, @vctls
Fixed
- Windows CI test race — Unit tests that mutate process-global environment variables (config paths, cache dirs) are now serialized on a shared
config::TEST_ENV_MUTEX, eliminating an intermittentpage_sizeassertion failure on Windows where one test'sGLAB_TUI_CONFIGmutation leaked into another test'sConfig::load()(#296) — thanks @rcieri.
Changed
- Release tooling —
scripts/release.shgained animated spinner and progress-bar helpers: preflight checks, release builds, demo-GIF generation, PR-merge polling, and the branch push now run with a live spinner and captured logs (auto-disabled when not a TTY), and release phases are numbered (1/7…) for clearer progress reporting (#296) — thanks @rcieri. - Documentation — README package-manager version badges (crates.io, GitHub releases, Homebrew, Scoop, Docker) consolidated into the header badge row, and the Homebrew badge re-pointed at the main repo's release tags (the tap repo publishes no releases of its own) — thanks @rcieri.
Dependencies
- Bump
toml1.1.3→1.1.4(#292) - Bump CI Actions
docker/login-action4.5.2→4.6.0(#293) - Bump CI Actions
actions/stale10.4.0→11.0.0(#294)
Contributors
Full Changelog: v0.8.2...v0.8.3