Skip to content

Releases: Firstero/rcli

v1-15-homework-finished

10 May 01:19
Compare
Choose a tag to compare

1-15-homework-finished - 2024-05-10

Other

v1-14-refactor

29 Apr 14:37
Compare
Choose a tag to compare

1-14-refactor - 2024-04-29

Other

  • refractor with a CmdExcutor trait - (d86d9bf) - Firstero
  • use enum_dispatch to remove dumplicate code - (e6d2332) - Firstero

v1-12-http-server

29 Apr 05:29
Compare
Choose a tag to compare

1-12-http-server - 2024-04-29

Other

  • Add http serve static content type file by axum - (ea4a9d4) - Firstero
  • add tower-http ServeDir - (53a87fe) - Firstero

v1-10-SignVerify

25 Apr 12:45
Compare
Choose a tag to compare

1-10-SignVerify - 2024-04-25

Other

  • text sign/verify support (blake3) - (c8f39a4) - Firstero
  • complete blake3 sign/verify keyd hash - (31a539a) - Firstero
  • support Ed25519 sign/verify - (803ebc4) - Firstero
  • complete text generate key for blake3 and ed25519 - (288234c) - Firstero

v1-9-Base64

21 Apr 16:27
Compare
Choose a tag to compare

1-9-Base64 - 2024-04-21

Other

  • Add Base64 encode/decode support && refractor cli mod - (31da7eb) - Firstero

v1-8-GenPass

21 Apr 06:30
Compare
Choose a tag to compare

1-8-GenPass - 2024-04-21

Bug Fixes

  • refactory process.mod to add more processors - (5a7bc3e) - Firstero

Other

  • password generator - (7327c95) - Firstero
  • add zxcvbn to estimate password strength - (dac2ed6) - Firstero

v1-7-csv

20 Apr 15:14
Compare
Choose a tag to compare

[1-7-csv] - 2024-04-20

Other

  • support csv cli - (d40df0c) - Firstero
  • support generic csv to json and yaml - (3f36c0d) - Firstero