Version bump - 1.0.0
This commit is contained in:
parent
60e84808c5
commit
bd52749c76
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
## [1.0.0-alpha1] - 2019-12-14
|
||||||
### Added
|
### Added
|
||||||
- Automatic daily backups that run in the background.
|
- Automatic daily backups that run in the background.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.stevesoltys.seedvault"
|
package="com.stevesoltys.seedvault"
|
||||||
android:versionCode="6"
|
android:versionCode="6"
|
||||||
android:versionName="1.0.0-alpha1">
|
android:versionName="1.0.0">
|
||||||
|
|
||||||
<uses-permission
|
<uses-permission
|
||||||
android:name="android.permission.BACKUP"
|
android:name="android.permission.BACKUP"
|
||||||
|
|
Loading…
Reference in a new issue