File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.0] - 2019-03-14
2
+ ### Fixed
3
+ - Transport encryption. Some of the application data was not included during encryption.
4
+
5
+ ### Notes
6
+ - This contains breaking changes, any backups made prior to this release can no longer be restored.
7
+
1
8
## [ 0.2.0] - 2019-03-01
2
9
### Added
3
10
- Support for encrypted backups with a 256-bit AES key generated from a password using PBKDF2.
Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
package =" com.stevesoltys.backup"
5
- android : versionCode =" 4 "
6
- android : versionName =" 0.2 .0" >
5
+ android : versionCode =" 5 "
6
+ android : versionName =" 0.3 .0" >
7
7
8
8
<uses-permission android : name =" android.permission.BACKUP" />
9
9
You can’t perform that action at this time.
0 commit comments