Releases: coder/ghostty-web
Releases · coder/ghostty-web
v0.4.0
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 installin 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
- @remorses made their first contribution in #70
- @MichaelYuhe made their first contribution in #78
- @gregsadetsky made their first contribution in #76
- @kylecarbs made their first contribution in #75
- @Leask made their first contribution in #90
- @HageMaster3108 made their first contribution in #74
- @computerality made their first contribution in #91
- @robertdrakedennis made their first contribution in #93
Full Changelog: v0.3.0...v0.4.0