From 2d07e888e3056545a9070246f57026defb74fe9b Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 7 Feb 2024 22:02:54 +0100 Subject: [PATCH] 4.4.0 Signed-off-by: Aayush Gupta --- CHANGELOG | 20 +++++++++++++++++++ app/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/54.txt | 18 +++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/54.txt diff --git a/CHANGELOG b/CHANGELOG index 1d7c68372..6e1c111c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,23 @@ +Changelog : v4.4.0 (54) +• Major internal changes to the downloads system + • Aurora Store now requires new permission to download in the background + • Pause and Resume features have been deprecated for downloads + • Concurrent downloads have been deprecated (limited to one download at a time) + • Automatic SHA256 & SHA1 verification for downloaded files + • Better support for apps with shared libraries such as Chrome and WebView +• Major changes to the updates system + • New automatic updates for apps (enabled by default) + • New automatic certificate verification for updates + • Support for updates with signing key rotation (introduced after Android 9.0+) + • Self-Updates (Aurora Store) has been disabled by default (enable in settings > update) +• Native Installer and Aurora Services have been deprecated +• Exporting installed apps doesn't requires storage permissions anymore +• The minimum required Android version for apps is now visible on the app details page (More about this app > Info) +• Translation updates & major bug fixes +• Support for installing apps with Sui (Shizuku Magisk Module) +• Ability to override the GMS version from Settings > Network +• Material3 is now being used in more places + Changelog : v4.3.5 (53) • Fix apps not installing post download • Allow choosing custom download directory diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 324e4bb15..5daf89572 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -45,8 +45,8 @@ android { minSdk = 21 targetSdk = 33 - versionCode = 53 - versionName = "4.3.5" + versionCode = 54 + versionName = "4.4.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/54.txt b/fastlane/metadata/android/en-US/changelogs/54.txt new file mode 100644 index 000000000..e15b15749 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/54.txt @@ -0,0 +1,18 @@ +• Major internal changes to the downloads system + • Aurora Store now requires new permission to download in the background + • Pause and Resume features have been deprecated for downloads + • Concurrent downloads have been deprecated (limited to one download at a time) + • Automatic SHA256 & SHA1 verification for downloaded files + • Better support for apps with shared libraries such as Chrome and WebView +• Major changes to the updates system + • New automatic updates for apps (enabled by default) + • New automatic certificate verification for updates + • Support for updates with signing key rotation (introduced after Android 9.0+) + • Self-Updates (Aurora Store) has been disabled by default (enable in settings > update) +• Native Installer and Aurora Services have been deprecated +• Exporting installed apps doesn't requires storage permissions anymore +• The minimum required Android version for apps is now visible on the app details page (More about this app > Info) +• Translation updates & major bug fixes +• Support for installing apps with Sui (Shizuku Magisk Module) +• Ability to override the GMS version from Settings > Network +• Material3 is now being used in more places