From 1d95ccde83266f2e22a9dd34a72d56f0ef47db13 Mon Sep 17 00:00:00 2001 From: LucasMZ Date: Fri, 23 Aug 2024 22:37:14 -0300 Subject: [PATCH] Bump to 14-4.1 - many cool things :D --- CHANGELOG.md | 14 ++++++++++++++ app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cbc66c0..fc9ce02aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [14-4.1] - 2024-08-23 +* 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 +* Support for RoundSync (if enabled by the OS) +* Name of profile is now shown when selecting a backup to restore +* Already installed apps are not reinstalled anymore +* Already stored files do not create duplicates 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..56f203682 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="34040010" + android:versionName="14-4.1">