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 | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iexManual 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