• v1.12.4 f7b806ffc0

    fix: CSP null for tool windows + tauri://error diagnostic listeners
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 4m0s

    Ghost released this 2026-03-30 16:20:40 +00:00 | 8 commits to main since this release

    Tool windows open/close immediately — diagnostic build:

    • CSP set to null to eliminate it as a variable. The CSP was blocking
      IPC initialization in child WebviewWindows on macOS WKWebView.
    • Added tauri://error listeners to ALL WebviewWindow creations (tool,
      help, editor, detach). If window creation fails on the Rust side,
      an alert will show the error instead of silently closing.
    • If tool windows work with csp:null, we know the CSP was the cause
      and can craft a macOS-compatible policy. If they still fail, the
      error alert will reveal the actual Rust-side error.

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

    Downloads