mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-28 10:24:19 +00:00
Fix focus state bug
This commit is contained in:
parent
78e9325f35
commit
b4f33fde95
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<li>Improve Reed-Solomon performance</li>
|
||||
<li>Review/improve Internals.md</li>
|
||||
<li>✓ Fix bad pointer issue when running with `-race`</li>
|
||||
<li>✓ Fix focus bug where input boxes are not cleared if they are focused when file is dropped</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>
|
||||
<li>✓ Use `desktop-file-validate` to find and remove deprecated fields and fix invalid ones in the .desktop for .deb and AppImage</li>
|
||||
|
|
Loading…
Reference in a new issue