• v0.7.1 9fce0b6c1e

    fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m5s

    Ghost released this 2026-03-17 17:00:29 +00:00 | 106 commits to main since this release

    atob() returns a "binary string" where each byte is a Latin-1 char code.
    Multi-byte UTF-8 sequences (box-drawing, em dashes, arrows) were split
    into separate Latin-1 codepoints, producing mojibake. Now reconstructs
    the raw byte array and decodes via TextDecoder('utf-8') before writing
    to xterm.js.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads