Release v1.4.2

This commit is contained in:
Alexander Bakker 2021-01-16 15:27:00 +01:00
parent 6dcde38667
commit 2c0068bea7
2 changed files with 12 additions and 2 deletions

View file

@ -24,8 +24,8 @@ android {
applicationId "${packageName}" applicationId "${packageName}"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 44 versionCode 45
versionName "1.4.1" versionName "1.4.2"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -31,6 +31,16 @@
</head> </head>
<body> <body>
<div></div> <div></div>
<h3>Version 1.4.2</h3>
<h4>Fixes</h4>
<ul>
<li>The app would crash if DocumentsUI is not present on the device</li>
<li>The app would close when selecting an icon if auto lock on minimize was enabled</li>
<li>Importing from Authy was flaky for entries that have an icon</li>
<li>The dark theme was not properly applied to the QR code scanner view</li>
<li>The app would crash on plain text export on some devices</li>
<li>Importing from Authenticator Plus stopped working</li>
</ul>
<h3>Version 1.4.1</h3> <h3>Version 1.4.1</h3>
<h4>Fixes</h4> <h4>Fixes</h4>
<ul> <ul>