From 1fe42b9048a6cc02d4c92ad96e9dddbb54e3d2e4 Mon Sep 17 00:00:00 2001 From: LucasMZ Date: Thu, 22 Aug 2024 20:30:03 -0300 Subject: [PATCH] Bump to 14-5.0 - many cool things ^^ --- CHANGELOG.md | 15 +++++++++++++++ app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cbc66c0..13c046b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [14-5.0] - 2024-08-22 +* It is now possible to select what to restore (e.g. apps, files...) +* Now in Material 3 +* Automatic backup scheduling can now be modified by the user +* Native support for WebDAV mounts +* Support for RoundSync +* Apps which APKs failed to backup are now considered failed +* The name of the profile is now shown when selecting a backup to restore +* Already installed apps are not reinstalled anymore +* Already stored files are not overwritten anymore +* Respect policy when the installation of apps is disallowed +* Storage backup is now beta instead of experimental +* D2D is now alpha instead of experimental +* Various corrections to the UI + ## [14-4.0] - 2024-01-24 * Add experimental support for forcing "D2D" transfer backups * Pretend to be a device-to-device transfer to allow backing up many apps which prevent backup diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4a4351e60..529a33212 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="34050000" + android:versionName="14-5.0">