v1.4.0
-
Overhauled and much improved detection of ANSI color support and
number of ANSI colors. -
NO_COLOR
environment variable disables color (#64) -
Now colors are turned on if ANSICON (https://github.com/adoxa/ansicon)
is active. -
New
hyperlink()
function to add hyperlinks to terminal output.
The newhas_hyperlink()
function tests if the currentstdout()
supports this. -
reset
style now restores previous style for text following it (@brodieG,
#35). -
Warnings are no longer generated when the INSIDE_EMACS environment variable is
set but does not include a version number.