From d97642437fdb7748ed5240c4239831e09ec4c467 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 15 Jan 2026 21:11:27 -0500 Subject: [PATCH] Changelog --- fastlane/metadata/android/en-US/changelog/NEXT.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelog/NEXT.txt b/fastlane/metadata/android/en-US/changelog/NEXT.txt index 01ac5a1c..8d4e0556 100644 --- a/fastlane/metadata/android/en-US/changelog/NEXT.txt +++ b/fastlane/metadata/android/en-US/changelog/NEXT.txt @@ -1,9 +1,10 @@ Features: -* Support for self-signed certs and client certs for mTLS (#215, #530, ntfy-android#149) +* Support for updating and deleting notifications (#303, #1536, ntfy-android#151, thanks to @wunter8 for the initial implementation) +* Support for self-signed certs and client certs for mTLS (#215, #530, ntfy-android#149, thanks to @cyb3rko for reviewing) * Connection error dialog to help diagnose connection issues Maintenance + bug fixes: -* Use server-specific user for attachment downloads (#1529, thanks to @ManInDark for reporting) +* Use server-specific user for attachment downloads (#1529, thanks to @ManInDark for reporting and testing) * Fix crash in sharing dialog (thanks to @rogeliodh) * Fix crash when exiting multi-delete in detail view * Fix potential crashes with icon downloader and backuper