mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Upgrade version and CHANGELOG
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
KeePassDX(4.1.3)
|
||||
* Fix Autofill Registration #2089
|
||||
|
||||
KeePassDX(4.1.2)
|
||||
* Fix URL search #1940 #1946 #2003 #2040 #2044
|
||||
* Fix Autofill popup #2054
|
||||
|
||||
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "com.kunzisoft.keepass"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 34
|
||||
versionCode = 134
|
||||
versionName = "4.1.2"
|
||||
versionCode = 135
|
||||
versionName = "4.1.3"
|
||||
multiDexEnabled true
|
||||
|
||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
* Fix Group notes #2053
|
||||
* Fix Dialog background #2005 #2004 (Thx @codokie)
|
||||
* Fix OTP configuration #2042 #2065 (Thx @Dev-ClayP)
|
||||
* Fix small UI elements #1987 #2007 (Thx @ymcx)
|
||||
* Fix small UI elements #1987 #2007 (Thx @ymcx)
|
||||
* RTL layout support #2021 (Thx @codokie)
|
||||
* App Metadata to translation #1823
|
||||
1
fastlane/metadata/android/en-US/changelogs/135.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/135.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Fix Autofill Registration #2089
|
||||
1
fastlane/metadata/android/fr-FR/changelogs/135.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/135.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Correction de l'enregistrement pour le remplissage automatique #2089
|
||||
Reference in New Issue
Block a user