← all releases

v0.2.50

Fixes

Block cursor width over wide characters (#381)

Block cursors on wide glyphs (for example に) now paint across both terminal cells instead of one. The trailing wide-cell marker is carried into render data so the cursor background covers the full character. Narrow characters and line cursors keep their existing widths.

Windows AltGr in raw-mode / Kitty TUIs (#380)

Windows AltGr is no longer treated as a Ctrl+Alt shortcut in raw-mode and Kitty-protocol apps. Composed characters such as AltGr+2 @ now reach apps like Claude Code instead of being dropped as Ctrl+Alt+. The change is Windows-only; Linux Ctrl+Alt chords still work as shortcuts.

Internal

Removed leftover Code Change Guardian reports (.change-guardian/ and CODE-CHANGE-REPORT.md).

Full changelog

v0.2.43...main (https://github.com/lassejlv/termy/compare/v0.2.43...main)