This commit is contained in:
Philipp Crocoll
2021-01-16 11:50:43 +01:00
2 changed files with 4 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="165"
android:versionName="1.08d-r2"
android:versionCode="166"
android:versionName="1.08d-r3"
package="keepass2android.keepass2android"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29" />

View File

@@ -788,8 +788,10 @@
<string name="CloseDbAfterFailedAttempts">Close database after three failed biometric unlock attempts.</string>
<string-array name="ChangeLog_1_08d">
<item>Add support for new key file format introduced in Keepass 2.47</item>
<item>Add support for Argon2id as key derivation function</item>
<item>Improved Autofill compatibility with Firefox and Chrome</item>
<item>Improve support for TOTP entries from desktop programs</item>
<item>Update pCloud SDK to fix authentication issue</item>
<item>Update Jsch to version 0.1.55</item>
<item>Add menu to database selection screen</item>