What's Changed
- Fix stderr color dependence on stdout by @spoutn1k in #91
- When using the
stderr
andcolors
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 thecolored
dependency.
- When using the
- Removed
set_up_color_terminal
from the public API. This has been called byinit()
for a while now.
New Contributors
Full Changelog: v4.3.3...v5.0.0