mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update version and changelog
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
KeepassDX (2.5.0.0beta15)
|
||||||
|
* Read only mode
|
||||||
|
* Best group recovery for the navigation fragment
|
||||||
|
* Fix copies in notifications
|
||||||
|
* Fix orientation
|
||||||
|
* Added translations
|
||||||
|
|
||||||
KeepassDX (2.5.0.0beta14)
|
KeepassDX (2.5.0.0beta14)
|
||||||
* Optimize all the memory with parcelables / fix search
|
* Optimize all the memory with parcelables / fix search
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.kunzisoft.keepass"
|
applicationId "com.kunzisoft.keepass"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode = 14
|
versionCode = 15
|
||||||
versionName = "2.5.0.0beta14"
|
versionName = "2.5.0.0beta15"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
||||||
testApplicationId = "com.kunzisoft.keepass.tests"
|
testApplicationId = "com.kunzisoft.keepass.tests"
|
||||||
|
|||||||
5
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/15.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
* Read only mode
|
||||||
|
* Best group recovery for the navigation fragment
|
||||||
|
* Fix copies in notifications
|
||||||
|
* Fix orientation
|
||||||
|
* Added translations
|
||||||
5
fastlane/metadata/android/fr-FR/changelogs/15.txt
Normal file
5
fastlane/metadata/android/fr-FR/changelogs/15.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
* Mode lecture seule
|
||||||
|
* Meilleur récupération des groupes pour le fragment de navigation
|
||||||
|
* Correction des copies dans les notifications
|
||||||
|
* Correction de l'orientation
|
||||||
|
* Ajout des traductions
|
||||||
Reference in New Issue
Block a user