Releases: tim54000/cypherpunk-cli
Releases · tim54000/cypherpunk-cli
v2.0.0 - Hexagonal Release
v2.0.0-beta.3
Changelogs:
- More commented code !
- Fixed formatting bug with additional headers
- Use of generics instead of Box (possible performance improvement) for PGP backends
What's next?
- Finish commenting the code
- Adding context to errors
v2.0.0-beta.2
Changelog:
-
Added the possibility to add for each post to a remailer of the
headers using--header
. -
The PGP backend "back-gpg" now uses a unique keyring and no longer
pollutes the user's keyring. -
The path to the config can now be set via the CLI using
--config path/to/config.json
. -
License change : Switching from GPLv3 to CeCILL v2.1.
No major change since the CeCILL license is fully compatible with the GPL licenses. -
Disabling some remailers (because they don't respond to MX requests).
v2.0.0-beta - Working as expected
A complete rewrite following the hexagonal architecture.
Why is it still a pre-release?
The program is quite usable, it just lacks the comments and surely some errors that will be thrown to you and for that, it is a pre-release and not a release.
Features:
-
Retrieve remailers' stats(no longer wanted) - Import remailer keys
- Encrypt message for 1 remailer (only with
back-gpg
) - Support remailer chain
- Support Mailto format
What's new:
- Interactive mode (input via stdin and output via stdout)
- Fully configurable remailer list
- Support EML format
- Extendable PGP backend.
- Quiet mode
v1.0.0 - First stable release
Features:
- Retrieve remailers' stats
- Import remailer keys
- Encrypt message for 1 remailer (only with
back-gpg
) - Support remailer chain
- Support Mailto format