File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
24
24
applicationId " ${ packageName} "
25
25
minSdkVersion 21
26
26
targetSdkVersion 30
27
- versionCode 42
28
- versionName " 1.4-beta2 "
27
+ versionCode 43
28
+ versionName " 1.4"
29
29
multiDexEnabled true
30
30
buildConfigField " String" , " GIT_HASH" , " \" ${ getGitHash()} \" "
31
31
buildConfigField " String" , " GIT_BRANCH" , " \" ${ getGitBranch()} \" "
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ <h4>Fixes</h4>
58
58
< li > The app would crash if an entry was added to the vault twice due to an IO error</ li >
59
59
< li > The app would crash if the device was rotated while a progress dialog was shown</ li >
60
60
< 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 >
61
63
</ ul >
62
64
< h3 > Version 1.3</ h3 >
63
65
< h4 > New</ h4 >
You can’t perform that action at this time.
0 commit comments