aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/ipc-api/autoUpdate.js
Commit message (Collapse)AuthorAge
* Added debug logs for auto-updater. [skip ci]Libravatar Vijay A2021-07-18
|
* Extracted common string into constant.Libravatar Vijay A2021-06-06
|
* Allow nightlies as pre-releases (possible fix for broken updater in nightlies).Libravatar Vijay A2021-06-02
|
* Method reuse (#1379)Libravatar Vijay Raghavan Aravamudhan2021-05-11
| | | | | * Used already exported common functions to avoid the same logic being repeated. * Use a different package to retrieve the os-name for the 'About Dialog'.
* Improved onboarding flow and settings empty states (#996)Libravatar Francisco Marques2020-10-05
|
* Add setting to enable nightly releases updates (#742)Libravatar Bennett2020-10-04
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Refactor updates settings (#506)Libravatar Romain2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorder updates toggle buttons * Updated 'Disable updates' message to 'Enable automatic updates' * Update 'noUpdates' to 'automaticUpdates' * Update 'noUpdates' to 'automaticUpdates' * Add condition for 'Include beta version' to show * Enable automatic updates by default * Update file so when automaticUpdates is true automatic updates are enabled * Fix conditions with enableUpdate * Apply code style * Fix wrong condition with enableUpdate * Delete unsued variable 'server' * Apply style code * Commit changes to submodule 'recipes' * Update default message to 'Enable updates' from 'Disable updates' * Update text to 'Enable updates' from 'Enable automatic update' * Add migration for updates settings * Update default messages to 'Enable updates' from 'Disable updates' * Remove empty line * Check for updates was disabled when updates were enabled * Avoid superfluous break line when updates are disabled * Add fragments to up-to-date message * Add fragments to up-to-date message * Remove file from previous commit * Remove extra line * Add 'Show draggable area on window' to en-US.json file * Apply prepare-code script changes Co-authored-by: Amine <amine@mouafik.fr>
* Implement #87Libravatar vantezzen2019-10-02
|
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* link to in-app changelog on new update notificationLibravatar Dominik Guzei2019-04-12
|
* feat(Linux): Add auto updater for Linux AppImage buildsLibravatar Stefan Malzner2019-03-05
|
* Set autoInstallOnAppQuit to falseLibravatar Stefan Malzner2018-12-03
|
* Work with dev-app-update.yml & switch to debuggerLibravatar Stefan Malzner2018-12-01
|
* Fix updaterLibravatar Stefan Malzner2018-12-01
|
* Remove auto-update in developmentLibravatar Danny Qiu2017-12-28
|
* initial commitLibravatar Stefan Malzner2017-10-13