File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments