Update CHANGELOG and fix descriptions by version

This commit is contained in:
J-Jamet
2020-07-17 10:26:26 +02:00
parent 754d2b2dd3
commit 5d3b4fa5ec
19 changed files with 34 additions and 24 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(2.8.2)
*
KeePassDX(2.8.1)
* Capture exceptions in coroutines

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 14
targetSdkVersion 29
versionCode = 37
versionName = "2.8.1"
versionCode = 38
versionName = "2.8.2"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -7,4 +7,3 @@
* Setting to hide lock button in user interface
* Clickable links in notes
* Fix autofill for key-value pairs

View File

@@ -5,4 +5,3 @@
* Fix default username
* Fix themes
* Fix small issues

View File

@@ -1,4 +1,3 @@
* First stable version of KeePassDX
* Fork completely rewritten from the KeePassDroid project
* Fix small issues from the last Release Candidate

View File

@@ -5,4 +5,3 @@
* Fix hanged loading dialog
* Fix auto open biometric prompt if comes from background
* Minor fixes

View File

@@ -3,4 +3,3 @@
* Upgrade autofill recognition algorithm
* Setting to search through web subdomains
* Refactoring selection mode

View File

@@ -1,2 +1,6 @@
* Capture exceptions in coroutines
* Fix TOTP period (> 60s)
* Fix searching in recycle bin
* Settings to back to the previous keyboard during database credentials and after form filling
* Improving action tasks
* Improve recognition to reset app timeout
* Fix minor issues

View File

@@ -0,0 +1,2 @@
* Capture exceptions in coroutines

View File

@@ -0,0 +1,2 @@
*

View File

@@ -5,5 +5,3 @@
* Correction du nom d'utilisateur par défaut
* Correction des thèmes
* Corrections de petits problèmes

View File

@@ -1,4 +1,3 @@
* Première version stable de KeePassDX
* Fork complètement réécrit à partir du projet KeePassDroid
* Correction de petits soucis depuis la dernière Release Candidate

View File

@@ -1 +1,6 @@
* Capture des exceptions dans les coroutines
* Correction de la période pour le TOTP (> 60s)
* Correction de la recherche dans la corbeille
* Paramètres pour revenir automatiquement au clavier précédent durant l'identification de la base et après le remplissage de formulaire
* Amélioration des tâches d'action
* Amélioration de la reconnaissance pour le temps écoulé
* Correction de problèmes mineurs

View File

@@ -0,0 +1 @@
* Capture des exceptions dans les coroutines

View File

@@ -0,0 +1 @@
*