Release v3.0

pull/1323/head v3.0
Alexander Bakker 2 years ago
parent 4c4acf0cd0
commit f9f37d30b2

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 63
versionName "3.0-beta1"
versionCode 64
versionName "3.0"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

@ -38,9 +38,11 @@
<li>Automatic assignment of icons to entries</li>
<li>Ability to select all entries in one go</li>
<li>Support for importing 2FAS schema v4 backups</li>
<li>Sort entries based on the last time they were used</li>
<li>Some clarifications related to importing and backup permission errors</li>
<li>Preparations for the ability to assign a single entry to multiple groups</li>
<li>Performance improvements when scrolling through an entry list with lots of icons</li>
<li>A new look for the third-party licenses list</li>
</ul>
<h4>Fixes</h4>
<ul>

Loading…
Cancel
Save