From 98b56c2f066c62273b08327fe88941510ec156f2 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 24 May 2022 22:30:12 -0400 Subject: [PATCH] Changelog --- .gitignore | 1 + docs/releases.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c76552f6..2b566b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ playground/ secrets/ *.iml node_modules/ +.DS_Store diff --git a/docs/releases.md b/docs/releases.md index 6ed83baa..19db7a01 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -8,10 +8,12 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release **Features:** -* iOS 14.0 support (no ticket, [PR#1](https://github.com/binwiederhier/ntfy-ios/pull/1), thanks to [@callum-99](https://github.com/callum-99)) +* [Message priority](https://ntfy.sh/docs/publish/#message-priority) support (no ticket) * Open topic when notification clicked (no ticket) * Notification now makes a sound and vibrates (no ticket) * Cancel notifications when navigating to topic (no ticket) +* Support for ntfy priorities (no ticket) +* iOS 14.0 support (no ticket, [PR#1](https://github.com/binwiederhier/ntfy-ios/pull/1), thanks to [@callum-99](https://github.com/callum-99)) **Bugs:**