1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 01:36:55 +00:00

Update Changelog.md

This commit is contained in:
Evan Su 2021-08-11 15:42:53 -04:00 committed by GitHub
parent 132ca73074
commit cb3b2b79f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,16 @@
<li>File name encryption</li> <li>File name encryption</li>
<li>Localization support (use system default where possible)</li> <li>Localization support (use system default where possible)</li>
<li>Make UI more consistent (minor DPI issues)</li> <li>Make UI more consistent (minor DPI issues)</li>
<li>Make keyfile support more reliable (maybe DND too?)</li>
<li>Improve Reed-Solomon performance</li> <li>Improve Reed-Solomon performance</li>
</ul> </ul>
# v1.16 (ETA: 3 days) # v1.16 (ETA: 1 days)
<ul> <ul>
<li>Fixed bug when entering a wrong password when decrypting a splitted file</li>
<li>Fixed bug where an existing file is delete when a wrong password is used</li>
<li>The password generator is now customizable</li>
<li>Make keyfile support more reliable (keyfile now out of Beta)</li>
<li>Fix keyfile user flow issue</li>
<li>Bug fixes</li> <li>Bug fixes</li>
<li>UI fixes improvements</li> <li>UI fixes improvements</li>
</ul> </ul>