From 87712f79425b6fe8dfa32de792f6b519f0852353 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Fri, 15 Sep 2023 21:07:47 +0530 Subject: [PATCH] 4.3.2 Signed-off-by: Aayush Gupta --- CHANGELOG | 11 +++++++++++ app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/50.txt | 9 +++++++++ fastlane/metadata/android/hi/changelogs/50.txt | 9 +++++++++ 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/50.txt create mode 100644 fastlane/metadata/android/hi/changelogs/50.txt diff --git a/CHANGELOG b/CHANGELOG index 826aad0a3..8a21ebd6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Changelog : v4.3.2 (50) +• Switching to the system theme from a dark theme updates the UI properly +• Dialogs on the home screen no longer hide certain views +• Opening a Google Play link now ensures a valid & working account is present +• The navigation drawer is only openable on the main screen +• Back action now properly exits the app on certain screens +• Settings buttons now have a proper tint in the dark theme +• App name is visible again in toolbar for exodus reports +• Internal improvements related to images +• Translation updates + Changelog : v4.3.1 (49) • Allow users to enable app links during first-time setup • Translation updates diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7d0756eee..ab969bbc4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,8 +46,8 @@ android { minSdk = 21 targetSdk = 33 - versionCode = 49 - versionName = "4.3.1" + versionCode = 50 + versionName = "4.3.2" vectorDrawables.useSupportLibrary = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/fastlane/metadata/android/en-US/changelogs/50.txt b/fastlane/metadata/android/en-US/changelogs/50.txt new file mode 100644 index 000000000..72f83f622 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/50.txt @@ -0,0 +1,9 @@ +• Switching to the system theme from a dark theme updates the UI properly +• Dialogs on the home screen no longer hide certain views +• Opening a Google Play link now ensures a valid & working account is present +• The navigation drawer is only openable on the main screen +• Back action now properly exits the app on certain screens +• Settings buttons now have a proper tint in the dark theme +• App name is visible again in toolbar for exodus reports +• Internal improvements related to images +• Translation updates diff --git a/fastlane/metadata/android/hi/changelogs/50.txt b/fastlane/metadata/android/hi/changelogs/50.txt new file mode 100644 index 000000000..7554fec3b --- /dev/null +++ b/fastlane/metadata/android/hi/changelogs/50.txt @@ -0,0 +1,9 @@ +• डार्क थीम से सिस्टम थीम पर स्विच करने से UI ठीक से अपडेट हो जाता है +• होम स्क्रीन पर संवाद अब कुछ दृश्यों को छिपाते नहीं हैं +• अब Google Play लिंक खोलने से यह सुनिश्चित हो जाता है कि एक वैध और कार्यशील खाता मौजूद है +• नेविगेशन ड्रॉअर केवल मुख्य स्क्रीन पर ही खोला जा सकता है +• बैक एक्शन अब कुछ स्क्रीन पर ऐप से ठीक से बाहर निकलें +• सेटिंग्स बटन में अब डार्क थीम में उचित रंग है +• पलायन रिपोर्ट के लिए टूलबार में ऐप का नाम फिर से दिखाई दे रहा है +• छवियों से संबंधित आंतरिक सुधार +• अनुवाद अद्यतन