Skip to content

v2.0.52

Choose a tag to compare

@github-actions github-actions released this 27 Aug 04:52
· 122 commits to main since this release

Install

macOS (one-line install)

curl -fsSL https://raw.githubusercontent.com/BetaYao/seahelm/main/scripts/install.sh | sh

macOS (manual)

  1. Download the zip for your Mac below and unpack it
    • seahelm-macos-arm64.zip: Apple Silicon
    • seahelm-macos-x86_64.zip: Intel
  2. Drag Seahelm.app into /Applications
  3. If macOS blocks the app on first launch, run:
    xattr -dr com.apple.quarantine /Applications/Seahelm.app
  4. 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

  • Host Gateway settings UI + VT wire format and flush policy by @BetaYao in #70
  • fix: count untracked lines in the dashboard's +/- badge by @BetaYao in #71

Full Changelog: v2.0.51...v2.0.52