Skip to content

V1.10

Choose a tag to compare

@migueldeicaza migueldeicaza released this 02 Feb 18:42
· 152 commits to main since this release

What's Changed

  • Mac/iOS: Custom block renderer: you can now use the customBlockGlyphs to control whether to render various block drawing primitives using the system font, or whether we should render them manually - this helps rendering crisp graphics when using the block drawing characters. Initial POC contributed by Adam Meghji, and completed with inspiration from Ghostty and WezTerm.

  • MacOS: abandon the use of Swift subprocess which fixes the subprocess terminal resizing, and along those assorted coding agents.

  • Add support for terminal-based progress notifications in OSC 9;4. On the MacOS/iOS backends, like Ghostty, we display with the progress update, and also call a delegate method for those hooking up to it.

  • Add support for SGR 2 dim/faint text attribute by @buddyh in #445

  • Fix NO-BREAK SPACE (U+00A0) column width calculation by @kuzmeech in #448

  • Fixes a crash on iOS 26 with Writing Tools in some languages.

  • Handle removing the cursor from the view when an app requests it.

  • Triple-tap will now select a row on iOS.

  • Fixes CSI > m handling