Skip to content

v5.0.0

Compare
Choose a tag to compare
@zkat zkat released this 25 Jun 18:01
· 175 commits to main since this release
973eecf

Breaking Changes

  • theme: restructure automatic color selection (#177) (1816b06a)
    • The default theme now prefers ANSI colors, even if RGB is supported
    • MietteHandlerOpts::ansi_colors is removed
    • MietteHandlerOpts::rgb_color now takes an enum that controls the color
      format used when color support is enabled, and has no effect otherwise.

Bug Fixes

  • json: Don't escape single-quotes, that's not valid json (#180) (b193d3c0)