Version bump - 1.0.0

This commit is contained in:
Steve Soltys 2020-03-07 15:41:49 -05:00
parent 60e84808c5
commit bd52749c76
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
## [1.0.0] - 2020-03-07
## Added
- APK backup and restore support with the option to toggle them off.
- Note to auto-restore setting in case removable storage is used.
- UX for showing which packages were restored and which failed.
- Show heads-up notification when auto-restore fails due to removed storage.
- Show list of apps and their backup status.
- Support for excluding apps from backups.
## Fixed
- Device initialization and generation of new backup tokens.
## [1.0.0-alpha1] - 2019-12-14
### Added
- Automatic daily backups that run in the background.

View file

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.stevesoltys.seedvault"
android:versionCode="6"
android:versionName="1.0.0-alpha1">
android:versionName="1.0.0">
<uses-permission
android:name="android.permission.BACKUP"