beads v0.50.1
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
Installation
Homebrew (macOS/Linux):
brew install beadsQuick Install (macOS/Linux/FreeBSD):
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
Features
- cf4ffec feat: add GitLab adapter for tracker framework (GH#1150)
- 7b3148d feat: add Linear adapter for tracker framework (GH#1150)
- 66ffc44 feat: add audit log for bd dolt config set changes
- 9d29ffd feat: add plugin-based issue tracker framework (GH#1150)
Bug Fixes
- 32e3e83 fix(ci): remove dead RPC test code and fix CI failures for v0.50.0
- 7dca841 fix(lint): add missing exclusions for tracker adapters and dolt audit log
- 8319a85 fix: gofmt tracker adapter files
- c0ad80d fix: remove auto-fallback from dolt server mode to embedded mode
- 9861144 fix: remove t.Parallel() from graph tests that race on os.Stdout