mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
* feat: Add new version notification in footer This commit implements a system to check for new application versions and notify the user. On page load, the server-side code now fetches the latest release from the GitHub repository API. It uses `semver` to compare the current application version with the latest release tag. If a newer version is available, an alert is displayed in the footer with a link to the release page. The current application version is also now displayed in the footer. The version check is cached for one hour to minimize API requests. * Modify version notification * current version 0.3.1 * Resolve conflicts * Code formatting --------- Co-authored-by: Wayne <5291640+ringoinca@users.noreply.github.com>