Skip to content

Commit 2c0068b

Browse files
committed
Release v1.4.2
1 parent 6dcde38 commit 2c0068b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 44
28-
versionName "1.4.1"
27+
versionCode 45
28+
versionName "1.4.2"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 1.4.2</h3>
35+
<h4>Fixes</h4>
36+
<ul>
37+
<li>The app would crash if DocumentsUI is not present on the device</li>
38+
<li>The app would close when selecting an icon if auto lock on minimize was enabled</li>
39+
<li>Importing from Authy was flaky for entries that have an icon</li>
40+
<li>The dark theme was not properly applied to the QR code scanner view</li>
41+
<li>The app would crash on plain text export on some devices</li>
42+
<li>Importing from Authenticator Plus stopped working</li>
43+
</ul>
3444
<h3>Version 1.4.1</h3>
3545
<h4>Fixes</h4>
3646
<ul>

0 commit comments

Comments
 (0)