File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
2727 applicationId " ${ packageName} "
2828 minSdkVersion 21
2929 targetSdkVersion 34
30- versionCode 62
31- versionName " 2.2.2 "
30+ versionCode 63
31+ versionName " 3.0-beta1 "
3232 multiDexEnabled true
3333 buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
3434 buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change 3131 </ head >
3232 < body >
3333 < div > </ div >
34+ < h3 > Version 3.0</ h3 >
35+ < h4 > New</ h4 >
36+ < ul >
37+ < li > Material 3 (and Material You)</ li >
38+ < li > Automatic assignment of icons to entries</ li >
39+ < li > Ability to select all entries in one go</ li >
40+ < li > Support for importing 2FAS schema v4 backups</ li >
41+ < li > Some clarifications related to importing and backup permission errors</ li >
42+ < li > Preparations for the ability to assign a single entry to multiple groups</ li >
43+ < li > Performance improvements when scrolling through an entry list with lots of icons</ li >
44+ </ ul >
45+ < h4 > Fixes</ h4 >
46+ < ul >
47+ < li > Directly importing from Authy using root would fail</ li >
48+ < li > Minor glitches related to animation duration scale settings</ li >
49+ < li > Various stability improvements</ li >
50+ </ ul >
3451 < h3 > Version 2.2.2</ h3 >
3552 < h4 > New</ h4 >
3653 < ul >
You can’t perform that action at this time.
0 commit comments