Skip to content

v0.4.8

Choose a tag to compare

@lovestaco lovestaco released this 07 Jun 08:53
· 161 commits to main since this release

Release v0.4.8

Date: 2026-06-07

Summary

  • Bug-fix release: streamed review comments no longer overwrite existing API-supplied comments in the review UI.

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

  • Fix: preserve existing PascalCase Comments entries on a file when streamed review comments are appended, so previously shown comments no longer disappear after a streaming update (#118).
  • Docs: clarify Go version guidance in CONTRIBUTING.md to reference go.mod instead of a hardcoded version (#117).

Breaking Changes

  • None.

Verification

  • lrc --version
  • lrc --help

Known Issues

  • None.