Update Changelog.md

This commit is contained in:
Evan Su 2021-08-29 14:01:53 -04:00 committed by GitHub
parent 12e66b5b0f
commit 308474a478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -13,21 +13,21 @@
<li>Associate .pcv file extension with Picocrypt</li>
<li>Generate checksums for text</li>
<li>Replace show password button with an eye icon</li>
<li>Add start button to shredder (improve user flow)</li>
<li>Make UI more consistent (minor DPI issues)</li>
<li>Improve Reed-Solomon performance</li>
</ul>
# v1.17 (ETA: 2 weeks)
# v1.17 (ETA: 1 weeks)
<strong>Note: v1.17 will be incompatible with 1.16 (and therefore 1.15 and 1.14).</strong>
<ul>
<li>✓ (abandoned due to UI issues with ASCII codes >128) Extended ASCII set in password generator</li>
<li>Add start button to shredder (improve user flow)</li>
<li>Tooltips for all advanced options</li>
<li>Localization support (use system default where possible)</li>
<li>✓ Tooltips for all advanced options</li>
<li>✓ Localization support (use system default where possible)</li>
<li>✓ Auto detect system locale, fallback to English</li>
<li>Make UI more consistent (minor DPI issues)</li>
<li>Improve Reed-Solomon performance</li>
<li>✓ Fix ETA negative number bug</li>
<li>✓ Add clear button to password field</li>
<li>Multiple keyfiles support and DND</li>
<li>Multiple keyfiles support and DND</li>
<li>Keyfile generator</li>
<li>✓ Make sure only one of "Fast mode" and "Paranoid mode" can be enabled</li>
<li>✓ (abandoned because this could cause issues with different language characters) Filter invalid charaters and emojis out of "Save as" text entry</li>