mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-03 13:20:35 +00:00
45 lines
1.1 KiB
HTML
45 lines
1.1 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
* {
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
body {
|
||
|
background-color: #%1$s;
|
||
|
color: #%2$s;
|
||
|
}
|
||
|
ul {
|
||
|
list-style-position: inside;
|
||
|
padding: 0;
|
||
|
padding-left: 5px;
|
||
|
}
|
||
|
li {
|
||
|
padding-bottom: 8px;
|
||
|
list-style-position: outside;
|
||
|
margin-left: 1em;
|
||
|
}
|
||
|
h3 {
|
||
|
padding-bottom: 0;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div></div>
|
||
|
<h3>Version 1.0</h3>
|
||
|
<h4>New</h4>
|
||
|
<ul>
|
||
|
<li>New icon</li>
|
||
|
<li>Overhaul of interaction with the entry list</li>
|
||
|
<li>Persistent notification while the vault is unlocked</li>
|
||
|
<li>Language override option</li>
|
||
|
<li>Support for importing from FreeOTP+</li>
|
||
|
<li>Ability to toggle password visibility during unlock</li>
|
||
|
<li>Support for deeplinking otpauth URIs</li>
|
||
|
</ul>
|
||
|
<h4>Fixes</h4>
|
||
|
<ul>
|
||
|
<li>Bad overall performance and high battery usage</li>
|
||
|
<li>Codes with an uneven number of digits are displayed incorrectly</li>
|
||
|
<li>Crash when entering a large value for OTP period</li>
|
||
|
</ul>
|
||
|
</body>
|