mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-18 13:02:06 +00:00
Release v3.3.2
This commit is contained in:
parent
170f626c9e
commit
0eb1194578
2 changed files with 15 additions and 2 deletions
|
@ -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()}\""
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue