Skip to content

Releases: buildkite/terminal-to-html

v3.4.0

12 Sep 01:12
@yob yob
Compare
Choose a tag to compare

This release is functionally identical to v3.3.0, however it fixes the go.mod file to ensure the package is usable on versions of go that support modules.

This should now be possible:

$ go version
go version go1.14.7 linux/amd64

$ go get github.com/buildkite/terminal-to-html/v3
go: downloading github.com/buildkite/terminal-to-html/v3 v3.4.0
go: github.com/buildkite/terminal-to-html/v3 upgrade => v3.4.0

To import this package in a source file:

import (
    "github.com/buildkite/terminal-to-html/v3"
)

v3.3.0

21 Oct 02:02
Compare
Choose a tag to compare
  • Finished rename of project to terminal-to-html
  • Silently ignore charset escapes #60
  • Handle custom Buildkite APC escape codes for progress timestamps #66
  • Switch to using go modules in development #65
  • Updates to default CSS

v3.2.0

24 May 00:28
1280e8d
Compare
Choose a tag to compare
  • Ignore set/reset mode control sequences (#56)

v3.1.0

13 Mar 18:57
05a7790
Compare
Choose a tag to compare

This release changes the behaviour when encountering unsupported ANSI escape sequences to ignore rather than trigger an error.

  • Ignore unsupported element sequences (#46)

v3.0.5

22 Nov 05:49
f98cc39
Compare
Choose a tag to compare

This release is primarily intended to fix the macOS build on High Sierra. It also includes several fixes and improvements, including:

  • Readability improvements & documentation #42
  • Fix xterm color handling & add blink to CSS #44
  • Corrected URL to CSS file #45

Note: The architecture names in release packages have been updated to match the packaging expectations of the target platform, not the packaging expectations of Go. If you were relying on a 386 or arm build, you should update your scripts to use i386 or armel, respectively.

v3.0.4

07 Mar 04:48
Compare
Choose a tag to compare

Fixes for:

v3.0.3

06 Oct 11:14
Compare
Choose a tag to compare

v3.0.2

04 May 04:49
Compare
Choose a tag to compare
  • Fixes XSS injections with base64 encoded images

v3.0.1

03 May 13:48
Compare
Choose a tag to compare
  • Fixes the handling of embedded iTerm-style 1337 images
  • Fixes --version

v3.0.0

02 May 04:40
Compare
Choose a tag to compare

First major release of the Golang based terminal!

  • Live HTML previewing
  • Renders iTerm-style 1337 escape-coded images
  • Renders inline image tags based on a new 1338 escape code