Release v0.6.10
Date: 2026-08-24
inside an HTML comment so release-gh can remind you after publishing.Published raw URL base: https://raw.githubusercontent.com/HexmosTech/git-lrc/refs/heads/main/docs/releases/img/v0.6.10/
Published raw URL example: https://raw.githubusercontent.com/HexmosTech/git-lrc/refs/heads/main/docs/releases/img/v0.6.10/demo.png
-->
Summary
- Fix
--no-servenot suppressing serve for--rangeand--commitreviews
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
--no-serveflag not suppressing auto-serve when used with--rangeor--commit(theBuildFromContextcode path setopts.Serve = truebefore the runtime ever saw--no-serve) - Add comprehensive tests for all
--no-serveflag combinations
Breaking Changes
- None.
Verification
- lrc --version
- lrc --help
Known Issues
- None.