You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configurable "Open at Login": You can now control whether the app starts automatically at login directly from the menubar. A new "Open at Login" checkbox has been added to the menu.
Smarter Startup: The app will no longer automatically re-register itself as a login item every time it's launched. Your choice to enable or disable "Open at Login" is now saved and respected across restarts.
Universal macOS Support (macOS 13+): The app is now built as a Universal Binary, ensuring native performance on both Apple Silicon (M1, M2, M3, etc.) and Intel-based Macs. The minimum required OS is now macOS 13.0 (Ventura).
Technical Improvements
The build script (build.sh) has been completely overhauled to compile for both arm64 (Apple Silicon) and x86_64 (Intel) architectures and combine them into a single executable using lipo.
The deployment target is now explicitly set to 13.0, ensuring the generated app is compatible with macOS Ventura and all subsequent versions like Sonoma and Sequoia.