fix: upgrade version and CHANGELOG

This commit is contained in:
J-Jamet
2023-11-06 21:40:01 +01:00
parent cc1697e7ec
commit 64b8023d1a
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.0.4)
* Fix form filled recognition #1572
KeePassDX(4.0.3) KeePassDX(4.0.3)
* Fix "Save as" in Read Only mode #1666 * Fix "Save as" in Read Only mode #1666
* Fix username autofill #1665 #530 #1572 #1426 #1523 #1556 #1653 #1658 #1508 #1667 * Fix username autofill #1665 #530 #1572 #1426 #1523 #1556 #1653 #1658 #1508 #1667

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 33 targetSdkVersion 33
versionCode = 126 versionCode = 127
versionName = "4.0.3" versionName = "4.0.4"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix form filled recognition #1572

View File

@@ -0,0 +1 @@
* Correction de la reconnaissance de formulaire #1572