Skip to content

Commit 1748e22

Browse files
committed
Release v1.4
1 parent b1b4c02 commit 1748e22

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
@@ -24,8 +24,8 @@ android {
2424
applicationId "${packageName}"
2525
minSdkVersion 21
2626
targetSdkVersion 30
27-
versionCode 42
28-
versionName "1.4-beta2"
27+
versionCode 43
28+
versionName "1.4"
2929
multiDexEnabled true
3030
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3131
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
@@ -58,6 +58,8 @@ <h4>Fixes</h4>
5858
<li>The app would crash if an entry was added to the vault twice due to an IO error</li>
5959
<li>The app would crash if the device was rotated while a progress dialog was shown</li>
6060
<li>The PIN keyboard would show even if a new non-digit password was set</li>
61+
<li>The password reminder popup would be occluded by the autofill popup</li>
62+
<li>Importing from other apps on Android 11 was broken due to some permission issues</li>
6163
</ul>
6264
<h3>Version 1.3</h3>
6365
<h4>New</h4>

0 commit comments

Comments
 (0)