Skip to content

swiss_bar 0.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:19

What's new

  • Fixed the Claude usage WidgetKit widgets (desktop/Notification Center) never picking up
    values. The previous App Group-based sharing between the app and the sandboxed widget
    extension didn't reliably work on this macOS version; widget data now moves through a plain
    file with a targeted sandbox read exception instead.
  • Widgets now self-heal from a missed update instead of freezing indefinitely: they refresh on
    a scheduled ~15-minute fallback in addition to the existing instant push after each poll.

This build is signed with swiss_bar's self-signed release certificate, not an Apple
Developer ID - macOS Gatekeeper will warn that it's from an "unidentified developer."
See INSTALL.md for why, and
the two ways to open it anyway.

Quick version:

  1. Open the DMG, drag swiss_bar.app to /Applications.
  2. Run xattr -cr /Applications/swiss_bar.app in Terminal, or try to open the app
    and then approve it via System Settings -> Privacy & Security -> "Open Anyway".
  3. Grant Accessibility (and Input Monitoring, if prompted) when asked - required for the
    window switcher and keyboard features.

Every release is signed with the same certificate, so these permission grants persist
across future updates.