From 32a94861b42d9b200896b854d876f3997acb47b4 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 14 Jan 2022 13:24:22 -0500 Subject: [PATCH] Update F-Droid changelog --- fastlane/metadata/android/en-US/changelog/16.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelog/16.txt diff --git a/fastlane/metadata/android/en-US/changelog/16.txt b/fastlane/metadata/android/en-US/changelog/16.txt new file mode 100644 index 0000000..f19495a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelog/16.txt @@ -0,0 +1,11 @@ +New features: +* Attachments: Send files to the phone (#25, #15) +* Click action: Add a click action URL to notifications (#85) +* Battery optimization: Allow disabling persistent wake-lock (#76, thanks @MatMaul) +* Recognize imported user CA certificate for self-hosted servers (#87, thanks @keith24) +* Remove mentions of "instant delivery" from F-Droid to make it less confusing (no ticket) + +Bug fixes: +* Subscription "muted until" was not always respected (#90) +* Fix two stack traces reported by Play console vitals (no ticket) +* Truncate FCM messages >4,000 bytes, prefer instant messages (#84)