mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-11-09 20:40:53 +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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue