Releases: hedon-rust-road/rcli
Releases · hedon-rust-road/rcli
v1.0.2-jwt
v1.0.1-encrypt-decrypt
1.0.1-encrypt-decrypt - 2024-05-10
Features
- suppot text encrypt and decrypt. - (f561489) - wangjiahan
- feat: suppot to encrypt and decrypt text from stdin of file with chacha20poly1305.
The nonce would be randomly generated and add to the head of output.
If not specify key, the key wound be randomly generated and add before the nonce. - (6d0cd09) - hedon954
Refactoring
- split the large text module into smaller modules. - (7fa7261) - hedon954
v1.0.0-rcli
v0.2.1-http-serve-dir
0.2.1-http-serve-dir - 2024-05-08
Bug Fixes
- ignore generate index.html for .git to avoid corrupting git files. - (663dc07) - hedon954
Other
- Merge remote-tracking branch 'origin/master' - (58672c9) - hedon954
v0.2-http-serve-dir
v0.1.4-sign-verify-genkey
0.1.4-sign-verify-genkey - 2024-04-28
Features
- support time command to convert unix to string. - (64e4160) - wangjiahan
- support text cli for sign, verify and generate key. - (f89313c) - hedon954
Miscellaneous Chores
- update cliff config to ignore Github Action commits. - (0348816) - hedon954
- add example of ed25519_dalek. - (51781a9) - wangjiahan
Other
- Update CHANGELOG.md with new changes - (29621cc) - GitHub Actions
- Merge remote-tracking branch 'origin/master' - (714a19e) - hedon954
Tests
- add blake3 crate example - (a4d20c4) - wangjiahan
v0.1.3-base64
0.1.3-base64 - 2024-04-27
Features
- support base64 encode and decode cli. - (e49139b) - hedon954
Other
- Update CHANGELOG.md with new changes - (915ef34) - GitHub Actions
- Merge remote-tracking branch 'origin/master' - (9b0f891) - hedon954
Refactoring
v0.1.2-csv-genpass
v0.1.1-csv-genpass
0.1.1-csv-genpass - 2024-04-26
Bug Fixes
- github action for append CHANGELOG.md on master branch - (4a1e3a7) - hedon954