Skip to content

v0.6.8

Choose a tag to compare

@shrsv shrsv released this 09 Aug 15:05
· 6 commits to main since this release

Release v0.6.8

Date: 2026-08-09

Summary

Hotfix: the offline commit-sync feature introduced in v0.6.7 silently synced nothing. lrc review commits now correctly show up in the LiveReview dashboard's commit coverage.

Install and Update

New install:

# Linux/macOS
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc

# Windows
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc

Update:

lrc self-update

Changes

  • Fixed the post-commit hook running its two new v0.6.7 steps in the wrong order: lrc review-cleanup (which deletes every review-session row for the current branch) ran before lrc internal sync enqueue (which needs to read the row for the just-committed tree to find its review_id/api_url/api_key). Cleanup was wiping the row enqueue needed on every single commit, so no lrc review commit could ever sync to the LiveReview dashboard via the normal hook flow -- the queue always stayed empty. Fixed by swapping the order (hooks/post-commit.sh), with a regression test asserting enqueue always runs first (hooks/templates_test.go).
  • lrc self-update (and a fresh install) regenerates hooks from the updated binary automatically, so picking up this version repairs existing repos' hooks with no extra steps.

Breaking Changes

  • None.

Verification

  • lrc --version
  • lrc sync status

Known Issues

  • None.