Skip to content

v0.6.6

Choose a tag to compare

@lovestaco lovestaco released this 08 Aug 16:26
· 13 commits to main since this release

Release v0.6.6

Date: 2026-08-08

Summary

Patch release fixing missing branch names on CLI-submitted reviews in the LiveReview dashboard.

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

  • Diff review submissions now include the current git branch name, so CLI-sourced reviews show their branch in the LiveReview dashboard instead of "-" (internal/reviewapi/helpers.go, internal/reviewmodel/types.go)

Breaking Changes

  • None.

Verification

  • lrc --version
  • lrc --help

Known Issues

  • None.