diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d2b26d..581683ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Web push notifications -## [0.1.3] - 2023.11 +## [0.1.3] - 2023.11.08 - 910f57ec7d2e50803ae3d04f4b927e0f5219fbde ### Added - Contact name editing ### Changed diff --git a/README.md b/README.md index 76c09f32..d3e62418 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,10 @@ See [Configuration Reference](https://cli.vuejs.org/config/). ### Clear data & restart -Clear cache for localhost, then go to http://localhost:8080/start -(because it'll generate a new one automatically if you start on the `/account` page). - +* Clear cache for localhost, then go to http://localhost:8080/start + (because it'll generate a new one automatically if you start on the `/account` page). +* Unregister service worker (in Chrome, go to `chrome://serviceworker-internals/`; in Firefox, go to `about:serviceworkers` or `about:debugging`). +* Clear notifications (in Chrome, go to `chrome://settings/content/notifications`; in Firefox, go to `about:preferences` and search). ## Other diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index f0ee90a8..08083fb0 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -377,6 +377,11 @@ Use Test 2 + + When that setting is blank, this app will use the default web push + server URL: + {{ AppConstants.DEFAULT_PUSH_SERVER }} +