mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 05:52:52 +00:00
Release v2.2-beta1
This commit is contained in:
parent
18e6fd2561
commit
67d7f7a75d
3 changed files with 19 additions and 3 deletions
|
@ -27,8 +27,8 @@ android {
|
|||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 58
|
||||
versionName "2.1.3"
|
||||
versionCode 59
|
||||
versionName "2.2-beta1"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
|
|
@ -31,6 +31,22 @@
|
|||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 2.2</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Authenticator Pro encrypted import support</li>
|
||||
<li>Ability to change account name position</li>
|
||||
<li>A new dialog explaining how our password reminder works</li>
|
||||
<li>Ability to change copy behavior</li>
|
||||
<li>Ability to only show account names when necessary</li>
|
||||
<li>New view mode: Tiles/Grid</li>
|
||||
<li>Added translation: Dutch (Frysian)</li>
|
||||
<li>Updated translations</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
<li>Deleting an entry while a search filter is active now shows the correct state</li>
|
||||
</ul>
|
||||
<h3>Version 2.1.3</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue