Skip to content

Releases: THCLab/dkms-bin

v0.4.0

28 Nov 07:46
Compare
Choose a tag to compare

🚀 Features

  • Print help if no commands
  • Add kel find command
  • Add expand command
  • Describe attachments in expand command
  • Customize help output
  • Add init --seed-file option

🐛 Bug Fixes

  • Restrict signing to valid JSON inputs
  • Better errors in issue command
  • Remove whitespaces in expand command
  • Better error from said command
  • Fix parsing seed file

🚜 Refactor

  • Better seed command errors
  • Add identifier command
  • Add log command
  • Add data command
  • Add said command
  • Add key command
  • Add mesagkesto command
  • Add error module
  • Move issue command
  • Remove file option from sad command
  • Rename data issue option

⚙️ Miscellaneous Tasks

  • Improve documentation in the help for init
  • Bump cesrox version

Ichore

  • Bump cesrox version

v0.3.0

20 Nov 09:50
Compare
Choose a tag to compare

🚀 Features

  • Add verify command
  • Add list and info commands

🐛 Bug Fixes

  • Rename info to whoami
  • Better error messages
  • Add VerificationStatus enum
  • Remove config flag from init command
  • Return proper exit code from verify

🚜 Refactor

  • Remove unwraps
  • Better error messages
  • Minor changes
  • Fix clippy warnings
  • Better list command output

⚙️ Miscellaneous Tasks

  • Create README.md
  • Release 0.2.1 version

Reformat

  • Fix clippy warnings and reformat

v0.2.1

15 Nov 09:51
Compare
Choose a tag to compare

🚀 Features

  • Add verify command

🚜 Refactor

  • Remove unwraps
  • Better error messages
  • Minor changes

⚙️ Miscellaneous Tasks

  • Create README.md

Reformat

  • Fix clippy warnings and reformat

v0.2.0

13 Nov 09:03
Compare
Choose a tag to compare

🚀 Features

  • Add sources

⚙️ Miscellaneous Tasks

  • Add LICENSE
  • Add release.toml
  • Add CI