Skip to content

Releases: hedon-rust-road/rcli

v1.0.2-jwt

10 May 17:22
Compare
Choose a tag to compare

1.0.2-jwt - 2024-05-10

Features

  • add jwt command layout and finish parse_exp function. - (90fb85c) - hedon954
  • support jwt sign and verify. - (ff8797b) - hedon954

Refactoring

  • move TextSign and TextVerify trait under process sub. - (e116ab9) - hedon954
  • move TextSign and TextVerify traits back to text sub. - (305aa36) - hedon954

v1.0.1-encrypt-decrypt

10 May 15:57
Compare
Choose a tag to compare

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

09 May 16:07
Compare
Choose a tag to compare

1.0.0-rcli - 2024-05-09

Refactoring

  • simplify your code architecture by unifying all command and opts operations using the CmdExecutor trait. - (9d30d2f) - hedon954
  • use enum_dispatch to reduce duplicated code. - (328b168) - hedon954

v0.2.1-http-serve-dir

08 May 16:31
Compare
Choose a tag to compare

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

08 May 16:24
Compare
Choose a tag to compare

0.2-http-serve-dir - 2024-05-08

Features

  • support http static file server. - (c1b2939) - hedon954
  • support serve directory by tower-http. - (78077a4) - hedon954
  • support generate index.html for directories. - (7bc1c30) - hedon954

v0.1.4-sign-verify-genkey

28 Apr 17:56
Compare
Choose a tag to compare

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

27 Apr 10:39
Compare
Choose a tag to compare

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

  • add cli module and split csv and gen_pass options. - (b917949) - hedon954
  • delete useless options of csv. - (3fe291b) - hedon954
  • defined opts on cli/mod.rs and delete opts.rs file. - (8b911eb) - hedon954

v0.1.2-csv-genpass

26 Apr 16:11
Compare
Choose a tag to compare

0.1.2-csv-genpass - 2024-04-26

Bug Fixes

  • github action config - (d148b26) - hedon954

v0.1.1-csv-genpass

26 Apr 16:10
Compare
Choose a tag to compare

0.1.1-csv-genpass - 2024-04-26

Bug Fixes

  • github action for append CHANGELOG.md on master branch - (4a1e3a7) - hedon954

v0.1.0-csv-genpass

26 Apr 15:55
Compare
Choose a tag to compare

0.1.0-csv-genpass - 2024-04-26

Bug Fixes

  • github action - (cf974de) - hedon954