From dcfdb5a2e69c545f47bb6979f47ccc40de260fb8 Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Sun, 22 Dec 2019 20:20:12 -0500 Subject: [PATCH] Update changelog and readme for 1.0.0-alpha1 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1232894..907146ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.0-alpha1] - 2019-12-14 +### Added +- Automatic daily backups that run in the background. +- User friendly UI for creating and restoring backups. +- Support to backing up to and restoring from removable storage. + +### Updated +- Application can now be configured in the settings app. +- BIP39 is now used for key generation. + +### Notes +- 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/stevesoltys/seedvault-prebuilt + ## [0.3.0] - 2019-03-14 ### Fixed - Transport encryption. Some of the application data was not included during encryption. diff --git a/README.md b/README.md index 7401f838..ae9ddbd4 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ internal APIs as `adb backup` and requires a minimal number of permissions to ac Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/seedvault. ## License -This application is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). +This application is available as open source under the terms of the [Apache-2.0 License](https://opensource.org/licenses/Apache-2.0).