New features
- Automatic update checks and installs: the app now checks for updates at launch (the "Check for Updates" button in Settings is still there for an on-demand check). A user 3 or more releases behind is blocked with a full-screen prompt until they update; updating downloads the new release, verifies its SHA256 checksum, and replaces the running binary in place before relaunching. The version comparison bug that made
4.10.0look older than4.9.0(a lexicographic string comparison, not semver) is also fixed, as is asset selection always grabbing the first release asset regardless of platform.
What's Changed
- chore: refresh star history by @github-actions[bot] in #17
- Auto-update: forced update at 3 versions behind, checksum-verified by @kushiemoon-dev in #18
New Contributors
- @github-actions[bot] made their first contribution in #17
Full Changelog: v4.17.2...v4.18.0