Revision history for Getopt-EX extension Getopt-EX-termcolor
1.03 2020-04-23T08:13:28Z
- Implement XTerm.pm using operating system command sequence.
- Introduce environment TERM_BGCOLOR and recommend to use.
- RGB default maximum value is now 255x255x255.
1.02 2020-04-18T02:49:50Z
- Change the interface to call &bg with module option.
- Use TERM_BRIGHTNESS rather than BRIGHTNESS.
1.01 2020-04-16T06:15:00Z
- Rename Getopt::EX::autocolor to Getopt::EX::termcolor.
App::sdif already have -Mautocolor module. When upgrading them
to use Getopt::EX module, there should be conflict with previously
installed autocolor.pm under the command library. So I decided to
change the name.
0.04 2020-04-15T10:43:41Z
- Fix bug in rgb_to_brightness().
- Make iTerm.pm to work.
0.03 2020-04-15T09:32:32Z
- Remove wrong dependency to App::Greple.
0.02 2020-04-15T09:14:13Z
- Improve customizability.
- Require Getopt::EX v1.16.0 to use &finalize function.
0.01 2020-04-13T07:57:22Z
- original version