1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-11-09 20:40:53 +00:00

Improve Reed-Solomon performance

This commit is contained in:
Evan Su 2022-03-29 23:32:41 -04:00 committed by GitHub
parent 1121db9944
commit ebc2f551b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
# v1.25 (A future release)
<ul>
<li>Improve Reed-Solomon performance</li>
<li>Improve Internals documentation (header format, etc.)</li>
<li>Bug: Progressbar modal moves around weirdly sometimes</li>
<li>Show compression speed and percentage</li>
</ul>
@ -13,6 +11,8 @@
<li>✓ Numerous code and UI optimizations, including better comments</li>
<li>✓ Keyfile modal will recenter automatically upon dropping a keyfile</li>
<li>✓ Fix modals moving around randomly when open and closed numerous times</li>
<li>✓ Fixed: Progressbar modal moves around weirdly sometimes</li>
<li>✓ Improve Reed-Solomon performance</li>
<li>Save as file dialog now opens in the directory of dropped files</li>
<li>Finish adding tooltips</li>
</ul>