GitHub Notifier Pro의 버전 기록 - 9개 버전
GitHub Notifier Pro 제작자: eux
GitHub Notifier Pro의 버전 기록 - 9개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.4.0
2026년 5월 20일에 출시 - 112.33 KBfirefox 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 KBfirefox 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 linterMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.3.0
2026년 5월 14일에 출시 - 97.92 KBfirefox 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 GistMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2.1
2026년 4월 17일에 출시 - 81.78 KBfirefox 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 independentMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.2.0
2026년 4월 16일에 출시 - 81.62 KBfirefox 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.0MIT 라이선스에 따라 릴리스된 소스 코드
버전 1.1.0
2026년 4월 14일에 출시 - 79.57 KBfirefox 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 stylesMIT 라이선스에 따라 릴리스된 소스 코드
버전 1.0.7
2026년 4월 1일에 출시 - 78.68 KBfirefox 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 KBfirefox 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 failsMIT 라이선스에 따라 릴리스된 소스 코드