You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/releases.md
+29-20
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,35 @@
2
2
Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases)
3
3
and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases).
4
4
5
+
### ntfy server v2.6.0
6
+
Released June 28, 2023
7
+
8
+
With this release, the ntfy web app now contains a **[progressive web app](https://docs.ntfy.sh/subscribe/pwa/) (PWA)
9
+
with Web Push support**, which means you'll be able to **install the ntfy web app on your desktop or phone** similar
10
+
to a native app (__even on iOS!__ 🥳), and get basic push notification support (without any battery drain).
11
+
12
+
Installing the PWA gives ntfy web its own launcher (e.g. shortcut on Windows, app on macOS, launcher shortcut on Linux,
13
+
home screen icon on iOS, and launcher icon on Android), a standalone window, push notifications, and an app badge with
14
+
the unread notification count.
15
+
16
+
**Features:**
17
+
18
+
* The web app now supports Web Push, and is installable as a [progressive web app (PWA)](https://docs.ntfy.sh/subscribe/pwa/) on Chrome, Edge, Android, and iOS ([#751](https://github.com/binwiederhier/ntfy/pull/751), thanks to [@nimbleghost](https://github.com/nimbleghost))
19
+
20
+
**Bug fixes:**
21
+
22
+
* Support encoding any header as RFC 2047 ([#737](https://github.com/binwiederhier/ntfy/issues/737), thanks to [@cfouche3005](https://github.com/cfouche3005) for reporting)
23
+
* Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
24
+
* Fix `ntfy pub %` segfaulting ([#760](https://github.com/binwiederhier/ntfy/issues/760), thanks to [@clesmian](https://github.com/clesmian) for reporting)
25
+
* Newly created access tokens are now lowercase only to fully support `<topic>+<token>@<domain>` email syntax ([#773](https://github.com/binwiederhier/ntfy/issues/773), thanks to gingervitiz for reporting)
26
+
27
+
**Maintenance:**
28
+
29
+
* Improved GitHub Actions flow ([#745](https://github.com/binwiederhier/ntfy/pull/745), thanks to [@nimbleghost](https://github.com/nimbleghost))
30
+
* Web: Add JS formatter "prettier" ([#746](https://github.com/binwiederhier/ntfy/pull/746), thanks to [@nimbleghost](https://github.com/nimbleghost))
31
+
* Web: Add eslint with eslint-config-airbnb ([#748](https://github.com/binwiederhier/ntfy/pull/748), thanks to [@nimbleghost](https://github.com/nimbleghost))
32
+
* Web: Switch to Vite ([#749](https://github.com/binwiederhier/ntfy/pull/749), thanks to [@nimbleghost](https://github.com/nimbleghost))
33
+
5
34
## ntfy server v2.5.0
6
35
Released May 18, 2023
7
36
@@ -1219,23 +1248,3 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
1219
1248
**Additional languages:**
1220
1249
1221
1250
* Swedish (thanks to [@hellbown](https://hosted.weblate.org/user/hellbown/))
1222
-
1223
-
### ntfy server v2.6.0 (UNRELEASED)
1224
-
1225
-
**Features:**
1226
-
1227
-
* The web app now supports web push, and is installable on Chrome, Edge, Android, and iOS. Look at the [web app docs](https://docs.ntfy.sh/subscribe/web/) for more information ([#751](https://github.com/binwiederhier/ntfy/pull/751), thanks to [@nimbleghost](https://github.com/nimbleghost))
1228
-
1229
-
**Bug fixes:**
1230
-
1231
-
* Support encoding any header as RFC 2047 ([#737](https://github.com/binwiederhier/ntfy/issues/737), thanks to [@cfouche3005](https://github.com/cfouche3005) for reporting)
1232
-
* Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
1233
-
* Fix `ntfy pub %` segfaulting ([#760](https://github.com/binwiederhier/ntfy/issues/760), thanks to [@clesmian](https://github.com/clesmian) for reporting)
1234
-
* Newly created access tokens are now lowercase only to fully support `<topic>+<token>@<domain>` email syntax ([#773](https://github.com/binwiederhier/ntfy/issues/773), thanks to gingervitiz for reporting)
1235
-
1236
-
**Maintenance:**
1237
-
1238
-
* Improved GitHub Actions flow ([#745](https://github.com/binwiederhier/ntfy/pull/745), thanks to [@nimbleghost](https://github.com/nimbleghost))
1239
-
* Web: Add JS formatter "prettier" ([#746](https://github.com/binwiederhier/ntfy/pull/746), thanks to [@nimbleghost](https://github.com/nimbleghost))
1240
-
* Web: Add eslint with eslint-config-airbnb ([#748](https://github.com/binwiederhier/ntfy/pull/748), thanks to [@nimbleghost](https://github.com/nimbleghost))
1241
-
* Web: Switch to Vite ([#749](https://github.com/binwiederhier/ntfy/pull/749), thanks to [@nimbleghost](https://github.com/nimbleghost))
0 commit comments