changelog, small fix

This commit is contained in:
Henry Jameson 2023-11-19 17:02:46 +02:00
commit c0e2ba37c8
12 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1 @@
Notifications are now shown through a serviceworker (since mobile chrome does not allow them otherwise), it's always enabled, even if previously we only enabled it for WebPush notifications only. If you don't like websites "running" while closed, check how to disable them in your browser. Old way to show notifications will be used as a fallback but might not have all the new features.