• v1.13.0 d462381cce

    fix: create child windows hidden, show after tauri://created
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m50s

    Ghost released this 2026-03-30 17:40:30 +00:00 | 2 commits to main since this release

    Per Gemini's analysis: WKWebView may reap windows that fail to
    establish focus during creation. All WebviewWindow instances now
    created with visible: false + focus: true, then wv.show() is
    called only after tauri://created confirms the webview is ready.

    This prevents the OS window manager from treating the window as
    an orphaned popup during the brief initialization period.

    Applied to: tool windows, help windows, editor windows, detached
    session windows.

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

    Downloads