Update Changelog.md

This commit is contained in:
Evan Su 2021-03-28 13:44:10 -04:00 committed by GitHub
parent 4778dcc819
commit afb98f8bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# v1.12 (soon to be released)
<ul>
<li>Beautiful UI</li>
<li>Add cancel button to cancel encryption/decryption</li>
<li>(Bug) Delete existing file only if password is correct</li>
<li>Minor aesthetic fixes</li>
<li>Complete rewrite from scratch, implementing the audited Monocypher library instead of Pycryptodome, which is not audited</li>
<li>Better anti-corruption</li>
<li>Switch to BLAKE2b and Argon2d instead of Keccak and Argon2id for better security</li>
<li>Complete rewrite from scratch, to ensure reliability and security</li>
<li>Better anti-corruption (re-defined header format)</li>
<li>Switch to Argon2d instead Argon2id for better security</li>
</ul>
<strong>Note: v1.12 will be INCOMPATIBLE with all previous releases!</strong>