Skip to content

Latest commit

 

History

History
121 lines (73 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

121 lines (73 loc) · 7.17 KB

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

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

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

Bug Fixes

  • ignore generate index.html for .git to avoid corrupting git files. - (663dc07) - hedon954

Other

  • Merge remote-tracking branch 'origin/master' - (58672c9) - hedon954

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

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

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

0.1.2-csv-genpass - 2024-04-26

Bug Fixes

  • github action config - (d148b26) - hedon954

0.0.8-csv-genpass - 2024-04-26

Bug Fixes

  • github action for clipp CHANGELOG.md - (71adcd3) - hedon954
  • append to master CHANGELOG.md instead of replacing it. - (cd52081) - hedon954

Other

  • Update CHANGELOG.md - (992c754) - GitHub Actions
  • Merge remote-tracking branch 'origin/master' - (67a3327) - hedon954

0.0.7-csv-genpass - 2024-04-26

Bug Fixes

  • github action for cliff commit CHANGELOG.md - (0f13082) - hedon954