Releases: refactorsaurusrex/ChromeDND
v0.5.2
Fixes
- Fixes a problem where the extension icon does not consistently change colors when the DND mode is changed.
- Manually ending snooze was not actually clearing the users notification settings back to the default.
Changes
- The popup dialog is now immediately changed when the DND mode is changed. To close the popup, either click the extension icon, click anywhere outside of the popup, or press the Esc key.
v0.5.1
In the last release:
- Do Not Disturb ON --> Chrome notification settings == Block All
- Do Not Disturb OFF --> Chrome notification settings == Allow All
This led to obviously undesirable behavior where users received all sorts of notifications that they didn't want to see. 😢
In the this release:
- Do Not Disturb ON --> Chrome notification settings == Block All
- Do Not Disturb OFF --> Chrome notification settings == User Default (usually 'Ask')
This effectively allows users to toggle between Ask and Block All, which was the desired behavior since this extension was originally conceived. 💥 🌟 🎉
I also included a pop-up notification to let users know when Do Not Disturb mode has ended. This occurs regardless of whether the user ended DND manually or if it timed out automatically.
v0.4
Reverted changes introduced in v0.3
because setting notifications to "Ask" when DND is off resulted in all exceptions being overridden and set to "Ask", even if a particular site had been set to "Allow" or "Block". This essentially broke the functionality of the extension. To fix, the notifications setting used when DND is off is once again "Allow All". I will have to experiment to see if it's possible to both use the "Ask" setting AND enforce exceptions.
v0.3
This release changes the default notification state from allow to ask, which seems like a more reasonable choice.
v0.2
v0.1
Enable basic snooze functionality