Skip to content

Commit f9f37d3

Browse files
committed
Release v3.0
1 parent 4c4acf0 commit f9f37d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()}\""

app/src/main/assets/changelog.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)