Skip to content

v2.1.4

Choose a tag to compare

@github-actions github-actions released this 02 Jul 22:26
ddf162c

Changed

  • OSC 52 clipboard mirroring + allow pinch-zoom (#36)
  • feat: mirror OSC 52 clipboard copies to the system clipboard

  • fix: allow pinch-zoom by dropping maximum-scale/user-scalable from the viewport meta

  • fix: require web-terminal-engine >=1.4.0 for the OSC 52 clipboard message

The clipboard mirroring handler consumes the engine's ClipboardMessage (wire MSG_CLIPBOARD), added in engine v1.4.0. Raise the peerDependency floor and the jsr.json import map from 1.2.0 so the declared contract matches what mount.ts requires; a consumer on an older engine would fail typecheck (the CI ts-validate failure this fixes).