Skip to content

Commit

Permalink
Merge pull request #870 from lucasmz-dev/next-version
Browse files Browse the repository at this point in the history
Bump version to 15-5.3
  • Loading branch information
grote authored Feb 14, 2025
2 parents e38f644 + c74e5cd commit 95ee73f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 27 deletions.
59 changes: 36 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
## [15-5.2] - 2024-12-24
## 15.5.3 - 2025-02-14
* Added support for user CA certificates
* Fixed issue where many Go server implementations of WebDAV did not work with the WebDAV client in Seedvault
* Bumped the app data quota from 1GB to 3GB
* Improved handling of metered networks, if disallowed, the backup process will be aborted
* Fixed backup errors with USB when file and app backup are both on
* Fixed overdue backups not automatically starting when USB drives are plugged in
* The size of each app backup is now shown on the restore screen
* Fixed a common error (StaleDataException) causing backups to fail
* Fixed error message when no backups are available to restore
* Implemented a wrapper for the backend with a retrying mechanism, giving us less common errors
* Updated dependencies for 15 QPR1

## 15-5.2 - 2024-12-24
* It is now possible to verify the integrity of file backups as well, partially or fully
* Improve files backup snapshot UI
* Allow changing backup location when USB drive isn't plugged in
* Fix work profile USB backup

## [15-5.1] - 2024-11-20
## 15-5.1 - 2024-11-20
* It is now possible to verify the integrity of app backups, partially or fully
* The entire WebDAV URL is now shown when in settings
* A launch button is now shown for apps that are force-stopped so that they can be backed up

## [15-5.0] - 2024-10-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
Expand All @@ -21,7 +34,7 @@
* 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 select what to restore (e.g. apps, files...)
* Automatic backup scheduling can now be modified by the user
Expand All @@ -36,38 +49,38 @@
* D2D is now alpha instead of experimental
* Various corrections to the UI

## [14-4.0] - 2024-01-24
## 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
* Stop backing up excluded app APKs
* Show size of app backups in Backup Status screen
* Slight improvements to color scheme
* Development: Improve CI testing setup

## [14-3.3] - 2023-10-06
## 14-3.3 - 2023-10-06
* Android 14

## [13-3.3] - 2023-01-11
## 13-3.3 - 2023-01-11
* Mark Nextcloud as "Not recommended"
* Warn before turning off backups
* Avoid corrupting old backups when turning off backups
* Pre-grant `ACCESS_MEDIA_LOCATION` permission for Storage backups

## [13-3.2] - 2022-12-29
## 13-3.2 - 2022-12-29
* Add expert option to save logs
* Add more details about branching to README
* Improvements for debug builds
* Documentation improvements
* Better error handling in some cases
* Some Android 13 upgrades

## [13-3.1] - 2022-09-01
## 13-3.1 - 2022-09-01
* Initial release for Android 13
* Don't attempt to restore app that is used as a backup location (e.g. Nextcloud),
because can cause restore to abort early
* Upgrade several libraries

## [12-3.0] - 2021-10-13
## 12-3.0 - 2021-10-13
* Initial release for Android 12
* Use the same (faster and more secure) crypto that storage backups use,
for app backup.
Expand All @@ -77,12 +90,12 @@
to generate a new code.
* Improve backup behavior in general

## [11-2.3] - 2021-10-02
## 11-2.3 - 2021-10-02
### Fixed
* Fix translations for the new BIP39 library
* Switch all translations references to github.com/seedvault-app

## [11-2.2] - 2021-09-29
## 11-2.2 - 2021-09-29
### User-facing changes
* Don't backup on metered networks
* Disable spell-checker on recovery code input
Expand All @@ -102,21 +115,21 @@
* document potential information leakage through the long-lived SQL caches
* Add warning for third-party tools to README

## [11-2.1] - 2021-07-06
## 11-2.1 - 2021-07-06
### Updated
* Switch to a different BIP39 library due to licensing

### Notes
* Not tagged as a stable release

## [11-2.0] - 2021-07-05
## 11-2.0 - 2021-07-05
### Added
* Storage backup!

### Notes
* Not tagged as a stable release

## [11-1.2] - 2021-07-05
## 11-1.2 - 2021-07-05
### Fixed
* Fix local contacts backup on LineageOS.
* Minor string fixes.
Expand All @@ -127,7 +140,7 @@
* Translations update, both existing languages and new.
* Switch all text references to github.com/seedvault-app

## [11-1.1] - 2021-04-16
## 11-1.1 - 2021-04-16
### Fixed
* Don't crash when storage app gets uninstalled

Expand All @@ -136,13 +149,13 @@
* Prepare for storage backup
* gradle: Use AOSP platform key for signing

## [11-1.0] - 2021-04-16
## 11-1.0 - 2021-04-16
### Notes
* Change versioning scheme to include Android version
* 11-1.0 is the first release for Android 11
* Incomplete changelog entry, lots of changes done

## [1.0.0] - 2020-03-07
## 1.0.0 - 2020-03-07

### Added
- APK backup and restore support with the option to toggle them off.
Expand All @@ -155,7 +168,7 @@
### Fixed
- Device initialization and generation of new backup tokens.

## [1.0.0-alpha1] - 2019-12-14
## 1.0.0-alpha1 - 2019-12-14
### Added
- Automatic daily backups that run in the background.
- User friendly UI for creating and restoring backups.
Expand All @@ -169,22 +182,22 @@
- This contains breaking changes, any backups made prior to this release can no longer be restored.
- Application can no longer be built in the Android source tree. It must be built using Gradle and binaries can now be found here: https://github.com/seedvault-app/seedvault-prebuilt

## [0.3.0] - 2019-03-14
## 0.3.0 - 2019-03-14
### Fixed
- Transport encryption. Some of the application data was not included during encryption.

### Notes
- This contains breaking changes, any backups made prior to this release can no longer be restored.

## [0.2.0] - 2019-03-01
## 0.2.0 - 2019-03-01
### Added
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.

## [0.1.2] - 2019-02-11
## 0.1.2 - 2019-02-11
### Fixed
- Downgrade SDK target version to 26 due to [#15](https://github.com/seedvault-app/seedvault/issues/15).

## [0.1.1] - 2019-02-11
## 0.1.1 - 2019-02-11
### Added
- Action bar options for selecting all packages during backup / restore.
- Upgrade compile SDK version to 28.
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="35050020"
android:versionName="15-5.2">
android:versionCode="35050030"
android:versionName="15-5.3">
<!--
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.
Expand Down
4 changes: 2 additions & 2 deletions contactsbackup/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.calyxos.backup.contacts"
android:versionCode="35050020"
android:versionName="15-5.2">
android:versionCode="35050030"
android:versionName="15-5.3">
<!--
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.
Expand Down

0 comments on commit 95ee73f

Please sign in to comment.