From 79356baee16b30bce15a0df968724567c3773291 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 7 Dec 2022 12:03:22 -0500 Subject: [PATCH] Changelog --- docs/releases.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 49a1e948..1e8fff71 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -8,9 +8,13 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Remove `--env-topic` option from `ntfy publish` as per [deprecation](deprecations.md) (no ticket) - ## ntfy Android app v1.16.0 (UNRELEASED) +**Features:** + +* Custom per-subscription notification settings incl. sounds, DND, etc. ([#6](https://github.com/binwiederhier/ntfy/issues/6), thanks to [@doits](https://github.com/doits)) +* Insistent notifications that ring until dismissed ([#417](https://github.com/binwiederhier/ntfy/issues/417), thanks to [@danmed](https://github.com/danmed) for reporting) + **Bug fixes:** * Android 5 (SDK 21): Fix crash on unsubscribing ([#528](https://github.com/binwiederhier/ntfy/issues/528), thanks to Roger M.) @@ -19,7 +23,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release This release is mainly a platform and dependency upgrade release, sprinkled with lots and lots of bugfixes. This version now targets SDK 33 (Android 13), and brings a few Android 13 specific improvements. Most prominently, ntfy now supports -thematic/adaptic launcher icons. +thematic/adaptive launcher icons. Other than that, the app now doesn't crash anymore when you send large attachment images, and we fixed the notification icon color.