Skip to content

Releases: buildkite/terminal-to-html

v3.16.4: The Stanley Parable (Steam deck verified)

11 Nov 04:18
v3.16.4
85626af
Compare
Choose a tag to compare

v3.16.4 (2024-11-08)

Full Changelog

Fixed

Dependabot

  • Bump docker/library/golang from a7f2fc9 to ad5c126 #193 (@dependabot[bot])

v3.16.3: The Stanley Parable (iOS release)

15 Oct 23:33
v3.16.3
52940d1
Compare
Choose a tag to compare

v3.16.3 (2024-10-16)

Full Changelog

Fixed

Dependabot

  • Bump docker/library/golang from adee809 to a7f2fc9 #188 (@dependabot[bot])
  • Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 #189 (@dependabot[bot])
  • Bump docker/library/golang from 1.23.1 to 1.23.2 #186 (@dependabot[bot])
  • Bump golang.org/x/sys from 0.25.0 to 0.26.0 #187 (@dependabot[bot])
  • Bump docker/library/golang from 2fe82a3 to 4f063a2 #185 (@dependabot[bot])
  • Bump docker/library/golang from 4a3c2bc to 2fe82a3 #184 (@dependabot[bot])

v3.16.2: The Stanley Parable 2 🕳️

11 Sep 03:05
v3.16.2
368ad5f
Compare
Choose a tag to compare

v3.16.2 (2024-09-11)

Full Changelog

Changed

v3.16.1: The Stanley Parable Ultra Deluxe 🚪

09 Sep 03:06
v3.16.1
676980c
Compare
Choose a tag to compare

v3.16.1 (2024-09-09)

Full Changelog

Fixed

Dependencies

v3.16.0: The Stanley Parable 🪣

05 Sep 05:08
v3.16.0
4cc85a1
Compare
Choose a tag to compare

v3.16.0 (2024-09-02)

Full Changelog

Fixed

terminal-to-html now more closely resembles a regular terminal in the following ways:

  • ANSI sequence parameters (e.g. relative cursor movements) greater than 127 are now supported
  • It emulates a window of size 160 columns x 100 lines (configurable with flags) for the purposes of bounding cursor movements
  • CSI H (absolute cursor position on screen) is now implemented
  • CSI 1J and 2J clear parts of the window rather than the entire scrollback

v3.15.0: Time Bandits 🗺️

29 Aug 06:34
v3.15.0
ff58a3e
Compare
Choose a tag to compare

v3.15.0 (2024-08-29)

Full Changelog

Note

If you run terminal-to-html on Buildkite agent logs yourself, be aware that the output format of log line timestamps is changing!
Instead of <?bk t="1724909269123"?>, you will get a more convenient <time datetime="2024-08-29T05:27:49.123Z">2024-08-29T05:27:49.123Z</time>. This will also cause timestamps to be visible in HTML output without any further processing.

Changes

Dependencies

  • Bump docker/library/golang from 1.22.6 to 1.23.0 #173 (@dependabot[bot])
  • Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 #171 (@dependabot[bot])
  • Bump golang.org/x/sys from 0.23.0 to 0.24.0 #172 (@dependabot[bot])
  • Bump docker/library/golang from 1.22.5 to 1.22.6 #170 (@dependabot[bot])
  • Bump docker/library/golang from fcae9e0 to 829eff9 #167 (@dependabot[bot])
  • Bump golang.org/x/sys from 0.22.0 to 0.23.0 #169 (@dependabot[bot])
  • Bump golang.org/x/sys from 0.21.0 to 0.22.0 #165 (@dependabot[bot])
  • Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 #168 (@dependabot[bot])
  • Bump docker/library/golang from 45c516d to fcae9e0 #166 (@dependabot[bot])

v3.14.0: Life of Pi 🐅

08 Jul 05:29
v3.14.0
fd7f56d
Compare
Choose a tag to compare

v3.14.0 (2024-07-08)

Full Changelog

Changed

v3.13.0: The Terminator 🕶️

03 Jul 04:36
fc256c0
Compare
Choose a tag to compare

v3.13.0 (2024-07-03)

Full Changelog

Changed

Dependency churn

v3.12.1: Short Circuit 2 💎

07 May 06:47
v3.12.1
8fe292a
Compare
Choose a tag to compare

v3.12.1 (2024-05-07)

Full Changelog

Changed

v3.12.0: Short Circuit 🤖

07 May 04:53
v3.12.0
a4f0c92
Compare
Choose a tag to compare

v3.12.0 (2024-05-07)

Full Changelog

Changed

Internal

  • Run jobs on the hosted queue #147 (@yob)

Dependabot