diff options
author | murphy <murphy@rubychan.de> | 2010-03-26 04:54:19 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-26 04:54:19 +0000 |
commit | eb532d6ebd432590f40defbc1ed624d65c4a850a (patch) | |
tree | 0d56c034d7010a9dec219eb7098ff338b4ee6466 /Changes.textile | |
parent | ceb50717fbda4a0a7e1e7cda774da8dc692d49ef (diff) | |
download | coderay-eb532d6ebd432590f40defbc1ed624d65c4a850a.tar.gz |
Long overdue updates for the coderay executable - yay!
* *NEW* automatic TTY detection, uses @Terminal@ encoder.
* *NEW* optional 3rd parameter for the filename.
* *FIXED*: Warn about generated files.
* *FIXED*: Ensure linebreak after the output (was problematic for LoC counter).
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index bceda5d..647b498 100644 --- a/Changes.textile +++ b/Changes.textile @@ -8,6 +8,13 @@ h2. Changes in 1.0 * *FIXED* some image links in the documentation * *IMPROVED* Ruby 1.9 support (_._ not in @$LOAD_PATH@) +h3. @coderay@ executable + +* *NEW* automatic TTY detection, uses @Terminal@ encoder. +* *NEW* optional 3rd parameter for the filename. +* *FIXED*: Warn about generated files. +* *FIXED*: Ensure linebreak after the output (was problematic for LoC counter). + h3. @Encoders::Terminal@ * *RENAMED* from @Encoders::Term@, added @:term@ alias. |