v1.4.1 — fixes an install/update bug from v1.4.0
Small bugfix release, no new features.
What was wrong: on some printers, the built-in downloader can't talk to GitHub directly for this one
file — that's known and expected, which is why the installer already has a backup download method built
in for exactly this case. But a bug meant it didn't always switch to that backup method properly, and
tried to use a broken, incomplete file instead. That's what caused errors like Failed to extract the GuppyScreen release asset or other confusing messages partway through install or update.
What's fixed: the installer and "Update Guppy" now properly detect when a download didn't finish
correctly and switch to the backup method every time, instead of sometimes pushing ahead with a broken
file.
What to do: if you hit an error like that on v1.4.0, just run the install command again — it should
go through cleanly now. If you still see an error after re-running, reach out on Discord and we'll help
sort it out.
Upgrading
sh -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/coreflake1/guppyscreen/main/scripts/installer.sh)"Full Changelog: v1.4.0-OpenKE...v1.4.1-OpenKE