GitHub Notifier Pro 版本历史 - 9 个版本
GitHub Notifier Pro 作者: eux
GitHub Notifier Pro 版本历史 - 9 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.4.0
发布于 2026年5月20日 - 112.33 KB适用于 firefox 112.0 及更高版本v1.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)源代码遵循 MIT 许可证 发布
较早版本
版本 1.3.1
发布于 2026年5月15日 - 98.19 KB适用于 firefox 112.0 及更高版本v1.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 linter源代码遵循 MIT 许可证 发布
版本 1.3.0
发布于 2026年5月14日 - 97.92 KB适用于 firefox 112.0 及更高版本v1.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 Gist源代码遵循 MIT 许可证 发布
版本 1.2.1
发布于 2026年4月17日 - 81.78 KB适用于 firefox 112.0 及更高版本v1.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 independent源代码遵循 MIT 许可证 发布
版本 1.2.0
发布于 2026年4月16日 - 81.62 KB适用于 firefox 112.0 及更高版本v1.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.0源代码遵循 MIT 许可证 发布
版本 1.1.0
发布于 2026年4月14日 - 79.57 KB适用于 firefox 112.0 及更高版本https://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 styles源代码遵循 MIT 许可证 发布
版本 1.0.7
发布于 2026年4月1日 - 78.68 KB适用于 firefox 112.0 及更高版本[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
源代码遵循 MIT 许可证 发布
版本 1.0.5
发布于 2026年3月13日 - 78.02 KB适用于 firefox 112.0 及更高版本[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 fails源代码遵循 MIT 许可证 发布