Skip to content

Commit 88eb728

Browse files
committed
Changelog
1 parent 26c835c commit 88eb728

File tree

4 files changed

+47
-42
lines changed

4 files changed

+47
-42
lines changed

docs/install.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ Manually installing the .deb file:
170170
```
171171

172172
## Arch Linux
173-
ntfy can be installed using an [AUR package](https://aur.archlinux.org/packages/ntfysh-bin/). You can use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers) like `paru`, `yay` or others to download, build and install ntfy and keep it up to date.
173+
ntfy can be installed using an [AUR package](https://aur.archlinux.org/packages/ntfysh-bin/).
174+
You can use an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers) like `paru`, `yay` or others to download,
175+
build and install ntfy and keep it up to date.
174176
```
175177
paru -S ntfysh-bin
176178
```

docs/releases.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
55
### ntfy server v2.6.2
66
Released June 30, 2023
77

8-
With this release, the ntfy web app now contains a **[progressive web app](https://docs.ntfy.sh/subscribe/pwa/) (PWA)
8+
With this release, the ntfy web app now contains a **[progressive web app](subscribe/pwa.md) (PWA)
99
with Web Push support**, which means you'll be able to **install the ntfy web app on your desktop or phone** similar
1010
to a native app (__even on iOS!__ 🥳). Installing the PWA gives ntfy web its own launcher, a standalone window,
11-
push notifications, and an app badge with the unread notification count.
11+
push notifications, and an app badge with the unread notification count. Note that for self-hosted servers,
12+
[Web Push](config.md#web-push) must be configured.
1213

1314
On top of that, this release also brings **dark mode** 🧛🌙 to the web app.
1415

docs/subscribe/pwa.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Web app installation is **supported on** (see [compatibility table](https://cani
1212
- **Firefox:** Android, as well as on Windows/Linux [via an extension](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/)
1313
- **Edge:** Windows
1414

15+
Note that for self-hosted servers, [Web Push](../config.md#web-push) must be configured for the PWA to work.
16+
1517
## Installation
1618

1719
### Chrome on Desktop

web/package-lock.json

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)