-
released this
2026-05-21 16:31:43 +00:00 | 126 commits to main since this releaseAdded
- "Restart now" button after a successful in-app update — relaunches RigDoctor for you
instead of asking you to restart manually. - Real release notes: CI now sets each Gitea release's body from the matching CHANGELOG
section (instead of "Automated release for…"), and the updater shows "What's new" — a
notes dialog before applying (GUI) and inrigdoctor update(CLI).
Changed
- Setup page /
rigdoctor install: dropped internal module references (M4, M5, …) from the
component descriptions — end users don't need them. - Adopting Conventional Commits + git-cliff (
cliff.toml,packaging/changelog.sh)
to generate CHANGELOG entries from commit history going forward (D20).
Fixed
- The self-extracting
.runinstaller is now built without makeself (a pure-Python
self-extractor,packaging/make_run.py), so it reliably attaches to every release — it was
silently skipped before because the CI runner couldn't install makeself.
Downloads
- "Restart now" button after a successful in-app update — relaunches RigDoctor for you