Skip to content

Commit 491a815

Browse files
committed
Release v3.4.1
1 parent 7038816 commit 491a815

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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 79
32-
versionName "3.4"
31+
versionCode 80
32+
versionName "3.4.1"
3333
multiDexEnabled true
3434
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
3535
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

app/src/main/assets/changelog.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
</head>
3232
<body>
3333
<div></div>
34+
<h3>Version 3.4.1</h3>
35+
<h4>New</h4>
36+
<ul>
37+
<li>Support for importing from Proton Authenticator</li>
38+
</ul>
39+
<h4>Fixes</h4>
40+
<ul>
41+
<li>The autofill service would show a prompt to save the PIN as a password</li>
42+
</ul>
3443
<h3>Version 3.4</h3>
3544
<h4>New</h4>
3645
<ul>

0 commit comments

Comments
 (0)