Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:50
· 6 commits to main since this release

Added

  • Address terminal lines by absolute index (wire v2)
  • Add client absolute-index line store
  • Rewrite renderer on the absolute-index store with a fixed-height window
  • Single-owner scroll controller with derived follow state
  • Restore output missed during sleep and detect dead sockets
  • Mark trimmed scrollback when earlier output is evicted
  • Guard the wire protocol with a version handshake and golden fixtures

Changed

  • Rename module and package to web-terminal
  • Name the engine package web-terminal-engine

Dependencies

  • Lock file maintenance (#225)

Fixed

  • Render large output bursts without freezing the view