Password generator improvements

This commit is contained in:
Evan Su 2022-05-06 20:22:39 -04:00 committed by GitHub
parent 6ea29701b2
commit 36c52ec644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
<li>Improve Reed-Solomon performance</li>
<li>Review/improve Internals.md</li>
<li>✓ Fix bug on Windows where copying from the password field using Ctrl+C and then pasting with the "Paste" button would cause a crash</li>
<li>✓ Make sure at least one password characters category is checked when generating</li>
</ul>
# v1.27 (Released 05/02/2022)