NEWS
colorout 1.3-0
- Colorize patterns defined by users.
- New function: isColorOut().
colorout 1.2-1
colorout 1.2-0
- 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.
colorout 1.1-2
- Improve and complete Polish translation (thanks to Ćukasz Daniel).
- Add screenshot to documentation.
colorout 1.1-1
- Minor bug fixes.
- New options: colorout.noninteractive and colorout.notatty.
colorout 1.1-0
- Don't check if inside emacs; check if isatty(stdout()) is TRUE.
- New features:
- Highlight numbers close to zero.
- Highlight FALSE and TRUE and -Inf and Inf differently from constants.
- Improve the recognition of dates and times.
colorout 1.0-3
- Recognize output in the format yyyy-mm-dd as date (feature requested by
Grant Farnsworth).
- Start with the default 256 colors scheme if the TERM environment variable
has the string "256".
- Use fbterm color codes when setting a 256 colors scheme if the TERM
environment variable is "fbterm".
colorout 1.0-2
- Don't activate output colorizing if the RSTUDIO environment variable
exists.
colorout 1.0-1
- Different color for negative numbers.
- Recognize scientific numbers as a whole.
- Don't use the value of getOption("OutDec") to identify numbers. Always
accept "," and "." as part of numbers.
- Be verbose while testing the TERM environment variable if
interactive() == TRUE.
colorout 0.9-9 (2011-12-08)
- Recognize hexadecimal numbers.
- Use the value of getOption("OutDec") to identify numbers.
- Do not enable colorization if interactive() == FALSE.
colorout 0.9-4 (2011-11-23)
- Follow the documentation and do not colorize the output after being
loaded if Sys.getenv("TERM") == "".
- Do not crash JGR, RStudio and other GUIs when unloading the 'colorout'
namespace.
colorout 0.9-3 (2011-11-22)
- New functions to support 256 colors: setOutputColors256() and
show256Colors().
- Possibility of working with Emacs/ESS, but with issues: no 256 colors
and conflict with ESS autocompletion mecanism.
- Fix warning on unloadNamespace() called by R CMD check.
colorout 0.9-0 (2011-11-20)