mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Release v3.0
This commit is contained in:
parent
4c4acf0cd0
commit
f9f37d30b2
2 changed files with 4 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 63
|
versionCode 64
|
||||||
versionName "3.0-beta1"
|
versionName "3.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
|
|
|
@ -38,9 +38,11 @@
|
||||||
<li>Automatic assignment of icons to entries</li>
|
<li>Automatic assignment of icons to entries</li>
|
||||||
<li>Ability to select all entries in one go</li>
|
<li>Ability to select all entries in one go</li>
|
||||||
<li>Support for importing 2FAS schema v4 backups</li>
|
<li>Support for importing 2FAS schema v4 backups</li>
|
||||||
|
<li>Sort entries based on the last time they were used</li>
|
||||||
<li>Some clarifications related to importing and backup permission errors</li>
|
<li>Some clarifications related to importing and backup permission errors</li>
|
||||||
<li>Preparations for the ability to assign a single entry to multiple groups</li>
|
<li>Preparations for the ability to assign a single entry to multiple groups</li>
|
||||||
<li>Performance improvements when scrolling through an entry list with lots of icons</li>
|
<li>Performance improvements when scrolling through an entry list with lots of icons</li>
|
||||||
|
<li>A new look for the third-party licenses list</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue