Skip to content

Commit 28a7e5b

Browse files
committed
docs: add release notes and media directory for v0.5.3
LiveReview Pre-Commit Check: vouched (iter:1, coverage:0%)
1 parent e1c39a9 commit 28a7e5b

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

docs/releases/img/v0.5.3/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.3
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.3/

docs/releases/v0.5.3.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Release v0.5.3
2+
3+
Date: 2026-06-21
4+
5+
<!--
6+
Release images for this version belong in: docs/releases/img/v0.5.3
7+
Reference files from this release folder with the placeholder syntax documented in docs/releases/img/v0.5.3/README.md.
8+
For manual video follow-up, keep a placeholder like <!-- VIDEO:demo.mp4 --> inside an HTML comment so release-gh can remind you after publishing.
9+
10+
Published raw URL base: https://raw.githubusercontent.com/HexmosTech/git-lrc/refs/heads/main/docs/releases/img/v0.5.3/
11+
Published raw URL example: https://raw.githubusercontent.com/HexmosTech/git-lrc/refs/heads/main/docs/releases/img/v0.5.3/demo.png
12+
-->
13+
14+
## Summary
15+
16+
### Improved Onboarding Flow
17+
18+
- New `lrc onboard` Command: Introduced a non-interactive onboarding command that natively handles API key validation, auth token exchange, backups, and atomic configuration writing with strict file permissions (0600).
19+
- Installer Wrappers: Refactored lrc-install.sh and lrc-install.ps1 to act as clean download wrappers that delegate validation and config generation directly to lrc onboard. Removed obsolete shell/PowerShell TOML parsing helpers.
20+
21+
## Install and Update
22+
23+
New install:
24+
25+
```
26+
# Linux/macOS
27+
curl -L https://hexmos.com/ipm-install | bash && ipm i HexmosTech/git-lrc
28+
29+
# Windows
30+
iwr https://hexmos.com/ipm-install-ps | iex; ipm i HexmosTech/git-lrc
31+
```
32+
33+
Update:
34+
35+
```
36+
lrc self-update
37+
```
38+
39+
## Changes
40+
41+
- List the most important user-facing changes.
42+
43+
## Breaking Changes
44+
45+
- None.
46+
47+
## Verification
48+
49+
- lrc --version
50+
- lrc --help
51+
52+
## Known Issues
53+
54+
- None.

0 commit comments

Comments
 (0)