Releases: nhumrich/bridge
Releases · nhumrich/bridge
v0.8.0
v0.7.0
Sync plugin.json version and bump release workflow to Blink 0.36
v0.6.0
Bump version to v0.6.0
v0.5.0
Bump version to v0.5.0 New: `br graph` command for dependency DAG visualization Refactor: Extract TaskRow struct, bundle TreeCtx for render_tree
v0.4.0
Clean up release workflow now that blinklang/blink package is public
v0.3.0
Use versioned Pact container tag (0.23)
v0.2.1
What's Changed
Bug Fixes
- Fix
-pflag silently accepting invalid priority values (e.g.-p abcno longer silently sets priority to 0) - Fix
br blockedshowing tasks with all-done blockers
Improvements
br edit --appendaccepts text directly- Add vendored sqlite3 for cross-compilation
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's New
Bridge v0.2.0 — global task manager for Claude Code.
Highlights
- Native SQLite via
db.*API (no more shelling out to sqlite3) - Cross-compiled release binaries for linux/macOS × amd64/arm64
br edit --appendaccepts text directly- Fixed
br blockedshowing tasks with all-done blockers
Install
Download the binary for your platform, rename to br, and place on your PATH:
chmod +x br-*
mv br-<platform> ~/.local/bin/br
br install # installs Claude Code plugin