mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-10 04:48:01 +00:00
Update Changelog.md
This commit is contained in:
parent
d0b2299195
commit
45c73c3c46
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# v1.12 (soon to be released)
|
||||
<ul>
|
||||
<li>Beautiful UI</li>
|
||||
<li>More than x2 as fast as previous versions, due to separate thread for UI</li>
|
||||
<li>About x2 as fast as previous versions</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>
|
||||
|
@ -9,6 +9,7 @@
|
|||
<li>Better anti-corruption (re-defined header format)</li>
|
||||
<li>Switch to Argon2d instead Argon2id for better security</li>
|
||||
<li>Switch from SHA3 to BLAKE2b for corruption check</li>
|
||||
<li>Better user flow</li>
|
||||
</ul>
|
||||
<strong>Note: v1.12 will be INCOMPATIBLE with all previous releases!</strong>
|
||||
|
||||
|
|
Loading…
Reference in a new issue