Skip to content

Releases: buildkite/terminal-to-html

First golang binary release

04 Mar 11:36
Compare
Choose a tag to compare
Pre-release
  • First release!

v0.4

21 Oct 05:03
Compare
Choose a tag to compare
  • Removed the 50_000 character limit
  • Updated dependencies

v0.3.5

05 Aug 02:45
Compare
Choose a tag to compare
  • Support italics + end bold with \e[21 and \e[22

v0.3.4

05 Aug 02:44
Compare
Choose a tag to compare
  • Handle escape codes 21,24,29 (ending bold, underline and crossed out)

v0.3.3

30 Jul 09:02
Compare
Choose a tag to compare
  • Further improvements to colour support
  • Speed improvements

v0.3.2

29 Jul 23:34
Compare
Choose a tag to compare
  • Fix for when emoji's can't be found

v0.3.1

29 Jul 23:27
Compare
Choose a tag to compare
  • Added the container CSS to the terminal.css file

v0.3

29 Jul 23:24
Compare
Choose a tag to compare
  • Spans are now never left open between lines. This allows you to wrap other HTML elements around each line, and not have invalid HTML.
  • Refactored how colors are handled, so now we have support for xterm 256 colors, and background colors.
  • Reduced HTML output by grouping spans together.
  • Rails support
  • Emoji support
  • Basic support of [K, [1K, [2K
  • Basic support of [A, [B, [C, [D

v0.2

28 Jul 06:24
Compare
Choose a tag to compare
  • Basic support of [K, 1K and 2K character codes.
  • Added support for \e[G and \e[?D