File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ android {
2828 applicationId " ${ packageName} "
2929 minSdkVersion 21
3030 targetSdkVersion 34
31- versionCode 63
32- versionName " 3.0-beta1 "
31+ versionCode 64
32+ versionName " 3.0"
3333 multiDexEnabled true
3434 buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
3535 buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change @@ -38,9 +38,11 @@ <h4>New</h4>
3838 < li > Automatic assignment of icons to entries</ li >
3939 < li > Ability to select all entries in one go</ li >
4040 < li > Support for importing 2FAS schema v4 backups</ li >
41+ < li > Sort entries based on the last time they were used</ li >
4142 < li > Some clarifications related to importing and backup permission errors</ li >
4243 < li > Preparations for the ability to assign a single entry to multiple groups</ li >
4344 < li > Performance improvements when scrolling through an entry list with lots of icons</ li >
45+ < li > A new look for the third-party licenses list</ li >
4446 </ ul >
4547 < h4 > Fixes</ h4 >
4648 < ul >
You can’t perform that action at this time.
0 commit comments