Skip to content

Latest commit

 

History

History
162 lines (110 loc) · 9.89 KB

CHANGELOG.md

File metadata and controls

162 lines (110 loc) · 9.89 KB

0.7.6 (Next)

  • #219: Set env var TERM also if a default color map is used - @tszmytka.
  • Your contribution here.

0.7.5 (01/31/2021)

0.7.4 (01/16/2021)

  • #213: Remove tabular markup on new Jenkins core - @timja.
  • #214: Render logs correctly also in Jenkins versions greater than 2.260 - @tszmytka.

0.7.3 (09/15/2020)

  • #202: Render logs correctly for long running jobs which generate lots of output - @tszmytka.
  • #203: Interaction with kubernetes plugin - @tszmytka.

0.7.2 (08/01/2020)

  • #197: Recognize timestamper's GlobalDecorator from extension list - @tszmytka.
  • #185: Render escape codes correctly in shortlog - @tszmytka.

0.7.1 (07/13/2020)

0.7.0 (05/23/2020)

  • #173: Fix for SGR Normal intensity not handled correctly - @tszmytka.
  • #176: Ensure extended color SGRs are recognized correctly - @tszmytka.
  • #156: Improve documentation - @tszmytka.
  • #181: Re-implement support for multiple ansiColor steps within one pipeline script - @tszmytka.

0.6.3 (02/24/2020)

  • #163: Use OpenJDK on Trusty Linux in Travis-CI - @dblock.
  • #163: Cache maven installation in Travis-CI - @dblock.
  • #165: Allow for specifying a global color map - @kcboschert.
  • #168: Fix for working with moving sequences and other invisible escape codes - @tszmytka
  • #169: Set up config and jenkins pipeline for testing/building the plugin on ci.jenkins.io - @tszmytka
  • #171: Display colors without reloading page - @jglick.

0.6.2 (01/31/2019)

  • #137: Allow escape sequences to span multiple lines and support color maps that set default background/foreground colors - @dwnusbaum.
  • #147: Handle redundant occurrences of SGR0 in build logs - @dwnusbaum.

0.6.1 (01/04/2019)

  • #139/#143: Prevent an IndexOutOfBoundsException from being thrown when two or more non-ASCII-compatible characters are present in colored text - @dwnusbaum.

0.6.0 (11/14/2018)

  • #132: Reworked implementation to add markup on display, not to the actual build log - @jglick.

0.5.3 (11/06/2018)

  • #107: Removing startup banner - @jglick.
  • #128: Restoring limited compatibility for coloration generated remotely by Pipeline builds on agents - @jglick.

0.5.2 (08/17/2017)

  • #111: Filter out escape sequence 'character set' select - @pmhahn.
  • #112: Filter out 'font select' escape sequence - @pmhahn.

0.5.1 (08/10/2017)

  • #100: Migrated hosting to github.com/jenkinsci - @JoeMerten & @dblock.
  • #101: Some exceptions during plugin install and following jenkins start - @JoeMerten.
  • #109: Set TERM environment variable inside of the ansiColor step when using Jenkins pipelines - @mkobit.

0.5.0 (03/18/2017)

  • #90: Added missing handling for ATTRIBUTE_CONCEAL_OFF - @JoeMerten.
  • #90: Added support for italic, strikeout, framed and overline attributes - @JoeMerten.
  • #92: Fixed high intensity colors for both foreground and background - @JoeMerten.
  • #94: Added support for negative (inverse colors) attribute - @JoeMerten.
  • #96: Added support for xterm 256 colors and 24 bit colors - @JoeMerten.
  • #98: Get rid of jansi version dependendy - @JoeMerten.

0.4.3 (11/20/2016)

0.4.2 (10/29/2015)

  • #24: Configurable default fg/bg colors - @ejelly.
  • #50: SimpleBuildWrapper implementation for use in workflows - @qvicksilver.

0.4.1 (12/11/2014)

  • #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.