Skip to content

Fixed warning messages

Latest

Choose a tag to compare

@harkabeeparolus harkabeeparolus released this 04 Jul 09:58
· 1 commit to main since this release
ccaef38

UserWarning Bug Fix

We fixed warning messages 💣 from newer versions of Click, caused by two options having the same short flag -j:

UserWarning: The parameter -j is used more than once. Remove its duplicate as parameters should be unique.

The JSON display mode is now -J/--json, and we keep -j/--emoji as it was before. 😊

What's Changed

Mostly minor bug fixes and internal housekeeping.

  • Fix duplicate options by @edrogers in #74
  • We now require Python >= 3.9, so no more support for 3.7 and 3.8.
    • Also, we are now PEP 621 compliant. Developers can use e.g. uv or pdm, and Poetry is not required. Fixed by @danielfleischer in #103
  • Fix generic blend text by @DidierRLopes in #51
  • Hard-code UTF-8 encoding for the input file by @olivierphi in #56

New Contributors

Full Changelog: v1.8.0...v1.8.1