mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-08 15:47:47 +00:00
Release v1.1-beta1
This commit is contained in:
parent
44b83c888c
commit
d0baeef064
2 changed files with 22 additions and 2 deletions
|
@ -19,8 +19,8 @@ android {
|
||||||
applicationId "com.beemdevelopment.aegis"
|
applicationId "com.beemdevelopment.aegis"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 21
|
versionCode 23
|
||||||
versionName "1.0.2"
|
versionName "1.1-beta1"
|
||||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,26 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<h3>Version 1.1</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Support for other types of biometric authentication (i.e. Pixel 4 face unlock)</li>
|
||||||
|
<li>Support for importing from WinAuth</li>
|
||||||
|
<li>Support for Chromebooks</li>
|
||||||
|
<li>Option to highlight entries when tapped</li>
|
||||||
|
<li>Filter for ungrouped tokens</li>
|
||||||
|
<li>Ability to search for token account names</li>
|
||||||
|
<li>Simplified Chinese translation (thanks RunningMelos!)</li>
|
||||||
|
</ul>
|
||||||
|
<h4>Fixes</h4>
|
||||||
|
<ul>
|
||||||
|
<li>The behavior of highlighting and revealing entries was inconsistent</li>
|
||||||
|
</ul>
|
||||||
|
<h3>Version 1.0.3</h3>
|
||||||
|
<h4>New</h4>
|
||||||
|
<ul>
|
||||||
|
<li>Support for andOTP's new backup file format</li>
|
||||||
|
</ul>
|
||||||
<h3>Version 1.0.2</h3>
|
<h3>Version 1.0.2</h3>
|
||||||
<h4>Fixes</h4>
|
<h4>Fixes</h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue