1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-05-15 01:21:19 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Evan Su c8e1618903
Update Changelog.md 2024-04-28 19:52:42 -04:00
Evan Su 3f4381dc0d
Update Changelog.md 2024-04-28 17:11:54 -04:00

View file

@ -1,15 +1,14 @@
# Future
<ul>
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
<li>(Under consideration) Better web app; add advanced features</li>
</ul>
# v1.34 (No ETA)
<ul>
<li>(WIP) New CLI with support for files, folders, globs, paranoid mode, and Reed-Solomon</li>
<li>Unzip after decryption (advanced feature)</li>
<li>Migrate github.com/HACKERALERT/crypto back to golang.org/x/crypto</li>
<li>Distribute raw Linux binary instead of AppImage for better portability</li>
<li> New CLI with support for files, folders, globs, paranoid mode, and Reed-Solomon</li>
<li>✓ Migrate github.com/HACKERALERT/crypto back to golang.org/x/crypto</li>
<li>✓ Distribute raw Linux binary instead of AppImage for better portability</li>
<li>✓ Distribute macOS binaries for both Intel and Apple silicon</li>
</ul>
# v1.33 (Released 06/27/2023)