From 79842a560531ea6038890cf375fe967e87ac83f7 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 15 Oct 2024 16:06:14 -0300 Subject: [PATCH] Release version 15-5.0 --- CHANGELOG.md | 13 +++++++++++-- app/src/main/AndroidManifest.xml | 4 ++-- contactsbackup/src/main/AndroidManifest.xml | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1ca6735..8bf154bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ -## [15-4.1] - 2024-09-06 -* Android 15 +## [15-5.0] - 2024-10-15 +* First Android 15 release +* New backup format using compression and deduplication +* Can still restore old backups, but old Seedvault can't restore backups from this version +* Faster and more reliable backups making snapshots that can individually be restored +* Auto-cleaning of old backups +* All backups now mimic device-to-device (allowing backup for all apps) +* All backups now use a high per-app app quota +* App backup (for APKs) moved to expert settings +* Show more information for backups available to restore +* Fix "Waiting to back up..." showing for apps ## [14-4.1] - 2024-08-23 * It is now possible to restore after setting up a profile diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index eec0dd803..f83eb06ea 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,8 +7,8 @@ + android:versionCode="35050000" + android:versionName="15-5.0">