Release v3.4.2
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ android {
|
||||
applicationId "${packageName}"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode 80
|
||||
versionName "3.4.1"
|
||||
versionCode 81
|
||||
versionName "3.4.2"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
||||
@@ -31,6 +31,22 @@
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 3.4.2</h3>
|
||||
<p>
|
||||
This version fixes the quick settings tile staying inactive permanently after upgrading to Android 16.
|
||||
</p>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Redesigned FAB menu</li>
|
||||
<li>Ability to import otpauth uri from clipboard</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>Fix quick settings tile state</li>
|
||||
<li>Disable autofill services in 'Edit Entry' screen to avoid accidental overwriting master password</li>
|
||||
<li>Inverted positions of buttons in 'Select Group' dialog</li>
|
||||
<li>Remove redundant padding in tiles view</li>
|
||||
</ul>
|
||||
<h3>Version 3.4.1</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user