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

This commit is contained in:
Alexander Bakker
2025-08-03 13:28:30 +02:00
parent 7038816afd
commit 491a81584d
2 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 23
targetSdkVersion 35
versionCode 79
versionName "3.4"
versionCode 80
versionName "3.4.1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
+9
View File
@@ -31,6 +31,15 @@
</head>
<body>
<div></div>
<h3>Version 3.4.1</h3>
<h4>New</h4>
<ul>
<li>Support for importing from Proton Authenticator</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>The autofill service would show a prompt to save the PIN as a password</li>
</ul>
<h3>Version 3.4</h3>
<h4>New</h4>
<ul>