Skip to content

v0.1.28

Choose a tag to compare

@arpanpathak arpanpathak released this 21 Aug 17:13
· 39 commits to main since this release

Fix

  • Multiline paste no longer crashes the TUI. The input cursor is now clamped to a valid UTF-8 boundary before every edit, and CRLF/CR pastes are normalized to LF. Pasting multiline text with emoji/wide characters is safe.
  • Added a regression test for CRLF + emoji multiline paste.