Skip to content

Commit 59d5c64

Browse files
Release v3.4.2
1 parent 6ca5e94 commit 59d5c64

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId "${packageName}"
2929
minSdkVersion 23
3030
targetSdkVersion 35
31-
versionCode 80
32-
versionName "3.4.1"
31+
versionCode 81
32+
versionName "3.4.2"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.4.2</h3>
35+
<p>
36+
This version fixes the quick settings tile staying inactive permanently after upgrading to Android 16.
37+
</p>
38+
<h4>New</h4>
39+
<ul>
40+
<li>Redesigned FAB menu</li>
41+
<li>Ability to import otpauth uri from clipboard</li>
42+
</ul>
43+
<h4>Fixes</h4>
44+
<ul>
45+
<li>Fix quick settings tile state</li>
46+
<li>Disable autofill services in 'Edit Entry' screen to avoid accidental overwriting master password</li>
47+
<li>Inverted positions of buttons in 'Select Group' dialog</li>
48+
<li>Remove redundant padding in tiles view</li>
49+
</ul>
3450
<h3>Version 3.4.1</h3>
3551
<h4>New</h4>
3652
<ul>

0 commit comments

Comments
 (0)