Release v3.4.1

master v3.4.1
Alexander Bakker 2 months ago
parent 7038816afd
commit 491a81584d

@ -28,8 +28,8 @@ android {
applicationId "${packageName}" applicationId "${packageName}"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 35 targetSdkVersion 35
versionCode 79 versionCode 80
versionName "3.4" versionName "3.4.1"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

@ -31,6 +31,15 @@
</head> </head>
<body> <body>
<div></div> <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> <h3>Version 3.4</h3>
<h4>New</h4> <h4>New</h4>
<ul> <ul>

Loading…
Cancel
Save