mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-25 00:06:08 +00:00
Release v2.0.1
This commit is contained in:
parent
44f69e755c
commit
eb22101b02
2 changed files with 13 additions and 2 deletions
|
@ -24,8 +24,8 @@ android {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 48
|
versionCode 49
|
||||||
versionName "2.0"
|
versionName "2.0.1"
|
||||||
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,17 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 2.0.1</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Support for sorting on most used tokens</li>
|
||||||
|
<li>Some minor UX and stability improvements</li>
|
||||||
|
<li>New translation: Vietnamese</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>QR code information was decoded incorrectly in some cases if the app was set to a certain language (Turkish, for example)</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 2.0</h3>
|
<h3>Version 2.0</h3>
|
||||||
<h4>New</h4>
|
<h4>New</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Reference in a new issue