Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@borntyping borntyping released this 30 Apr 16:13

What's Changed

  • Fix stderr color dependence on stdout by @spoutn1k in #91
    • When using the stderr and colors features, logs will be printed in colour even when STDOUT is redirected.
    • Fixes #71.
    • This also cleans up the feature names used in the code. All references should now be to the colors feature, not the colored dependency.
  • Removed set_up_color_terminal from the public API. This has been called by init() for a while now.

New Contributors

Full Changelog: v4.3.3...v5.0.0