Add layout bug fix

This commit is contained in:
Evan Su 2022-03-19 23:24:08 -04:00 committed by GitHub
parent 791c3c3a19
commit a43a2ac357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# v1.24 (A future release)
# v1.25 (A future release)
<ul>
<li>Improve Reed-Solomon performance</li>
<li><strike>Remove EXIF data from keyfiles</strike> (there is no native or "official" EXIF stripper, and existing implementations are either not written in Go, or experimental)</li>
@ -8,6 +8,11 @@
<li>Show compression speed and percentage</li>
</ul>
# v1.24 (ETA unknown)
<ul>
<li>✓ Fixed layout bug that allowed scrolling within window</li>
</ul>
# v1.23 (Released 03/19/2022)
<ul>
<li>✓ Removed the checksum generator to get back on track with original Picocrypt ideology</li>