aboutsummaryrefslogtreecommitdiff
path: root/changelog.d/serviceworkers.change
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-11-19 17:02:46 +0200
committerHenry Jameson <me@hjkos.com>2023-11-19 17:02:46 +0200
commitc0e2ba37c828dc5d34cbdb366f48b721e645f5b5 (patch)
treee7ffec6261a159d34447f855bf15be057ac28fda /changelog.d/serviceworkers.change
parent072a06fc89844a5ed2f557634b7e04c1ef63041d (diff)
changelog, small fix
Diffstat (limited to 'changelog.d/serviceworkers.change')
-rw-r--r--changelog.d/serviceworkers.change1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/serviceworkers.change b/changelog.d/serviceworkers.change
new file mode 100644
index 00000000..b3b64f6d
--- /dev/null
+++ b/changelog.d/serviceworkers.change
@@ -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.