feat: add checksum-based update detection

This commit is contained in:
Mikhail Kiselev
2026-02-10 15:53:26 +03:00
parent 75dc03b0fd
commit 2b86eb9d20
4 changed files with 87 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ export const translations = {
currentVersion: 'Текущая версия',
checkingForUpdates: 'Проверка обновлений...',
updateAvailable: 'Доступно обновление',
rebuildAvailable: 'Доступна пересборка',
upToDate: 'У вас последняя версия',
downloadAndInstall: 'Скачать и установить',
downloading: 'Загрузка...',
@@ -281,6 +282,7 @@ export const translations = {
currentVersion: 'Current version',
checkingForUpdates: 'Checking for updates...',
updateAvailable: 'Update available',
rebuildAvailable: 'Rebuild available',
upToDate: 'You have the latest version',
downloadAndInstall: 'Download and install',
downloading: 'Downloading...',