v0.2.0
Two new filtering capabilities and a UI default change on the Review tab.
New
- Customizable issue filters (#13). The Issues tab is no longer hardcoded to
assignee:@me. Each Issues-tab section now translates its filters into a real GitHub issue search — track issues in a specific repo, by label, assigned to a teammate, or unassigned triage queues.@meand@none/unassignedare recognized in assignee/author conditions. Issue rows pick up assignee chips, label overflow pills, and an explicitunassignedmarker. - Waiting on author review filter (#12). New default Review-tab section that surfaces PRs you've reviewed where the ball is now in the author's court. Each row gets a state pill — green you approved, amber you commented, red you requested changes. Settings → Filters lets you hide the section or choose which review states count. Existing configs migrate in place.
- Dark mode by default (#14). First launch now picks dark mode for better contrast on the menu bar surfaces. Switch back to light any time from Settings.
Fixes
- No more duplicate rows after requesting changes (#14). PRs you'd requested changes on were showing up twice across Review-tab sections. They're now de-duplicated correctly.
Upgrade
- Homebrew:
brew upgrade gitbar - From source:
./installrebuilds into~/Applications/Gitbar.app.