Skip to content

v0.6.10

Latest

Choose a tag to compare

@shrsv shrsv released this 24 Aug 11:47

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-serve not suppressing serve for --range and --commit reviews

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-serve flag not suppressing auto-serve when used with --range or --commit (the BuildFromContext code path set opts.Serve = true before the runtime ever saw --no-serve)
  • Add comprehensive tests for all --no-serve flag combinations

Breaking Changes

  • None.

Verification

  • lrc --version
  • lrc --help

Known Issues

  • None.