mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update CHANGELOG and fix descriptions by version
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
KeePassDX(2.8.2)
|
||||
*
|
||||
|
||||
KeePassDX(2.8.1)
|
||||
* Capture exceptions in coroutines
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
* Fix read only database
|
||||
* Upgrade to Android SDK 29
|
||||
* Upgrade to Android SDK 29
|
||||
@@ -3,4 +3,4 @@
|
||||
* Fix title and username entry view refresh after an update
|
||||
* Fix database lock request (open notification always active)
|
||||
* Allow empty title in entries
|
||||
* Add expiration datetime
|
||||
* Add expiration datetime
|
||||
@@ -1,3 +1,3 @@
|
||||
* Fix Lock after screen off (wait 1.5 seconds)
|
||||
* Upgrade autofill algorithm
|
||||
* Fix ANR during file verification
|
||||
* Fix ANR during file verification
|
||||
@@ -6,5 +6,4 @@
|
||||
* New lock button
|
||||
* Setting to hide lock button in user interface
|
||||
* Clickable links in notes
|
||||
* Fix autofill for key-value pairs
|
||||
|
||||
* Fix autofill for key-value pairs
|
||||
@@ -4,5 +4,4 @@
|
||||
* Fix KeeWeb database opening
|
||||
* Fix default username
|
||||
* Fix themes
|
||||
* Fix small issues
|
||||
|
||||
* Fix small issues
|
||||
@@ -1,4 +1,3 @@
|
||||
* First stable version of KeePassDX
|
||||
* Fork completely rewritten from the KeePassDroid project
|
||||
* Fix small issues from the last Release Candidate
|
||||
|
||||
* Fix small issues from the last Release Candidate
|
||||
@@ -4,5 +4,4 @@
|
||||
* Fix entry not visually deleted in search
|
||||
* Fix hanged loading dialog
|
||||
* Fix auto open biometric prompt if comes from background
|
||||
* Minor fixes
|
||||
|
||||
* Minor fixes
|
||||
@@ -2,5 +2,4 @@
|
||||
* Add autofill compatibility mode (usefull for Browser not compatible)
|
||||
* Upgrade autofill recognition algorithm
|
||||
* Setting to search through web subdomains
|
||||
* Refactoring selection mode
|
||||
|
||||
* Refactoring selection mode
|
||||
@@ -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
|
||||
2
fastlane/metadata/android/en-US/changelogs/37.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/37.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
* Capture exceptions in coroutines
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/38.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/38.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
* Correction de l'actualisation de la vue d'entrée du titre et du nom d'utilisateur après une mise à jour
|
||||
* Correction de la demande de verrouillage de la base de données (notification ouverte toujours active)
|
||||
* Autoriser le titre vide dans les entrées
|
||||
* Ajout des dates d'expiration
|
||||
* Ajout des dates d'expiration
|
||||
@@ -4,6 +4,4 @@
|
||||
* Correction de l'ouverture de bases de données KeeWeb
|
||||
* Correction du nom d'utilisateur par défaut
|
||||
* Correction des thèmes
|
||||
* Corrections de petits problèmes
|
||||
|
||||
|
||||
* Corrections de petits problèmes
|
||||
@@ -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
|
||||
|
||||
* Correction de petits soucis depuis la dernière Release Candidate
|
||||
@@ -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
|
||||
1
fastlane/metadata/android/fr-FR/changelogs/37.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/37.txt
Normal file
@@ -0,0 +1 @@
|
||||
* Capture des exceptions dans les coroutines
|
||||
1
fastlane/metadata/android/fr-FR/changelogs/38.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/38.txt
Normal file
@@ -0,0 +1 @@
|
||||
*
|
||||
Reference in New Issue
Block a user