Release v3.3.2

This commit is contained in:
Alexander Bakker 2024-12-02 22:35:13 +01:00
parent 170f626c9e
commit 0eb1194578
2 changed files with 15 additions and 2 deletions

View file

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 35
versionCode 74
versionName "3.3.1"
versionCode 75
versionName "3.3.2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -31,6 +31,19 @@
</head>
<body>
<div></div>
<h3>Version 3.3.2</h3>
<h4>New</h4>
<ul>
<li>Find entries by searching in multiple fields simultaneously</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>Entries would not actually be added to the Aegis vault in some cases when importing from Google Authenticator export QR codes</li>
<li>The lock button was sometimes shown for unencrypted vaults</li>
<li>The sort category menu item did not always reflect the current sorting</li>
<li>The next code was not always easy to read because its color had low contrast with the background</li>
<li>Entry selection was not cancelled when changing the group filter</li>
</ul>
<h3>Version 3.3.1</h3>
<h4>Fixes</h4>
<ul>