Release v1.2-beta5

This commit is contained in:
Alexander Bakker 2020-06-10 14:59:22 +02:00
parent 821d0b5147
commit ae5502b650
2 changed files with 9 additions and 2 deletions

View file

@ -20,8 +20,8 @@ android {
applicationId "com.beemdevelopment.aegis" applicationId "com.beemdevelopment.aegis"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 33 versionCode 34
versionName "1.2-beta4" versionName "1.2-beta5"
multiDexEnabled true multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\"" buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\"" buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -41,6 +41,7 @@
<li>Add support for importing a plain text Google Authenticator URI file</li> <li>Add support for importing a plain text Google Authenticator URI file</li>
<li>Add support for importing from the new Google Authenticator export QR codes</li> <li>Add support for importing from the new Google Authenticator export QR codes</li>
<li>Add support for otpauth://steam URI's</li> <li>Add support for otpauth://steam URI's</li>
<li>Add an option to copy tokens on tap (and disable it by default)</li>
<li>Improve method to notify users on copy</li> <li>Improve method to notify users on copy</li>
<li>Add support for backups</li> <li>Add support for backups</li>
<li>Improve multiselect flow</li> <li>Improve multiselect flow</li>
@ -49,17 +50,23 @@
<li>Use most frequent period to show progress</li> <li>Use most frequent period to show progress</li>
<li>Append a timestamp to the filename of exported vaults</li> <li>Append a timestamp to the filename of exported vaults</li>
<li>Add Hungarian translation</li> <li>Add Hungarian translation</li>
<li>Add Turkish translation</li>
<li>Display a warning if automatic time sync is not enabled</li> <li>Display a warning if automatic time sync is not enabled</li>
<li>Minor card entry layout overhaul</li> <li>Minor card entry layout overhaul</li>
<li>Ability to transfer tokens with qr codes</li>
<li>Lockscreen overhaul</li>
</ul> </ul>
<h4>Fixes</h4> <h4>Fixes</h4>
<ul> <ul>
<li>Improve overall exception handling and error feedback to the user</li> <li>Improve overall exception handling and error feedback to the user</li>
<li>Improve icon editing flow</li>
<li>Protect writes of the vault file against corruption with AtomicFile</li> <li>Protect writes of the vault file against corruption with AtomicFile</li>
<li>Make the parsing logic of the QR code URI more robust</li> <li>Make the parsing logic of the QR code URI more robust</li>
<li>Importing from Authy now asks for password if needed</li> <li>Importing from Authy now asks for password if needed</li>
<li>Update Russian localization</li> <li>Update Russian localization</li>
<li>Increase password reminder period to 30 days</li> <li>Increase password reminder period to 30 days</li>
<li>Fix importing andOTP backups with more than 10000 PBKDF iterations</li>
<li>Respect the global animator duration scale setting</li>
</ul> </ul>
<p>Various other minor improvements</p> <p>Various other minor improvements</p>
<h3>Version 1.1.4</h3> <h3>Version 1.1.4</h3>