Update version and changelog

This commit is contained in:
J-Jamet
2018-07-19 11:01:32 +02:00
parent 7d10c43822
commit e3b329d27f
4 changed files with 19 additions and 2 deletions

View File

@@ -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)
* Optimize all the memory with parcelables / fix search

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 27
versionCode = 14
versionName = "2.5.0.0beta14"
versionCode = 15
versionName = "2.5.0.0beta15"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1,5 @@
* Read only mode
* Best group recovery for the navigation fragment
* Fix copies in notifications
* Fix orientation
* Added translations

View 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