v2.0.50
Install
macOS (one-line install)
curl -fsSL https://raw.githubusercontent.com/BetaYao/seahelm/main/scripts/install.sh | shmacOS (manual)
- Download the zip for your Mac below and unpack it
seahelm-macos-arm64.zip: Apple Siliconseahelm-macos-x86_64.zip: Intel
- Drag
Seahelm.appinto/Applications - If macOS blocks the app on first launch, run:
xattr -dr com.apple.quarantine /Applications/Seahelm.app
- Launch Seahelm
Artifacts are notarized when the required Apple signing secrets are configured in this repository; the quarantine step is only needed for un-notarized builds.
What's Changed
- Fix agent completion notifications: late, wrong, or never by @BetaYao in #62
- chore: register PaneInfoDisplayStatusTests in the Xcode project by @BetaYao in #63
- Announce a completion once, not once per screen settle by @BetaYao in #64
- docs: add README demo GIF and YouTube walkthrough by @BetaYao in #65
- feat: integrate Aptabase analytics by @BetaYao in #66
Full Changelog: v2.0.49...v2.0.50