Releases: julkue/news-feed-for-github
v1.2.1
v1.2.0
Changed icon click behavior
Previously an active GitHub tab was focused, or if no one existed, a new one was opened. There was no check for "/" were the actual news feed is shown. Now it only focuses existing GitHub tabs if the page is "/", otherwise a new tab is opened.
v1.1.5
- Prevent the use of * in
strict_min_version
(manifest.json) as of this Firefox 51 change - Remove logs in production due to Mozilla rules
v1.1.4
v1.1.3
Fixed notifications for latest FF 48.0a2
There is a difference in the notifications API between Firefox and Chrome. Firefox hasn't ever supported buttons inside notifications like Chrome, but wasn't throwing an exception. But instead of implementing this missing feature they're throwing an exception now. This of course breaks the way this extension creates notifications. I've created an issue on BugZilla (http://tinyurl.com/jxjgg5o), but the developers think that this is a correct behavior.
Hopefully Firefox will fix the behavior to act like Chrome soon.