GitHubBar 1.0.2
GitHubBar 1.0.2 adds first-class support for GitHub's new stacked pull request API.
What changed
- Native stack detection. GitHubBar now uses GitHub's Stack identity and position data instead of inferring stacks from branch names, so stacks are grouped accurately regardless of naming convention.
- Complete stack navigation. Opening a stack shows its hydrated members in GitHub order, including merged and closed pull requests as navigation context, and provides a direct View stack on GitHub action.
- Reliable stack totals and filtering. Stack rows use GitHub's authoritative member count, clearly identify incomplete hydration, and remain correctly scoped when switching between All and Pinned repositories.
- Safer refreshes. Partial reconciliations no longer preserve stale Stack membership, and pull requests that close during a refresh stay out of the active workload.
Install
- Install and authenticate GitHub CLI:
brew install gh && gh auth login. - Download
GitHubBar-1.0.2.zipand its.sha256file below. - Verify the archive with
shasum -a 256 --check GitHubBar-1.0.2.zip.sha256. - Unzip GitHubBar and move it to Applications.
This universal release supports Apple silicon and Intel Macs running macOS 14 or newer. It is ad-hoc signed and is not Apple-notarized. After verifying the checksum, try opening GitHubBar once and use System Settings → Privacy & Security → Open Anyway if Gatekeeper blocks the first launch.
Automatic updates remain disabled. Replace the existing app manually to update from an earlier GitHubBar release.