mediasane_1.1.8_all.deb
Improvements
A new automatic update system has been introduced to improve long-term usability. The application now checks GitHub Releases on startup and notifies the user only if a newer version is available. The update process is non-blocking, silent when no upgrade is needed, and fully consistent with the existing UI style. This enhancement ensures users remain aware of new features and fixes without manual checks.
Changelog
UpdateCheckerclass responsible for checking the latest available version on GitHub.- Modal update notification dialog with a clear message and clickable link to the newest release.
- Visual consistency by aligning the update popup design with the existing “About” dialog.
- Error handling by removing generic exception clauses and using specific exception types.
- Startup behavior by running the update check asynchronously after the main window is shown.
- Linter warnings related to potentially undefined exception names and overly broad exception handling.