There was an error while loading. Please reload this page.
1 parent f9d04f4 commit 4e89969Copy full SHA for 4e89969
1 file changed
docs/releases/v0.1.61.md
@@ -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