fix: Update to 4.1.9

This commit is contained in:
J-Jamet
2025-10-06 17:14:10 +02:00
parent 97f0ca519b
commit cf799c0f68
4 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
KeePassDX(4.1.9)
* Fix landscape UI #2198 (@chenxiaolong)
* Fix start loop and flash screen #2201
* Small fixes
KeePassDX(4.1.8) KeePassDX(4.1.8)
* Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 #1687 (Thx @Dev-ClayP) * Updated to API 35 minimum SDK 19 #2073 #2138 #2067 #2133 #1687 (Thx @Dev-ClayP)
* Remember last read-only state #2099 #2100 (Thx @rmacklin) * Remember last read-only state #2099 #2100 (Thx @rmacklin)

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass" applicationId "com.kunzisoft.keepass"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 35 targetSdkVersion 35
versionCode = 141 versionCode = 143
versionName = "4.1.8" versionName = "4.1.9"
multiDexEnabled true multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests" testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,3 @@
* Fix landscape UI #2198 (@chenxiaolong)
* Fix start loop and flash screen #2201
* Small fixes

View File

@@ -0,0 +1,3 @@
* Correction de l'interface en paysage #2198 (@chenxiaolong)
* Correction du démarrage en boucle et de l'écran clignotant #2201
* Petites corrections