Pronto v0.11.1
- Filter review requests by labels — New settings option to exclude PRs with specific labels from your review requests, helping you skip PRs you don't want to review
- Drag and drop tab reordering — Rearrange your tabs in any order you prefer by dragging them left or right
- Customizable tab navigation keybinds — Tab navigation keybinds (e.g.,
1,2,3) are now dynamically set based on your current tab order, so they always match the visible tabs
Pronto v0.11.0
- Requests Tab: New tab showing pull requests awaiting your review. Toggle visibility in Settings > Display.
- Notification Controls: Improved UI for selecting notification mode and customizable notification display duration.
- Manual Update Check: New button in Settings > Updates to check for app updates on demand.
- Updated dependencies for improved performance and security.
Pronto v0.10.1
Hotfix:
- PR and workflow notification banners no longer appear in the middle of the screen. They now correctly position below the tray icon on the configured display (popup_screen setting).
Pronto v0.10.0
- New: auto-follow PRs you comment on — open PRs you've engaged with appear in the Followed tab automatically, with an "auto" highlight on first appearance. Toggle in Settings → Users → Followed PRs.
- Fix: PRs are fetched immediately on startup instead of waiting for the first poll interval.
- Fix: notification banner now positions on the chosen popup screen on multi-monitor setups.
- Fix: prevent intermittent dock icon by adding LSUIElement to Info.plist.
- Fix: detect legacy keychain ACL items so dev rebuilds stop prompting for the password.
- Fix: route back to login from the changelog view when unauthenticated.
- Chore: dependency bumps
Pronto v0.9.1
- Improved keychain security: Tokens are now stored securely without prompting for keychain access on each launch
Pronto v0.9.0
- Sound notifications: Added configurable sound alerts for PR notifications
- Fixed audio playback: Resolved issues with sound notification playback
- Improved keyboard navigation: Better support for keyboard shortcuts when interacting with search, filters, and other inputs; fixed keyboard shortcut for closing the app
- Fixed PR hiding: Resolved issues with hiding and unhiding pull requests
Pronto v0.8.3
- Fixed display of followed PRs
- Fixed app getting stuck when GitHub token expires
Pronto v0.8.2
- Fixed: Draft PRs now correctly update their status when converted to open PRs
Pronto v0.8.1
- Fixed native macOS notifications to display correctly when using system notification mode in Settings
- Fixed an issue where followed PRs weren't being tracked or displayed properly
Pronto v0.8.0
- Release notes viewer — click the version number in the footer to browse past release notes right inside Pronto
- GitHub profile picture — your avatar now appears in the sidebar so you can quickly confirm which account is connected
- Draft PR indicators — draft PRs are now visually distinct from ready-for-review PRs
- Open repos & orgs directly — click any organization or repository name in the grouped view to jump straight to it on GitHub
- Workflow badge auto-dismiss — the workflow attention badge now clears automatically when you open the popup
- Fullscreen support — the popup now appears correctly even when your focused app is in fullscreen mode
- Multi-monitor improvements — better popup positioning across primary and secondary displays
- Accessibility improvements — enhanced keyboard navigation for the sidebar and settings pages
- Notification reliability — notifications now correctly open PRs and workflows on click, and no longer block the main thread
- Design refresh — cleaner sidebar layout and improved visual consistency
- Checks status accuracy — fixed checks showing "passed" when only the first batch of required checks completed while others were still running
- Bug fixes — fixed popup click-to-open, version display stability, and various minor issues