mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-02 12:52:17 +00:00
Prepare v1.23
This commit is contained in:
parent
ab29db55e8
commit
a7114317c8
1 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<li>CLI (thanks u/your_username)</li>
|
<li>CLI (thanks u/your_username)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
# v1.24 (A future release)
|
# v1.25 (A future release)
|
||||||
<ul>
|
<ul>
|
||||||
<li>Improve Reed-Solomon performance</li>
|
<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>
|
<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>
|
<li>Improve Internals documentation (header format, etc.)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
# v1.23 (ETA: Unknown)
|
# v1.24 (ETA: Unknown)
|
||||||
<ul>
|
<ul>
|
||||||
<li>Bug: Progressbar modal moves around weirdly sometimes</li>
|
<li>Bug: Progressbar modal moves around weirdly sometimes</li>
|
||||||
<li>Show compression speed and percentage</li>
|
<li>Show compression speed and percentage</li>
|
||||||
|
@ -20,6 +20,9 @@
|
||||||
<li>Associate .pcv file extension with Picocrypt</li>
|
<li>Associate .pcv file extension with Picocrypt</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
# v1.23
|
||||||
|
Minor optimizations and compiled with the latest dependencies and Go 1.18.
|
||||||
|
|
||||||
# v1.22 (Released 12/22/2021)
|
# v1.22 (Released 12/22/2021)
|
||||||
<ul>
|
<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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue