summaryrefslogtreecommitdiff
path: root/backend/updater.py
AgeCommit message (Collapse)Author
2022-09-01Addition of proper branch slection (#168)TrainDoctor
* This is a bit better, but branch selection still isn't working -_- * I'm the king of oversight * Selecting different branch checks for updates * Stable doesn't detect old versions, which indicates it doesn't work * Start adding deckyState for plugin updating * Few tweaks * Disable nightly selection * Update decky-frontend-lib and move useSetting set setting to async
2022-08-26basic patch notes viewer, lazy-load settings and store, build frontend as ↵AAGaming
esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
2022-08-11Updater should now find all version tagsv2.0.5-pre.3TrainDoctor
2022-08-09Add api for showing toast notificationsv2.0.4-67426af-preAAGaming
2022-07-15more updater fixesv2.0.4-f015e00-preAAGaming
2022-07-15catch rm errorsAAGaming
2022-07-15fix updaterv2.0.4-103d43e-preAAGaming
2022-07-15wait 30s before first update checkAAGaming
2022-07-15allow users to manually check for updatesAAGaming
2022-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments