Release v3.4.2
build / build (push) Canceled after 0s
build / test (push) Canceled after 0s

This commit is contained in:
Michael Schättgen
2026-02-24 20:48:15 +01:00
parent 6ca5e94ae5
commit 59d5c640d6
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -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()}\""
+16
View File
@@ -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>