Skip to content

Releases: jalvesaq/colorout

Version 1.3-2

29 Sep 10:39
Compare
Choose a tag to compare

Bug fix: Send an already colorized buffer to the correct stream.
The buffer was always sent to stdout if it had ANSI escape codes.
With this fix, it's correctly sent to either stdout or stderr.

Version 1.3-1

04 Jul 00:13
Compare
Choose a tag to compare
  • Colorize the output only when the package is attached, not when loaded.
  • Check the preceding char when looking for matches to reserved words.
  • Minor bug fixes.

Version 1.3-0

26 Sep 13:18
Compare
Choose a tag to compare
  • Colorize patterns defined by users.
  • New function: isColorOut().

Version 1.2-1

28 Apr 13:37
Compare
Choose a tag to compare

Minor bug fixes.

Version 1.2-0

05 Feb 13:30
Compare
Choose a tag to compare
  • Bug fix:

    • Do not colorize already colorized output.
  • New features/changes:

    • Colorize output within RStudio.

    • Accept any string as color code.

    • New color category: index

    • Change stderr color: magenta.

    • setOutputColors256 is deprecated and a 256 color scheme is used by default.

Version 1.1-2

05 Feb 13:32
Compare
Choose a tag to compare
  • Improve and complete Polish translation (thanks to Łukasz Daniel).
  • Add screenshot to documentation.

Version 1.1-1

29 Jan 00:51
Compare
Choose a tag to compare
  • Minor bug fixes.
  • New options: colorout.noninteractive and colorout.notatty.