Skip to content

v0.6.5

Choose a tag to compare

@shrsv shrsv released this 08 Aug 14:17
· 20 commits to main since this release

Release v0.6.5

Date: 2026-08-08

Summary

Patch release fixing quiz UI rendering, review timer accuracy, and toolbar layout issues.

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

  • Quiz: inline code (backtick-wrapped text) now renders as styled <code> elements instead of raw backticks (Quiz.js, styles.css)
  • Quiz: selected option has brighter visual feedback with blue gradient background, left accent border, and glow effect (styles.css)
  • Timer: review elapsed time now uses server-side startedAt timestamp, so the timer persists across page refreshes and shows the real elapsed time from review start (review_state.go, app.js)
  • Toolbar: performance pills no longer wrap to multiple lines; toolbar stays on one line with horizontal scroll when needed (styles.css)

Breaking Changes

  • None.

Verification

  • lrc --version
  • lrc --help

Known Issues

  • None.