• v1.12.9 10dc3f9cbe

    fix: synchronous ToolWindow import + bars to 48px/16px
    All checks were successful
    Build & Sign Wraith / Build Windows + Sign (push) Successful in 3m47s

    Ghost released this 2026-03-30 17:35:39 +00:00 | 3 commits to main since this release

    Tool windows (still closing instantly after every prior fix):

    • Changed ToolWindow from defineAsyncComponent to direct synchronous
      import. All 14 tool components now bundled into the main JS chunk.
      Eliminates async chunk loading as a failure point — if the main
      bundle loads (which it does, since the main window works), the
      tool window code is guaranteed to be available.
    • ToolWindow chunk no longer exists as a separate file

    Status bar + Monitor bar:

    • Both set to h-[48px] text-base px-6 (48px height, 16px text)
    • Matching sizes for visual consistency

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

    Downloads