mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-03 04:47:36 +03:00
fix: Upgrade to 4.1.1
This commit is contained in:
parent
724698fc51
commit
edaf58135f
4 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
KeePassDX(4.1.1)
|
||||||
|
* Fix date parser #1933
|
||||||
|
* Fix domain search #1820 #1936
|
||||||
|
|
||||||
KeePassDX(4.1.0)
|
KeePassDX(4.1.0)
|
||||||
* Generate keyfile #1290
|
* Generate keyfile #1290
|
||||||
* Hide template group #1894
|
* Hide template group #1894
|
||||||
|
|
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "com.kunzisoft.keepass"
|
applicationId "com.kunzisoft.keepass"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode = 132
|
versionCode = 133
|
||||||
versionName = "4.1.0"
|
versionName = "4.1.1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/133.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/133.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Fix date parser #1933
|
||||||
|
* Fix domain search #1820 #1936
|
2
fastlane/metadata/android/fr-FR/changelogs/133.txt
Normal file
2
fastlane/metadata/android/fr-FR/changelogs/133.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Correction du parseur de date #1933
|
||||||
|
* Correction de la recherche de domaine #1820 #1936
|
Loading…
Add table
Add a link
Reference in a new issue