Update changelog and readme for 1.0.0-alpha1
This commit is contained in:
parent
2ebc7c9479
commit
dcfdb5a2e6
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue