What's changed
- Fix menubar Settings button — The "Settings…" button in the menubar popover was non-functional since it was added. The popover's view was detached from the SwiftUI scene responder chain, so the
showSettingsWindow:action never reached a handler. Now routes through a proper closure callback, matching the pattern used by all other popover buttons. (#387, #388) - Homebrew cask updated to v1.53.0 — Catches up the cask version from the previous release.
Thanks to @mrflory for reporting the Settings button issue.