mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-19 23:50:58 +00:00
Release v2.0
This commit is contained in:
parent
d1e3224cba
commit
7506c70236
2 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 47
|
versionCode 48
|
||||||
versionName "2.0-beta2"
|
versionName "2.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()}\""
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
<li>Replaced the FAB with a bottom sheet dialog</li>
|
<li>Replaced the FAB with a bottom sheet dialog</li>
|
||||||
<li>Reorganization of settings into separate categories</li>
|
<li>Reorganization of settings into separate categories</li>
|
||||||
<li>Ability to 'share' images of QR codes to scan in Aegis</li>
|
<li>Ability to 'share' images of QR codes to scan in Aegis</li>
|
||||||
|
<li>Option to save the current group filter</li>
|
||||||
<li>New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian</li>
|
<li>New translations for Bulgarian, Danish, Latvian, Swedish and Ukranian</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue