Skip to content

Releases: THCLab/dkms-bin

v0.8.2

08 Feb 00:06

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
  • Rename whoami to info
  • Use url instead of oobis in init command
  • Add invalid signatures state
  • Add identifier export command
  • Add witnesses and watchers to identifier info
  • Remove tel incept command
  • Print export output
  • Add import command
  • Print output of issue
  • Allow to read from stdin for verify cmd
  • Rename expand to inspect
  • Add revoke command
  • Add debug command
  • Use acdc crate
  • Set schema in issue command
  • Add said digesting command
  • Add multisig submodule
  • Add membership command
  • Accept incoming group requests
  • Add pull option to pending command
  • Allow signing with group identifier
  • Allow group registry incepting
  • Add membership issue command
  • Add oobi flag to issue command
  • Allow issue acdc in cbor

πŸ› 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
  • Update short options for data issue
  • Fix identifier info command
  • Handle unknown alias in verify
  • Resolve unknown identifier error in issue
  • Allow import to read from stdin
  • Add import/export cmds desc
  • Notify user when verification fails due to no watchers
  • Fix publishing issuance event
  • Unify payload opts across issue, sign and verify
  • Notify missing oobi in verify command
  • Add verify --message description
  • Improve verify --message description
  • Remove init (from/init)seed_file flags
  • Fix finding oobis problem
  • Clear registry id while init
  • Ask for confirmation when alias already exists
  • Verify issued credential
  • Fix import command
  • Cleanup database before alias overwriting
  • Remove unwraps
  • Expect valid said as oca bundle identifier
  • Refine error message in debug command
  • Add -d flag to digesting command
  • Allow binary input digesting command
  • Correct import command behavior
  • Save accepted requests
  • Check for updates before verify
  • Update ci.yml
  • Update dependency and fix compilation errors
  • Update kel while verifing
  • Update teliox dependency

πŸ’Ό Other

  • Bump cesrox version
  • Update ci.yml
  • Update ci.yml
  • Update ci.yml

🚜 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
  • Reformat and fix comments
  • Requests storage cleanup

βš™οΈ Miscellaneous Tasks

  • Improve documentation in the help for init
  • Bump cesrox version
  • Release 0.4.0 version
  • Fix clippy warnings
  • Update keri dependencies
  • Release 0.5.0 version
  • Release 0.6.0 version
  • Add command descriptions
  • Cargo fmt
  • Release 0.6.1 version
  • Release 0.7.0 version
  • Release 0.7.1 version
  • Release 0.7.2 version
  • Release 0.7.3 version
  • Release 0.8.0-rc.1 version
  • Update dependencies
  • Release 0.8.0-rc.2 version
  • Update dependencies
  • Release 0.8.0 version
  • Release 0.8.1 version
  • Bump cesrox, keri and said
  • Add .cargo to gitignore

v0.8.1

30 Apr 12:02

Choose a tag to compare

πŸš€ Features

  • Allow issue acdc in cbor

πŸ› Bug Fixes

  • Update ci.yml

v0.8.0

23 Apr 16:02

Choose a tag to compare

πŸš€ Features

  • Add oobi flag to issue command

πŸ› Bug Fixes

  • Check for updates before verify

βš™οΈ Miscellaneous Tasks

  • Update dependencies

v0.8.0-rc.2

08 Apr 07:31

Choose a tag to compare

v0.8.0-rc.2 Pre-release
Pre-release

πŸš€ Features

  • Allow group registry incepting
  • Add membership issue command

πŸ› Bug Fixes

  • Save accepted requests

🚜 Refactor

  • Requests storage cleanup

βš™οΈ Miscellaneous Tasks

  • Update dependencies

v0.8.0-rc.1

27 Mar 12:37

Choose a tag to compare

v0.8.0-rc.1 Pre-release
Pre-release

πŸš€ Features

  • Add multisig submodule
  • Add membership command
  • Accept incoming group requests
  • Add pull option to pending command
  • Allow signing with group identifier

🚜 Refactor

  • Reformat and fix comments

v0.7.3

25 Mar 12:31

Choose a tag to compare

πŸ› Bug Fixes

  • Correct import command behavior

v0.7.2

17 Mar 10:41

Choose a tag to compare

πŸ› Bug Fixes

  • Allow binary input digesting command

v0.7.1

14 Mar 11:33

Choose a tag to compare

πŸ› Bug Fixes

  • Add -d flag to digesting command

v0.7.0

13 Mar 15:28

Choose a tag to compare

πŸš€ Features

  • Use acdc crate
  • Set schema in issue command
  • Add said digesting command

πŸ› Bug Fixes

  • Remove unwraps
  • Expect valid said as oca bundle identifier
  • Refine error message in debug command

v0.6.1

27 Feb 15:35

Choose a tag to compare

πŸ› Bug Fixes

  • Cleanup database before alias overwriting

βš™οΈ Miscellaneous Tasks

  • Add command descriptions
  • Cargo fmt