diff --git a/CHANGELOG b/CHANGELOG index 84afa80c8..eb904fd98 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 45d5d3c9f..ecb5467bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 000000000..6cb936d7b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,5 @@ + * Read only mode + * Best group recovery for the navigation fragment + * Fix copies in notifications + * Fix orientation + * Added translations \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/15.txt b/fastlane/metadata/android/fr-FR/changelogs/15.txt new file mode 100644 index 000000000..42cf2c1a0 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/15.txt @@ -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 \ No newline at end of file