Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.18 KB

0.3.2 (Next)

  • Using commons-lang to HTML-encode color output - @dblock.
  • Failure to annotate console output will be logged as a warning - @dblock.

0.3.1

  • Fix: broken colored console output from jobs that used a previous version of AnsiColor - #10 @dblock.

0.3.0

  • Upgraded to JANSI 1.9 - @chirino.
  • Fix: improper handling of default background and foreground color reset - #5 @dblock.
  • Fix: corrupt strings that contain non-ASCII characters - #7 @takai.
  • Added support for configuring color mapping - #9 @harrah.

0.2.1

  • Upgraded to JANSI 1.7

0.2.0

  • Added support for concealed ANSI blocks that produced garbled output.

0.1.2

  • Official release that supports ANSI color, bold and underline.