mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 06:49:12 +00:00
Release v3.2
This commit is contained in:
parent
5640b8be83
commit
0046e8827e
2 changed files with 17 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 70
|
versionCode 71
|
||||||
versionName "3.1.1"
|
versionName "3.2"
|
||||||
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,21 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 3.2</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>The ability to add a single entry to multiple groups</li>
|
||||||
|
<li>Option to keep an infinite number of backups</li>
|
||||||
|
<li>Option to customize which fields to search for in entries</li>
|
||||||
|
<li>Allow hiding entry names in the tiled view mode</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>With "Tap to reveal" enabled, the size of the shown dots would not be consistent with the size of the code digits, on some devices</li>
|
||||||
|
<li>After importing a backup, the UI would in some cases incorrectly claim that biometric unlock is enabled</li>
|
||||||
|
<li>The export dialog was not fully visible on some devices</li>
|
||||||
|
<li>Various other minor UI, stability and performance improvements</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 3.1.1</h3>
|
<h3>Version 3.1.1</h3>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue