Prepare v1.23

This commit is contained in:
Evan Su 2022-03-19 12:44:40 -04:00 committed by GitHub
parent ab29db55e8
commit a7114317c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<li>CLI (thanks u/your_username)</li>
</ul>
# 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>
@ -11,7 +11,7 @@
<li>Improve Internals documentation (header format, etc.)</li>
</ul>
# v1.23 (ETA: Unknown)
# v1.24 (ETA: Unknown)
<ul>
<li>Bug: Progressbar modal moves around weirdly sometimes</li>
<li>Show compression speed and percentage</li>
@ -20,6 +20,9 @@
<li>Associate .pcv file extension with Picocrypt</li>
</ul>
# v1.23
Minor optimizations and compiled with the latest dependencies and Go 1.18.
# v1.22 (Released 12/22/2021)
<ul>
<li><strike>Customizable Argon2 parameters</strike> (the default parameters are already overkill, and paranoid mode is even more. There really is no practical need for customizable Argon2 because the current default parameters are high enough that any higher parameters won't offer any added security)</li>