From aa30df6454cb65a6be9f954d39f69d0609d0cc09 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sun, 15 Jul 2018 10:49:45 +0200 Subject: [PATCH] Update version / changelogs --- CHANGELOG | 5 ++++- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/14.txt | 7 +++++++ fastlane/metadata/android/fr-FR/changelogs/14.txt | 7 +++++++ 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/14.txt create mode 100644 fastlane/metadata/android/fr-FR/changelogs/14.txt diff --git a/CHANGELOG b/CHANGELOG index 895fd483e..84afa80c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ -KeepassDX (2.5.0.0beta11) +KeepassDX (2.5.0.0beta14) + * Optimize all the memory with parcelables / fix search + +KeepassDX (2.5.0.0beta13) * Fix memory issue with parcelable (crash in beta12 version) KeepassDX (2.5.0.0beta12) diff --git a/app/build.gradle b/app/build.gradle index 20cc7a46a..8d9385cdd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.kunzisoft.keepass" minSdkVersion 15 targetSdkVersion 27 - versionCode = 13 - versionName = "2.5.0.0beta13" + versionCode = 14 + versionName = "2.5.0.0beta14" multiDexEnabled true testApplicationId = "com.kunzisoft.keepass.tests" diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 000000000..fc926781c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,7 @@ + * Added the Magikeyboard to fill the forms + * Added move and copy for groups and entries + * New navigation in a single screen / new animations between activities + * New icons for the material pack + * New adaptive launcher icon + * Added a setting to disable the open button / the education screens / the copy of protected custom fields + * Fix the fingerprint recognition / crash / search / parcelables \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/14.txt b/fastlane/metadata/android/fr-FR/changelogs/14.txt new file mode 100644 index 000000000..c79222a18 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/14.txt @@ -0,0 +1,7 @@ + * Ajout du Magikeyboard pour remplir les formulaires + * Déplacer et copier ajoutés pour les groupes et les entrées + * Nouvelle navigation dans un seul écran / nouvelles animations entre activités + * Nouveaux icones pour le pack material + * Nouvel icone de lancement adaptatif + * Ajout d'un paramètre pour désactiver le bouton d'ouverture / les écrans d'éducation / la copie des champs customisés protégés + * Correction de la reconnaissance des empreintes digitales / crash / recherche / parcelables \ No newline at end of file