Skip to content

v1.4.0

Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 01 Feb 08:24
  • 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 new has_hyperlink() function tests if the current stdout()
    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.