Skip to content

Commit 4e89969

Browse files
committed
UI improvement release
LiveReview Pre-Commit Check: skipped (iter:1, coverage:0%)
1 parent f9d04f4 commit 4e89969

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/releases/v0.1.61.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release v0.1.61
2+
3+
Date: 2026-03-25
4+
5+
## Summary
6+
- Fix diff UI navigation bug
7+
- Make the issue classification and copy visible issues button floating (for faster filtering/copying of issues)
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+
```

0 commit comments

Comments
 (0)