Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 3.27 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 3.27 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


[unreleased]

Miscellaneous Chores

  • add excalidraws - (41e31bf) - Tyr Chen

Features

  • reafactor with a CmdExecutor trait - (4a41d44) - Tyr Chen

Refactoring

  • use enum_dispatch to reduce duplicate code - (7c261a9) - Tyr Chen

1-12-tower-http - 2024-03-25

Features

  • add tower-http support - (7b16765) - Tyr Chen

Features

  • support http static file server - (c76f146) - Tyr Chen

1-10-sign-verify - 2024-03-24

Features

  • add sign/verify cli for text - (ae4b658) - Tyr Chen

1-9-base64 - 2024-03-24

Features

  • support base64 encode/decode cli - (bbccc7d) - Tyr Chen

1-8-genpass - 2024-03-24

Features

  • add password generator - (d39aef2) - Tyr Chen
  • support zxcvbn to test password strength - (d7cecba) - Tyr Chen

Other

  • support generic csv to json and yaml output - (76f463f) - Tyr Chen

[1-7-csv] - 2024-03-24

Features

  • add csv cli support - (71196b3) - Tyr Chen

Miscellaneous Chores

  • correct the project url in cliff config (#1) - (073119d) - Tyr Chen

Other

  • init the project - (70cf577) - Tyr Chen
  • first commit - (11af3a1) - Tyr Chen