-
Notifications
You must be signed in to change notification settings - Fork 21
/
NEWS
107 lines (61 loc) · 2.61 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Version 1.3-0 (2023-09-26)
- Colorize patterns defined by users.
- New function: isColorOut().
Version 1.2-1 (2019-28-04)
- Minor bug fixes.
Version 1.2-0 (2018-02-05)
- 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 (2016-02-05)
- Improve and complete Polish translation (thanks to Łukasz Daniel).
- Add screenshot to documentation.
Version 1.1-1 (2015-06-12)
- Minor bug fixes.
- New options: colorout.noninteractive and colorout.notatty.
Version 1.1-0 (2014-12-17)
- 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.
Version 1.0-3 (2014-05-13)
- 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".
Version 1.0-2 (2013-12-26)
- Don't activate output colorizing if the RSTUDIO environment variable
exists.
Version 1.0-1 (2013-10-03)
- 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.
Version 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.
Version 0.9-4 (2011-11-22)
- 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.
Version 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.
Version 0.9-0 (2011-11-19)
- Initial release.