Release version 15-5.0
This commit is contained in:
parent
45e7d23bbe
commit
f5c2f0bd3a
3 changed files with 15 additions and 6 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,14 @@
|
||||||
## [15-4.1] - 2024-09-06
|
## [15-5.0] - 2024-10-15
|
||||||
* Android 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
|
## [14-4.1] - 2024-08-23
|
||||||
* It is now possible to restore after setting up a profile
|
* It is now possible to restore after setting up a profile
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.stevesoltys.seedvault"
|
package="com.stevesoltys.seedvault"
|
||||||
android:versionCode="35040010"
|
android:versionCode="35050000"
|
||||||
android:versionName="15-4.1">
|
android:versionName="15-5.0">
|
||||||
<!--
|
<!--
|
||||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||||
The version name is the targeted Android version followed by - and our own version name.
|
The version name is the targeted Android version followed by - and our own version name.
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="org.calyxos.backup.contacts"
|
package="org.calyxos.backup.contacts"
|
||||||
android:versionCode="35040010"
|
android:versionCode="35050000"
|
||||||
android:versionName="15-4.1">
|
android:versionName="15-5.0">
|
||||||
<!--
|
<!--
|
||||||
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
|
||||||
The version name is the targeted Android version followed by - and our own version name.
|
The version name is the targeted Android version followed by - and our own version name.
|
||||||
|
|
Loading…
Reference in a new issue