Skip to content

Releases: coder/ghostty-web

v0.4.0

09 Dec 03:11
v0.4.0
9e4e126

Choose a tag to compare

What's Changed

  • Enable linefeed mode so newline moves cursor to column 0 by @remorses in #70
  • fix: add contenteditable attribute to prevent extension conflicts by @MichaelYuhe in #78
  • iOS support by @gregsadetsky in #76
  • Migrate to use RenderState by @kylecarbs in #75
  • feat: support dynamic font resizing by @sreya in #80
  • fix: support application cursor mode (DECCKM) for arrow keys by @sreya in #81
  • feat: add DSR response handling for nushell compatibility by @sreya in #82
  • fix: support unicode grapheme cluster rendering for complex scripts by @sreya in #85
  • fix: correct selection overflow during auto-scroll by @sreya in #86
  • fix: integrate selection highlighting into cell rendering by @sreya in #87
  • Added support for IME input for languages such as Chinese and Japanese. by @Leask in #90
  • Demo: Unify HTTP/WebSocket server for reverse proxy compatibility by @HageMaster3108 in #74
  • Run bun install in prebuild to install dependencies by @computerality in #91
  • Enable alpha transparency in canvas context by @robertdrakedennis in #93
  • chore: simplify publishing flow for new tags by @sreya in #96

New Contributors

Full Changelog: v0.3.0...v0.4.0