| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RepoBar-0.3.0.dSYM.zip | 2026-05-03 | 24.9 MB | |
| RepoBar-0.3.0.zip | 2026-05-03 | 15.4 MB | |
| README.md | 2026-05-03 | 1.7 kB | |
| RepoBar 0.3.0 source code.tar.gz | 2026-05-03 | 6.3 MB | |
| RepoBar 0.3.0 source code.zip | 2026-05-03 | 6.5 MB | |
| Totals: 5 Items | 53.0 MB | 0 | |
- Stop requesting broad OAuth repository scopes for the built-in GitHub.com GitHub App login; custom Enterprise OAuth still requests
repo read:org. - Clarify private organization repository access: Accounts now links to the RepoBar GitHub App installation, docs explain the installation/PAT boundary, and direct repo 404s say when a repo is not visible to the current token.
- Fix release signing defaults so Developer ID builds strip the shared keychain access group unless explicitly enabled with a provisioning profile (#44, thanks @Chefski).
- Sign bundled helper binaries without app-only entitlements so the CLI is not rejected by AMFI.
- Default SwiftPM debug CLI/test auth to file-backed storage so local runs do not trigger Keychain prompts.
- Fix owner-filtered CLI repo lists so
--limitis applied after filtering by owner. - Turn the Repositories settings tab into a searchable browser for accessible repos with pinned/hidden state.
- Improve macOS 26 menubar attachment compatibility by updating MenuBarExtraAccess and using its required modifier order (#47, thanks @jviehhauser).
- Prevent duplicate repository entries from crashing refresh or menu rendering.
- Fix awkward cooldown error copy.
- Bound long-lived menu/API caches to avoid gradual memory growth.
- Update README install/setup guidance for the 0.3.0 flow and point Homebrew users at the official cask.
- Add the MIT license.
- Update Swift package and npm dependencies, including MenuBarExtraAccess compatibility work.
- Update GitHub Actions pins, opt actions into the Node 24 runtime, and make CI Homebrew tool installation idempotent.
- Strengthen SwiftLint and SwiftFormat rules and apply the current formatter output.