Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 2.07 KB

0.4.1 (Next)

  • #28: Added support for default text and background color sequences (resetting color changes) - @ejelly.
  • #32: Added a new color map, gnome-terminal - @javawizard.

0.4.0

  • #17, #26: Log text is not replaced with markup anymore, just supplemented - @ejelly.
  • #19: Actually remove escape sequences from log stream - @ejelly.
  • Properly nest HTML elements - @ejelly.
  • Added support for ANSI underline double - @ejelly.
  • Using commons-lang to HTML-encode color output - @dblock.
  • Failure to annotate console output will be logged as a warning - @dblock.

0.3.1

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

0.3.0

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