Add startup update check against Gitea releases.

Show a native alert when a newer release is available, with menu access to check manually.
This commit is contained in:
2026-07-30 16:13:02 +02:00
parent 86fa763eda
commit 68353cbc56
11 changed files with 359 additions and 10 deletions

View File

@@ -47,5 +47,16 @@
"about.tagline": "Nintendo Switch MTP-client voor macOS",
"about.version": "Versie {version}",
"about.copyright": "Copyright © 2026 NiklasCFW",
"status.usb_recovering": "USB opnieuw verbinden na slaapstand…"
"status.usb_recovering": "USB opnieuw verbinden na slaapstand…",
"menu.check_updates": "Controleren op updates…",
"update.available_title": "Update beschikbaar",
"update.available_body": "OmniMTP {latest} is beschikbaar.\nJe hebt {current}.",
"update.download": "Downloaden",
"update.later": "Later",
"update.skip": "Deze versie overslaan",
"update.up_to_date_title": "Je bent up-to-date",
"update.up_to_date_body": "OmniMTP {version} is de nieuwste release.",
"update.check_failed_title": "Updatecontrole mislukt",
"update.check_failed_body": "Kon de updateserver niet bereiken.",
"update.http_error": "Server gaf HTTP {code} terug."
}