Revision history for Color-ANSI-Util
0.13 2014-08-06 (SHARYANTO)
- No functional changes.
- Expand Synopsis and description to make it clearer what this module
does.
0.12 2014-04-08 (SHARYANTO)
- No functional changes.
- [Bugfix] Forgot to remove 'use Term::Detect::Software' statement in
test file [CT].
0.11 2014-04-07 (SHARYANTO)
- Make dependency to Term::Detect::Software optional so this module is
easier to install (on Win32).
0.10 2013-11-12 (SHARYANTO)
- No functional changes. Rebuild to fix t/00-compile.t generated by
older DZP::Test::Compile (2.019 < x < 2.033).
0.09 2013-09-29 (SHARYANTO)
- Switch from using Term::Detect to Term::Detect::Software.
[REMOVED FEATURES]
- Remove detect_color_depth() because this functionality is already in
Term::Detect::Software.
0.08 2013-09-25 (SHARYANTO)
- No functional changes. Simplify Synopsis and show only the most
important functions.
0.07 2013-05-03 (SHARYANTO)
- No functional changes. Remove duplicate code.
0.06 2013-05-03 (SHARYANTO)
- Use Term::Detect to detect color depth.
0.05 2013-05-02 (SHARYANTO)
- No functional changes. Fix wrong test (RT#84991).
0.04 2013-04-28 (SHARYANTO)
- No functional changes. Add some POD text.
0.03 2013-04-28 (SHARYANTO)
[ENHANCEMENTS]
- Add functions: detect_color_depth, rgb_to_ansi_{fg,bg}_code,
ansi{fg,bg}.
0.02 2013-04-26 (SHARYANTO)
[INCOMPATIBLE CHANGES]
- ansi16_to_rgb() now expects numbers from 0-15 instead of 30-37; it no
longer supports accepting things like "31;1".
- rgb_to_ansi16() now returns number from 0-15 instead of 30-37 or
things like "31;1".
[ENHANCEMENTS]
- Add functions to generate ANSI escape codes:
rgb_to_ansi{16,256}_{fg,bg}_code (with their short aliases).
- Add functions to generate 24-bit ANSI escape codes (supported by
Konsole and Yakuake).
0.01 2013-04-25 (SHARYANTO)
- First release.