fix: Upgrade version and CHANGELOG

This commit is contained in:
J-Jamet
2025-07-22 18:45:44 +02:00
parent 962b547b36
commit 56f8a1bf9f
5 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(4.1.3)
* Fix Autofill Registration #2089
KeePassDX(4.1.2) KeePassDX(4.1.2)
* Fix URL search #1940 #1946 #2003 #2040 #2044 * Fix URL search #1940 #1946 #2003 #2040 #2044
* Fix Autofill popup #2054 * Fix Autofill popup #2054

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 34 targetSdkVersion 34
versionCode = 134 versionCode = 135
versionName = "4.1.2" versionName = "4.1.3"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Fix Autofill Registration #2089

View File

@@ -0,0 +1 @@
* Correction de l'enregistrement pour le remplissage automatique #2089