Commit 4c3e172
feat: add check command for cloud firmware fetching (v3.0.0)
- Add `check [--verbose/-v]` command that fetches the latest firmware for all
module hardware versions from firmware.gocontroll.com into /lib/firmware/gocontroll/
- SHA256 checksum validation for every downloaded firmware file; re-downloads if
local file is missing or checksum does not match
- Verbose flag shows release date and changelog per module
- check runs before hardware/service detection so it works on any networked system
- check is also available from the interactive TUI menu
- Fix typos: "Succesfully" → "Successfully" throughout
- Add reqwest, serde, sha2, hex dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f9e2199 commit 4c3e172
3 files changed
Lines changed: 263 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 | | |
2 | 15 | | |
3 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments