Skip to content

Commit 1beb1cb

Browse files
committed
Release 15-5.5
1 parent 4e8751a commit 1beb1cb

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 15-5.5 - 2025-04-04
2+
* Unify scheduling of app and file backup, now they always run one after the other
3+
* Add progress bar to app backup pruning notification
4+
* Fix bug where we didn't find any backups, if user had only file backups
5+
* Allow user to restart restore process during setup wizard (e.g. when wrong code was entered)
6+
* Launch foreground service when finalizing backup to prevent system from freezing us
7+
* Auto-retry more WebDAV connection errors
8+
19
## 15-5.4 - 2025-03-13
210
* Added support and updated dependencies for 15 QPR2
311

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools"
88
package="com.stevesoltys.seedvault"
9-
android:versionCode="35050040"
10-
android:versionName="15-5.4">
9+
android:versionCode="35050050"
10+
android:versionName="15-5.5">
1111
<!--
1212
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313
The version name is the targeted Android version followed by - and our own version name.

contactsbackup/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
77
xmlns:tools="http://schemas.android.com/tools"
88
package="org.calyxos.backup.contacts"
9-
android:versionCode="35050040"
10-
android:versionName="15-5.4">
9+
android:versionCode="35050050"
10+
android:versionName="15-5.5">
1111
<!--
1212
The version code is the targeted SDK_VERSION plus 6 digits for our own version code.
1313
The version name is the targeted Android version followed by - and our own version name.

0 commit comments

Comments
 (0)