Skip to content

v3.16.0: The Stanley Parable 🪣

Compare
Choose a tag to compare
@DrJosh9000 DrJosh9000 released this 05 Sep 05:08
· 44 commits to main since this release
v3.16.0
4cc85a1

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