fix: Update to 4.2.0beta01

This commit is contained in:
J-Jamet
2025-09-09 13:57:58 +02:00
parent 47fbb562b7
commit 8337f98f3a
4 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
KeePassDX(4.2.0)
* Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 (Thx @Dev-ClayP)
* Passkeys management #1421 #2097 (Thx @cali-95)
* Remember last read-only state #2099 #2100 (Thx @rmacklin)
* Small fixes
KeePassDX(4.1.7) KeePassDX(4.1.7)
* Fix CipherDatabase for biometric states #2119 * Fix CipherDatabase for biometric states #2119

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 35 targetSdkVersion 35
versionCode = 139 versionCode = 140
versionName = "4.1.7" versionName = "4.2.0beta01"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,4 @@
* Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 (Thx @Dev-ClayP)
* Passkeys management #1421 #2097 (Thx @cali-95)
* Remember last read-only state #2099 #2100 (Thx @rmacklin)
* Small fixes

View File

@@ -0,0 +1,4 @@
* Mise à jour vers API 35 minimum SDK 19 #2073 #2138 #2067 #2133 (Thx @Dev-ClayP)
* Gestion des Passkeys #1421 #2097 (Thx @cali-95)
* Garde en mémoire la lecture seule #2099 #2100 (Thx @rmacklin)
* Petites corrections