Skip to content

v2.0.53

Choose a tag to compare

@github-actions github-actions released this 31 Aug 02:29
· 90 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

  • fix: stop naming every detached worktree "(detached)" by @BetaYao in #72
  • fix: diff a stacked worktree against the branch it sits on by @BetaYao in #73
  • feat: a self-maintaining integration checkout for the fleet by @BetaYao in #74
  • fix: decode GitHub's PR list, which omits every per-PR count by @BetaYao in #75
  • fix: let the PR panel actually open a diff by @BetaYao in #76
  • feat: pair Host Gateway with an 8-digit code over plain HTTP by @BetaYao in #77
  • chore: drop MQTT from the web client by @BetaYao in #79
  • perf: send the first keystroke of a burst without waiting by @BetaYao in #78
  • fix: reconnect the web client instead of going dark by @BetaYao in #80

Full Changelog: v2.0.52...v2.0.53