mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-28 19:59:54 +00:00
Release v3.4
This commit is contained in:
parent
ab9cdabddc
commit
36bd8f945a
2 changed files with 3 additions and 2 deletions
|
@ -28,8 +28,8 @@ android {
|
|||
applicationId "${packageName}"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode 78
|
||||
versionName "3.4-beta1"
|
||||
versionCode 79
|
||||
versionName "3.4"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
<li>Filter on multiple groups simultaneously</li>
|
||||
<li>Color contrast on hidden codes has been improved</li>
|
||||
<li>Prompt before the user is about to save an entry with a duplicate name/issuer combination</li>
|
||||
<li>New languages: Estonian, Korean, Malayalam, Norwegian (Bokmål) and Serbian</li>
|
||||
</ul>
|
||||
<h4>Fixes</h4>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue