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

Add ETA, remove EXIF feature

This commit is contained in:
Evan Su 2022-01-15 15:43:14 -05:00 committed by GitHub
parent fd54529135
commit 83ca3d1dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
# v1.24 (A future release) # v1.24 (A future release)
<ul> <ul>
<li>Improve Reed-Solomon performance</li> <li>Improve Reed-Solomon performance</li>
<li>Remove EXIF data from keyfiles</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>
<li>Finish adding tooltips</li> <li>Finish adding tooltips</li>
<li>Improve Internals documentation (header format, etc.)</li> <li>Improve Internals documentation (header format, etc.)</li>
</ul> </ul>
# v1.23 (no ETA yet) # v1.23 (ETA: 4 weeks)
<ul> <ul>
<li>✓ Split source code into multiple files for easier reading and maintenance</li> <li>✓ Split source code into multiple files for easier reading and maintenance</li>
<li>✓ Optimize checksum generator (~100 lines of code saved!)</li> <li>✓ Optimize checksum generator (~100 lines of code saved!)</li>