Skip to content

chore(release): 0.5.0-rc.0#182

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(release): 0.5.0-rc.0#182
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown

The next ghostty-web release candidate. Merging this PR creates a prerelease tag and GitHub Release, then starts the publish pipeline.

0.5.0-rc.0 (2026-06-28)

WASM patpty parrender scMouse tracking improvements user-facissxterthe.minor and patch fixes.

Highlights

Features

  • add mouse tracking support for terminal applications (#106) (03ead6e)
  • enable OSC 8 hyperlink clicking with Cmd/Ctrl modifier (#117) (3525675)
  • selection: Add triple-click and selection improvements (#115) (6a1a50d)

Bug Fixes

  • allow processing multiple terminal responses from WASM (#103) (c7e37fb)
  • check for bracketed paste in input handler (#99) (65aeac9)
  • clear canvas before filling to support transparent backgrounds (#116) (77e29d9)
  • clear scrolled row cells in wasm patch (#180) (bec9e16)
  • demo: secure WebSocket PTY access (#173) (0556b95)
  • export Key, KeyAction, Mods, DirtyState as runtime values (#130) (65ed96f)
  • prevent clipboard overwrite on single click without selection (#124) (fd09412), closes #108
  • prevent terminal crash on resize during high-output programs (#132) (fc99955)
  • render text under block cursor with cursorAccent color (#131) (174a554)
  • Respond to the device attributes sequences (#101) (#102) (2ede417)
  • send backtab escape sequence on Shift+Tab (#112) (98753e0)

Documentation

  • document ITerminalOptions scrollback default (#178) (b6cf72a)

Maintained by the release-please workflow. Manual edits to generated release notes may be overwritten.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 4ab3a1d to 5f0c6b7 Compare June 28, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copyToClipboard fires on single click without selection

0 participants