Skip to content

v0.18.12

Choose a tag to compare

@silverstein silverstein released this 15 Jun 21:32
29fd5d9

Two macOS desktop crash fixes, both found while dogfooding with @calebchongc.

No more WebKit crash on tray hide/show. The main window kept a transparent, vibrancy-backed WebView alive while it was hidden and re-shown from the menu bar, which could trip a WebKit frame-update crash on macOS 26. The window is now opaque (no visible change, the UI already paints solid surfaces) and the crash is gone. (#328)

Dismissing the meeting prompt no longer crashes the app. Every dismissal path (Dismiss, X, Escape, the success auto-close, and the 60-second timeout) now closes the prompt window through a native destroy deferred out of the JavaScript frame, instead of a self-close that could crash WebKit mid-frame. (#334)

Thanks to Caleb Chong for both fixes.


Install: brew install silverstein/tap/minutes or cargo install minutes-cli, or grab the DMG below. npx minutes-mcp for the MCP server + dashboard. Desktop users on a prior version will auto-update.