1.01-pre4 release

This commit is contained in:
Philipp Crocoll 2017-01-13 06:06:54 +01:00
parent edb4779039
commit 673ffb8e79
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="1.01-pre3"
android:versionCode="86"
android:versionName="1.01-pre4"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23" />

View File

@ -687,11 +687,13 @@
</string>
<string name="ChangeLog_1_01">
Version 1.01 preview\n
* added support for the new KDBX-4-format (compatible with Keepass 2.35) including Argon2 key derivation and ChaCha20 encryption. Argon2 is currently only implemented in managed code. Expect a slow transformation process. Note: This is still in testing, please make sure you have backups of your files before using these features!\n
* Reimplemented WebDav file storage, now allows file browsing and supports modern encryption.\n
* Reimpleented FTP file storage, now allows file browsing and supports encryption (FTPS).\n
* Updated to OneDrive SDK (previously used Live SDK is no longer updated)\n
* Updated to Dropbox SDK v2 (previously v1 SDK is deprecated).\n
* added preview-support for the new KDBX-4-format (see http://keepass.info/help/kb/kdbx_4.html) including Argon2 key derivation and ChaCha20 encryption. Argon2 is currently only implemented in managed code. Expect a slow transformation process. This is for TESTING ONLY!\n
* Added support for OwnCloud.\n
* Prompt for storage permission before opening local files
</string>
<string name="ChangeLog_1_0_0e">
Version 1.0.0e\n