fix: Upgrade CHANGELOG

This commit is contained in:
J-Jamet
2023-07-31 21:49:20 +02:00
parent f55a824cdc
commit 93a0e4c0a6
4 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ KeePassDX(4.0.0)
* Material You theme (follow system colors) #1469
* Refactoring inner code #1371
* Migration to API 33
# Remove from search #1308
* Fix behaviors #1351
* Fix bugs #1589 #1584 #1545 #1563 #1371

View File

@@ -12,8 +12,8 @@ android {
applicationId "com.kunzisoft.keepass"
minSdkVersion 15
targetSdkVersion 33
versionCode = 121
versionName = "4.0.0_beta01"
versionCode = 122
versionName = "4.0.0_beta02"
multiDexEnabled true
testApplicationId = "com.kunzisoft.keepass.tests"

View File

@@ -2,5 +2,6 @@
* Material You theme (follow system colors) #1469
* Refactoring inner code #1371
* Migration to API 33
# Remove from search #1308
* Fix behaviors #1351
* Fix bugs #1589 #1584 #1545 #1563 #1371

View File

@@ -2,5 +2,6 @@
* Thème Material You (follow system colors) #1469
* Refactorisation du code interne #1371
* Migration vers API 33
* Suppression depuis la recherche #1308
* Corrections de comportements #1351
* Corrections de bugs #1589 #1584 #1545 #1563 #1371