v0.8.0
What's Changed
- refactor(width): delegate CJK classification to xterm wcwidth table by @KoalaHao in #76
- fix(windows): non-blocking input loop, restore Ctrl+C, drive-root path walk by @FXschwartz in #74
- fix(win32): forward bare mouse motion as SGR button 35 for hover by @KoalaHao in #77
- fix: stop sending DECRDA query on TUI shutdown by @mrgnhnt96 in #82
- fix: edge auto-scroll during selection drag in scroll views by @mrgnhnt96 in #81
- fix(win32): encode KEY_EVENT_RECORD.uChar as UTF-8 for IME input by @KoalaHao in #78
- fix: stabilize IME cursor position to prevent Chinese input flickering by @KoalaHao in #83
- fix: Use InputDecoration instead BoxDecoration in example by @siloebb in #70
- Release v0.8.0 by @FXschwartz in #89
New Contributors
- @KoalaHao made their first contribution in #76
- @FXschwartz made their first contribution in #74
- @siloebb made their first contribution in #70
Full Changelog: v0.7.0...v0.8.0