manifest and chanelog for 1.08d-r0

This commit is contained in:
Philipp Crocoll
2020-12-07 11:03:23 +01:00
parent eee24819d5
commit abf32cf499
2 changed files with 3 additions and 2 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="162"
android:versionName="1.08c-r1"
android:versionCode="163"
android:versionName="1.08d-r0"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />

View File

@@ -786,6 +786,7 @@
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
<string-array name="ChangeLog_1_08d">
<item>Add support for Argon2id as key derivation function</item>
<item>Update Jsch to version 0.1.55</item>
<item>Add menu to database selection screen</item>
<item>Allow to export imported keyfiles</item>