diff --git a/CHANGELOG.md b/CHANGELOG.md index 907146ef..aed03720 100644 --- a/CHANGELOG.md +++ b/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 ### Added - Automatic daily backups that run in the background. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e1e882d9..208d08a6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">