wraith/frontend/src
Vantz Stockwell 9fce0b6c1e
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m5s
fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8
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>
2026-03-17 13:00:29 -04:00
..
assets/css Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
components fix: updater download — pass full UpdateInfo object, not just version string 2026-03-17 12:51:18 -04:00
composables fix: UTF-8 terminal rendering — atob() decodes as Latin-1, not UTF-8 2026-03-17 13:00:29 -04:00
layouts refactor: remove Claude AI copilot panel — will be replaced with embedded terminal 2026-03-17 12:58:31 -04:00
stores fix: SSH password prompt on auth failure, version from Go backend, visible errors 2026-03-17 11:38:08 -04:00
App.vue Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
env.d.ts Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00
main.ts Wraith v0.1.0 — Desktop SSH + RDP + SFTP Client 2026-03-17 08:19:29 -04:00