Skip to content

6.0.0

Compare
Choose a tag to compare
@mike-engel mike-engel released this 22 Jun 20:30
· 54 commits to main since this release
12db4af

BREAKING

  • [BREAKING] Update from clap 3 to clap 4.
    This forces the use of --exp/-e to require an = sign, which was not required before. This means that when you used to be able to write --exp +365d, you must now write --exp=+365d. This is only required for this flag.

New features

  • Added --out argument to save output to a file #221
  • Added support for EdDSA #238
  • Added --date argument to change the display format of the timestamps #235
  • Added --no-typ argument to prevent typ from being added to the header
  • Add Scoop installation info #241
  • Add Macports installation info #231

Changes

  • Dependency updates
  • Remove Gofish installation info. See #228
  • Update from jsonwebtoken 7 to 8

Fixes

  • Added better error handling for improper secret and algorithm combinations