Releases: buildkite/terminal-to-html
Releases · buildkite/terminal-to-html
v3.4.0
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
v3.2.0
v3.1.0
v3.0.5
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
v3.0.3
- Added support for links in output
v3.0.2
- Fixes XSS injections with base64 encoded images
v3.0.1
- Fixes the handling of embedded iTerm-style
1337
images - Fixes
--version
v3.0.0
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