Skip to content

Commit 2dd53fa

Browse files
committed
docs: add release notes and media directory for v0.5.4
LiveReview Pre-Commit Check: vouched (iter:1, coverage:0%)
1 parent 26feaa5 commit 2dd53fa

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

docs/releases/img/v0.5.4/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release media for v0.5.4
2+
3+
Drop screenshots, GIFs, and any local video files for this release into this directory.
4+
5+
Use markdown references like: ![demo](IMG:demo.png)
6+
For a manual video follow-up, keep this inside an HTML comment in the release notes: <!-- VIDEO:demo.mp4 -->
7+
8+
Raw URL base after publish:
9+
https://raw.githubusercontent.com/HexmosTech/git-lrc/refs/heads/main/docs/releases/img/v0.5.4/

docs/releases/v0.5.4.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Release v0.5.4
2+
3+
Date: 2026-07-02
4+
5+
## Summary
6+
- Replaces the single "Send to Claude" button in the review UI with a multi-agent "Send to" split button + dropdown, and redesigns the handoff confirmation modal.
7+
- Demo video: https://youtu.be/DV2qt28TMmo
8+
9+
## Install and Update
10+
New install:
11+
```
12+
# Linux/macOS
13+
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
14+
15+
# Windows
16+
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
17+
```
18+
19+
Update:
20+
21+
```
22+
lrc self-update
23+
```
24+
25+
## Changes
26+
- List the most important user-facing changes.
27+
28+
## Breaking Changes
29+
- None.
30+
31+
## Verification
32+
- lrc --version
33+
- lrc --help
34+
35+
## Known Issues
36+
- None.

0 commit comments

Comments
 (0)