-
fix: 6 UX regressions — popups, themes, cursor, selection, status bar
All checks were successfulBuild & Sign Wraith / Build Windows + Sign (push) Successful in 3m53sreleased this
2026-03-30 14:08:13 +00:00 | 15 commits to main since this releasePopup windows (tools/editor/help):
- CSP broadened for macOS: added tauri: and https://tauri.localhost to
default-src, https://ipc.localhost and tauri: to connect-src. WKWebView
uses different IPC scheme than Windows WebView2.
Theme application:
- terminal.refresh() after theme change forces xterm.js canvas repaint
of existing text — was only changing background, not text colors
Selection highlighting:
- Removed CSS .xterm-selection div rule entirely — xterm.js v6 canvas
renderer doesn't use DOM selection divs, the CSS was a no-op that
conflicted with theme-driven selectionBackground
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Downloads
- CSP broadened for macOS: added tauri: and https://tauri.localhost to