1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-05-15 09:31:17 +00:00

Update Changelog.md

This commit is contained in:
Evan Su 2024-04-28 17:11:54 -04:00 committed by GitHub
parent e301f9aab0
commit 3f4381dc0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +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>
<li>Better web app: add advanced features</li>
<li>Unzip after decryption (advanced feature)</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>✓ 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>
</ul>