1
0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2025-01-10 01:52:35 +01:00

Update Changelog.md

This commit is contained in:
Evan Su 2021-09-01 18:46:28 -04:00 committed by GitHub
parent 9ab8e523c8
commit 6b47069b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<li>Encryption/decryption file naming and extension bugs</li> <li>Encryption/decryption file naming and extension bugs</li>
</ul> </ul>
# v1.17 (ETA: 1 week) # v1.17 (ETA: 5 days)
<strong>Note: v1.17 will be incompatible with 1.16 (and therefore 1.15 and 1.14).</strong> <strong>Note: v1.17 will be incompatible with 1.16 (and therefore 1.15 and 1.14).</strong>
<ul> <ul>
<li>✓ (abandoned due to UI issues with ASCII codes >128) Extended ASCII set in password generator</li> <li>✓ (abandoned due to UI issues with ASCII codes >128) Extended ASCII set in password generator</li>
@ -33,9 +33,9 @@
<li>✓ Multiple keyfiles support and DND</li> <li>✓ Multiple keyfiles support and DND</li>
<li>✓ Option to require specific keyfile order</li> <li>✓ Option to require specific keyfile order</li>
<li>✓ Keyfile generator</li> <li>✓ Keyfile generator</li>
<li>Bug: Red error label shown in main window during successful decryption after selecting incorrect keyfiles</li> <li>Bug: Red error label shown in main window during successful decryption after selecting incorrect keyfiles</li>
<li>Prevent duplicate keyfile</li> <li>Prevent duplicate keyfile</li>
<li>Add a select keyfile button</li> <li>Add a select keyfile button</li>
<li>✓ Make sure only one of "Fast mode" and "Paranoid mode" can be enabled</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> <li>✓ (abandoned because this could cause issues with different language characters) Filter invalid charaters and emojis out of "Save as" text entry</li>
<li>✓ Fix bug where metadata says "read-only", but the textbox is modifiable</li> <li>✓ Fix bug where metadata says "read-only", but the textbox is modifiable</li>