github steveyegge/beads v0.17.1

latest releases: v0.30.7, v0.30.6, v0.30.3...
one month ago

beads v0.17.1

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), and Windows.

Installation

macOS/Linux:

curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iex

Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.

Changelog

Others

  • c205615 Add bd info command to show database path and daemon status
  • 15790ea Auto-sync beads database
  • de03466 Fix bd-143: Prevent daemon auto-sync from wiping out issues.jsonl with empty database
  • aada5d9 Fix bd-144: Update main .db file timestamp after import (WAL mode)
  • 47c915e Fix goconst linter warnings by converting repeated strings to constants
  • 9a370b5 Fix gosec security warnings (bd-57)
  • d2084dc Fix nil pointer crash in bd reopen command (bd-133)
  • f6e37bd Refactor DeleteIssues to reduce complexity (37 → <10)
  • 36c1c64 Refactor TestLabelCommands and TestReopenCommand to reduce complexity
  • 94fb9fa Refactor high-complexity test functions (gocyclo)
  • fe30e0c Refactor importIssuesCore to reduce complexity (bd-55)
  • d85549d Refactor issueDataChanged to reduce cyclomatic complexity (bd-55)
  • 5b99e56 Refactor tryAutoStartDaemon to reduce complexity (34 → <10)
  • 3241b7f updated bd-135 epic

Don't miss a new beads release

NewReleases is sending notifications on new releases.