Upgrade CHANGELOG and version to 3.3.0

This commit is contained in:
J-Jamet
2022-02-03 17:25:36 +01:00
parent b5cf0f987e
commit 7f69563edb
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
KeePassDX(3.3.0)
* Quick search and dynamic filters #163 #462 #521
KeePassDX(3.2.0)
* Manage data merge #840 #977
* Manage Tags #633

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 31
versionCode = 97
versionName = "3.2.0"
versionCode = 98
versionName = "3.3.0"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -0,0 +1 @@
* Quick search and dynamic filters #163 #462 #521

View File

@@ -0,0 +1 @@
* Recherche rapide et filtres dynamiques #163 #462 #521