GitHub Release Update Checker Added a release update checker that integrates directly with GitHub releases. This ensures users are always notified when new versions are available. PR: #796 by @JakeHoolz
Website Link in Update Notifications Update notifications now include a direct link to the project’s website for easier access. PR: #799 by @JakeHoolz
⚙️ Improvements
Storage Prioritization In average mode, storage links are now prioritized before void, improving consistency in data handling. PR: #797 by @JakeHoolz
Startup Banner Enhancements Update information is now surfaced directly in the startup banner, giving better visibility on version status. PR: #800 by @JakeHoolz
Improved Release Parsing More reliable parsing of release data for update checks. PR: #802 by @JakeHoolz
API-Based Update Checker Restored Reintroduced API-based update checking for stability and accuracy. PR: #804 by @JakeHoolz
️ Fixes
Update Checker Patterns Fixed issue with single quotes not being escaped in update checker patterns. PR: #803 by @JakeHoolz
Update Checker Tests Rewritten tests to support JSON responses for more robust validation. PR: #805 by @JakeHoolz
Technical Enhancements
Scraping GitHub Releases Update checker now scrapes GitHub release data in addition to API-based methods, providing redundancy. PR: #798 by @JakeHoolz