Skip to content

v2.0.58

Choose a tag to compare

@github-actions github-actions released this 06 Sep 03:56
· 15 commits to main since this release

Install

macOS (one-line install)

curl -fsSL https://seahelm.dev/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

  • feat: www.seahelm.dev — static site + Cloudflare Pages deploy by @BetaYao in #90
  • feat: destructive actions decide from what would actually be lost by @BetaYao in #91
  • feat(site): ship www.seahelm.dev in Chinese as well as English by @BetaYao in #92
  • chore: add MIT LICENSE + third-party notices by @BetaYao in #93
  • fix(site): correct the Chinese wording, starting with a vulgar heading by @BetaYao in #94
  • fix(zh): the Island's closed pill is 胶囊, not 药丸 by @BetaYao in #95
  • feat(site): deck-one rewrite, seahelm-web, and copy that matches the app again by @BetaYao in #97
  • chore: add THIRD-PARTY-NOTICES by @BetaYao in #96
  • feat(site): the sea — a descent from sky to seabed by @BetaYao in #98
  • docs: CLAUDE.md described dashboard layouts that no longer exist by @BetaYao in #99
  • fix: quote the session key so a workspace with a space in its path can attach by @keyframe-one in #101
  • Telegram bridge, one command language, sidebar cleanup, /return that ships before deleting by @BetaYao in #102
  • docs: replace generic "Why Seahelm" bullets with real differentiators by @BetaYao in #103

New Contributors

Full Changelog: v2.0.57...v2.0.58