You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(updates): add automatic updates via electron-updater (#822)
* feat(updates): add auto-update via electron-updater
* polish(updates): use vertical layout for what's new toast
* polish(updates): replace hardcoded what's new toast with generic version-change toast
Copy file name to clipboardExpand all lines: src/main/i18n/locales/en_US/preferences.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,5 +209,15 @@
209
209
"action": "Request a key",
210
210
"description": "If you have ever donated to massCode through any channel, send any proof of donation by email and you will receive a key."
211
211
}
212
+
},
213
+
"updates": {
214
+
"label": "Updates",
215
+
"autoUpdate": {
216
+
"label": "Automatic updates",
217
+
"description": "Download updates in the background and install them on restart. When disabled, massCode only notifies you about new versions. Major versions are never installed automatically."
Copy file name to clipboardExpand all lines: src/main/i18n/locales/ru_RU/preferences.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,5 +176,15 @@
176
176
"action": "Запросить ключ",
177
177
"description": "Если вы когда-либо донатили massCode любым способом, отправьте любое подтверждение доната по почте и получите ключ."
178
178
}
179
+
},
180
+
"updates": {
181
+
"label": "Обновления",
182
+
"autoUpdate": {
183
+
"label": "Автоматические обновления",
184
+
"description": "Скачивать обновления в фоне и устанавливать при перезапуске. Если выключено, massCode только уведомляет о новых версиях. Новые мажорные версии никогда не устанавливаются автоматически."
0 commit comments