Skip to content

1.8.0 - TrueColor support

Latest
Compare
Choose a tag to compare
@marvinhagemeister marvinhagemeister released this 22 Apr 22:07
a8fabdc

Minor Changes

  • 737ef18: Add support for 24bit TrueColor detection.

    TrueColor is supported in every modern terminals these days. The exception to that is the built in Terminal app on macOS and CI systems. TrueColor values are automatically converted to Ansi 256 when TrueColor isn't supported. The only case where I found that in practice was with Terminal.app on macOS which only supports Ansi 256.

    This also fixes an issue when a terminal would declare support for TrueColor, but not Ansi 256. Previously, we'd completely strip colors when printing Ansi 256 despite that being supported. This release addresses that.