Skip to content

Releases: nhumrich/bridge

v0.8.0

18 Apr 04:30

Choose a tag to compare

Bump version to v0.8.0

v0.7.0

18 Apr 01:49

Choose a tag to compare

Sync plugin.json version and bump release workflow to Blink 0.36

v0.6.0

07 Apr 22:30

Choose a tag to compare

Bump version to v0.6.0

v0.5.0

05 Apr 17:41

Choose a tag to compare

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

28 Mar 23:05

Choose a tag to compare

Clean up release workflow now that blinklang/blink package is public

v0.3.0

21 Mar 03:45

Choose a tag to compare

Use versioned Pact container tag (0.23)

v0.2.1

11 Mar 03:50

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix -p flag silently accepting invalid priority values (e.g. -p abc no longer silently sets priority to 0)
  • Fix br blocked showing tasks with all-done blockers

Improvements

  • br edit --append accepts text directly
  • Add vendored sqlite3 for cross-compilation

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Mar 22:36

Choose a tag to compare

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 --append accepts text directly
  • Fixed br blocked showing 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

v0.1.0

05 Mar 21:29

Choose a tag to compare

Initial release