Version bump - 0.3.0
This commit is contained in:
parent
04543a1014
commit
cdaf842866
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
## [0.3.0] - 2019-03-14
|
||||||
|
### Fixed
|
||||||
|
- Transport encryption. Some of the application data was not included during encryption.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
- This contains breaking changes, any backups made prior to this release can no longer be restored.
|
||||||
|
|
||||||
## [0.2.0] - 2019-03-01
|
## [0.2.0] - 2019-03-01
|
||||||
### Added
|
### Added
|
||||||
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.
|
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.stevesoltys.backup"
|
package="com.stevesoltys.backup"
|
||||||
android:versionCode="4"
|
android:versionCode="5"
|
||||||
android:versionName="0.2.0">
|
android:versionName="0.3.0">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.BACKUP" />
|
<uses-permission android:name="android.permission.BACKUP" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue