From 5b76cd707a7e0581784eaf5b83e27b51255634ea Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Sat, 3 Aug 2024 10:49:22 +0200 Subject: [PATCH] chore: Update changelog --- fastlane/metadata/android/en-US/changelogs/32.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/32.txt diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 0000000..f8d5b90 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1,13 @@ +# Changed + +* Removed background service and notification +* Polling is now preformed by WorkManager +* Account state is persisted to disk between OS reboots +* Update dependencies and deprecated APIs + +# Fixes + +* Startup crash when starting service from a worker +* Fix proxy screen not remembering values +* Https is not a valid proxy protocol +