Skip to content

Releases: philjestin/boatman

boatman-v1.3.0

01 Apr 21:40

Choose a tag to compare

BoatmanMode v1.3.0 (2026-04-01T21:39:26Z)

Welcome to this new release of BoatmanMode! 🚣

Changelog

Other Changes

Installation

Binary Download

Download the appropriate binary for your platform from the assets below.

Using Go Install

go install github.com/philjestin/boatmanmode/cmd/boatman@v1.3.0

Verify Download

sha256sum -c checksums.txt

Full Changelog: philjestin/boatmanmode@desktop/v1.0.3...v1.3.0

desktop/v1.2.0

01 Apr 21:41

Choose a tag to compare

Release Desktop v1.2.0

feat: Triage Mode UI with results/clusters/plans tabs
feat: Firefighter Mode with incident canvas and sub-agent spawning
feat: BoatmanMode resume button
feat: Plan detail view with validation gates
feat: Live triage progress with event streaming

desktop/v1.0.2

20 Feb 05:01

Choose a tag to compare

Release: CLI v1.1.1, Desktop v1.0.2

desktop/v1.0.0

15 Feb 04:24

Choose a tag to compare

fix: Use Ubuntu 22.04 for Linux builds

Ubuntu 24.04 removed libwebkit2gtk-4.0-dev which Wails requires.
Use Ubuntu 22.04 which still has this package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

boatman-v1.0.0

14 Feb 06:26

Choose a tag to compare

BoatmanMode v1.0.0 (2026-02-14T06:25:56Z)

Welcome to this new release of BoatmanMode! 🚣

Changelog

Bug Fixes

  • bddbf3d fix: Configure GoReleaser to handle monorepo tag structure
  • b4481e8 fix: Correct GitHub repository name in GoReleaser config
  • 1aa68cd fix: Correct workflow paths and Linux dependencies
  • 2e0e7db fix: Create stripped tag in workflow for GoReleaser validation
  • e904280 fix: Use GORELEASER_CURRENT_TAG env var for monorepo tags
  • 43369e3 fix: Use correct GoReleaser monorepo configuration
  • ad8dcda fix: Use git-based changelog instead of GitHub API

Other Changes

Installation

Binary Download

Download the appropriate binary for your platform from the assets below.

Using Go Install

go install github.com/philjestin/boatmanmode/cmd/boatman@v1.0.0

Verify Download

sha256sum -c checksums.txt

Full Changelog: philjestin/boatmanmode@...v1.0.0