v0.1.0-alpha.22
Pre-release
Pre-release
·
5 commits
to main
since this release
What's new
Maintenance release. Same app surface as alpha.21 — the change worth knowing about lives in the install pipeline.
Fixes
install.sh: resolve the latest tag via the public Atom feed instead of the rate-limited REST API. Users hitting the unauthenticated 60 req/h API limit were seeingcurl: (23) Failure writing output to destinationand a silent abort. The new path usesgithub.com/$REPO/releases.atom— no auth, no rate limit, and entries are sorted newest-first by GitHub itself, so ahead -n1trivially picks the head. As a side effect this also fixes a latent greedy-sed bug where the API returning minified JSON would resolve to the OLDEST release, not the newest.- CI green again after
cargo fmt --check,clippy -D warnings, and theFormFieldcycle tests were updated to match the productionPattern → AddPattern → TestUrlordering.
How to install
curl -fsSL https://mclovin.org/install.sh | bash
The installer registers mclovin as the default browser and drops the .desktop entry — open it from your app launcher (Walker, rofi, GNOME/KDE menu) right after.