1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-05-29 00:11:18 +00:00

Update Changelog.md

This commit is contained in:
Evan Su 2024-04-28 19:52:42 -04:00 committed by GitHub
parent 3f4381dc0d
commit c8e1618903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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