Skip to content

Commit f76d84e

Browse files
committed
Release v3.0-beta1
1 parent 3d59114 commit f76d84e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

app/build.gradle

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

app/src/main/assets/changelog.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@
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>

0 commit comments

Comments
 (0)