Skip to content

Commit 18343a2

Browse files
committed
release v0.3.4
LiveReview Pre-Commit Check: skipped (iter:1, coverage:0%)
1 parent 5b571a5 commit 18343a2

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

docs/releases/img/v034-demo2.gif

4.26 MB
Loading

docs/releases/v0.3.4.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Release v0.3.4
2+
3+
Date: 2026-05-11
4+
5+
## Summary
6+
7+
git-lrc can now present the diff change summary as a focused slide
8+
deck, so you can understand the change in 30-60 seconds instead of
9+
scanning a long wall of text.
10+
11+
Use the forward and backward arrow keys to move through the summary.
12+
File reference chips make it easy to jump into the relevant files when
13+
you want more detail. The presentation also uses sensible colors, such
14+
as red for risks, to make important signals easier to spot quickly.
15+
16+
Here's a demo of how it works:
17+
18+
![demo](./img/v034-demo2.gif)
19+
20+
21+
## Install and Update
22+
New install:
23+
```
24+
# Linux/macOS
25+
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
26+
27+
# Windows
28+
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
29+
```
30+
31+
Update:
32+
33+
```
34+
lrc self-update
35+
```
36+
37+
## Changes
38+
- Added a slide-based diff change summary that is faster to skim.
39+
- Added keyboard navigation using the forward and backward arrow keys.
40+
- Added file reference chips so you can quickly inspect the underlying
41+
files behind each point.
42+
- Improved visual signaling with clearer colors for risks and other key
43+
review cues.
44+
45+
## Breaking Changes
46+
- None.
47+
48+
## Verification
49+
- lrc --version
50+
- lrc --help
51+
52+
## Known Issues
53+
- None.

0 commit comments

Comments
 (0)