GitHub Notifier Pro version history - 9 versions
GitHub Notifier Pro by eux
GitHub Notifier Pro version history - 9 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.4.0
Released May 20, 2026 - 112.33 KBWorks with firefox 112.0 and laterv1.4.0
What's Changed
Added
- Cache author avatar bytes locally as base64 data URLs so the popup renders avatars with no network or flicker on browsers that bypass HTTP caching for cross-origin extension requests (e.g. Brave Shields)
Fixed
- Adaptive poll interval signalled by GitHub's X-Poll-Interval header no longer dropped when a later storage write in the same fetch cycle fails
Changed
- Bump minimum Chrome to 114 to use the 10 MB chrome.storage.local quota (Chrome 99–113 capped at 5 MB)Source code released under MIT License
Older versions
Version 1.3.1
Released May 15, 2026 - 98.19 KBWorks with firefox 112.0 and laterv1.3.1
What's Changed
Fixed- Filter rule count badges not recomputed after mark-as-read, mark-repo-as-read, mark-all-as-read, or desktop notification click
- Sync now uses GitHub gist updated_at as the authoritative timestamp, avoiding missed remote changes on devices with skewed clocks
- Sync no longer flags false conflicts when filter rule field order differs ({keywords, repos} vs {repos, keywords}) or when only the timestamp changed without rule edits
- Replace createContextualFragment and innerHTML with DOMParser to satisfy AMO security linterSource code released under MIT License
Version 1.3.0
Released May 14, 2026 - 97.92 KBWorks with firefox 112.0 and laterv1.3.0
What's Changed
Added- Notification filter rules — hide notifications by repo and/or keyword
- Browse filtered notifications inline via "· N filtered" badge
- Sync filter rules across browsers via private GitHub GistSource code released under MIT License
Version 1.2.1
Released Apr 17, 2026 - 81.78 KBWorks with firefox 112.0 and laterv1.2.1
What's Changed
Improved
- Refine popup hover and keyboard focus feedback across links, buttons, repository headers, and notification actions
- Merge the settings avatar and username into a single accessible profile link while keeping avatar and text hover feedback independentSource code released under MIT License
Version 1.2.0
Released Apr 16, 2026 - 81.62 KBWorks with firefox 112.0 and laterv1.2.0
What's Changed
Added- Add "go to latest comment" button for notifications (prefetched and cached)
- Add priority dot for high-priority notification reasons
- Sum PR review comments into comment count
Fixed- Shrink settings panel to content height by removing forced flex fill
Changed- Remove hover cards feature, keep native title tooltips
- Update settings icon in assets
Full Changelog: https://github.com/euxx/github-notifier-pro/compare/v1.1.0...v1.2.0Source code released under MIT License
Version 1.1.0
Released Apr 14, 2026 - 79.57 KBWorks with firefox 112.0 and laterhttps://github.com/euxx/github-notifier-pro/releases/tag/v1.1.0
Added
Split repo header links into separate actions for better usability
Add main open target option for notifications
Fixed
Preserve focus after marking notifications as read
Improved
Unify focus states and fix hidden tab targets
Refine action button visibility and avatar ring stylesSource code released under MIT License
Version 1.0.7
Released Apr 1, 2026 - 78.68 KBWorks with firefox 112.0 and later[1.0.7] - 2026-04-01
Fixed- Unify all popup links to open at end of tab strip, matching notification click behavior
[1.0.6] - 2026-04-01
Fixed- Notification detail cache not refreshed when a notification is updated, showing stale state/author info
- Replace blocking
alert()with inline hint text for notification permission feedback in settings - Build script no longer wipes
dist/firefox-devdirectory
Improved- Switch linter and formatter from ESLint/Prettier to oxlint/oxfmt
- Extract shared utilities and constants for better code organization
- Remove dead code and tighten default values
Source code released under MIT License
Version 1.0.5
Released Mar 13, 2026 - 78.02 KBWorks with firefox 112.0 and later[1.0.5]
Fixed
Notification count in the repository header not decrementing when a single notification is marked as read
Countdown timer display jumping on alarm reset (was showing remaining time from the previous alarm cycle)
Device Flow OAuth polling could exceed expires_in timeout after repeated slow_down responses from GitHub
Theme / popup width changes not applied when browser storage write failsSource code released under MIT License
Version 1.0.4
Released Mar 9, 2026 - 77.87 KBWorks with firefox 112.0 and laterSource code released under MIT License