v0.4.8
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
Commentsentries 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.modinstead of a hardcoded version (#117).
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.