| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-09 | add file picker, add library file picker patch, bump lib, logger tweaks | AAGaming | |
| 2022-09-01 | Addition 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-31 | Give SettingsManager a default directoryv2.0.5-pre20 | TrainDoctor | |
| 2022-08-31 | Fix LimitOverrunError when a lot of data is passed to the backend (fixes ↵ | Philipp Richter | |
| #158) (#161) * Fix LimitOverrunError when a lot of data is passed to the backend * Raise socket's buffer limit to something more sensible | |||
| 2022-08-29 | Moved traceback to higher log level for cleaner logs | TrainDoctor | |
| 2022-08-29 | Fix plugin uninstallingv2.0.5-pre19 | TrainDoctor | |
| 2022-08-26 | Refractor plugin backend (#111)v2.0.5-pre18 | botato | |
| * refractor uninstall plugin backend * refractor plugin installation method * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove inconsistency * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * lint * more refractor * await forgotten * fix: menu not disappearing after first click * lint * bug: fix double click on uninstall * depricate request installs * basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend * refractor uninstall plugin backend * Change formatting in browser.py * Manually format main.py * Manually format utilities.py * remove unnecessary linebreaks * lol what * last minute pythoning * Fix async missing * rebase onto main * fix error, fix React crash if patch notes are opened before remote version info is loaded Co-authored-by: TrainDoctor <traindoctor@protonmail.com> Co-authored-by: AAGaming <aa@mail.catvibers.me> | |||
| 2022-08-26 | basic 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-24 | Hide branch select until it's workingv2.0.5-pre17 | TrainDoctor | |
| 2022-08-24 | Settings API for loader, preview branch select | AAGaming | |
| 2022-08-24 | set gid along with uid (#152) | Chris Simons | |
| 2022-08-21 | Add plugin updater, notification badge, fixesv2.0.5-pre15 | AAGaming | |
| 2022-08-18 | Add CEF Remote Debugging toggle (#129)v2.0.5-pre14 | Sefa Eyeoglu | |
| * feat: add CEF Remote Debugging toggle * feat: disable remote debugger on startup * refactor: stop debugger instead of disable * feat: add option to allow remote debugging by default Co-authored-by: TrainDoctor <traindoctor@protonmail.com> | |||
| 2022-08-17 | Fix log spam from injection related errorsv2.0.5-pre11 | TrainDoctor | |
| 2022-08-14 | less stupid method | AAGaming | |
| 2022-08-14 | fix loader not re-injecting on restart | AAGaming | |
| 2022-08-13 | FINALLY fix the multiple injections bugv2.0.5-pre.8 | AAGaming | |
| 2022-08-13 | fix injecting twicev2.0.5-pre.7 | AAGaming | |
| 2022-08-11 | Updater should now find all version tagsv2.0.5-pre.3 | TrainDoctor | |
| 2022-08-09 | Add api for showing toast notificationsv2.0.4-67426af-pre | AAGaming | |
| 2022-08-09 | fix: don't pass unzip job to event loop (#136)v2.0.4-0dbdb4a-pre | Sefa Eyeoglu | |
| For some reason this broke installation of plugins when another specific plugin was present (vibrantDeck) | |||
| 2022-08-08 | Standardize logging in browser.py | TrainDoctor | |
| 2022-08-08 | Add missing importv2.0.4-6bc8a4f-pre | TrainDoctor | |
| 2022-08-08 | Use Environment Variables (#123) | Derek J. Clark | |
| Uses environment variables instead of hard coding the "deck" user/group. This adds support for systems other than the steam deck that are using the DeckUI. * Use Environment Variables * Use method to get USER from a systemd root process * Fix imports. Add get_user and get_user_group methods in helpers.py. Removed duplicated code * Add separate setters/getters for user vars. Ensure sleep prevents race condition of user setter in while loop | |||
| 2022-08-05 | Implement CSRF protection | AAGaming | |
| 2022-08-02 | API for patching existing routes, lower power usev2.0.4-ab6ec98-pre | AAGaming | |
| 2022-07-25 | Better install process UX, fix reinstallingv2.0.4-afb2c7c-pre | AAGaming | |
| 2022-07-21 | use fstringv2.0.4-c9bf8d3-pre | AAGaming | |
| 2022-07-21 | change log to debug | AAGaming | |
| 2022-07-21 | fix plugin uninstalling | AAGaming | |
| 2022-07-15 | more updater fixesv2.0.4-f015e00-pre | AAGaming | |
| 2022-07-15 | catch rm errors | AAGaming | |
| 2022-07-15 | fix updaterv2.0.4-103d43e-pre | AAGaming | |
| 2022-07-15 | wait 30s before first update check | AAGaming | |
| 2022-07-15 | allow users to manually check for updates | AAGaming | |
| 2022-07-15 | fix lockup in _open_socket_if_not_exists, probably fix ci prereleases | AAGaming | |
| 2022-07-14 | Updater for decky-loader (#117) | AAGaming | |
| * Add an updater in settings for decky-loader * add chmod * remove junk comments | |||
| 2022-07-13 | fix get_tabs oopsiev2.0.4-pre | AAGaming | |
| 2022-07-11 | Use call instead of Popen (#113) | botato | |
| 2022-07-03 | Fixed plugin installation ssl verification issue (#101) | WerWolv | |
| * Added cert location debugging * Install certifi * Try adding manual cacert in install request * Properly use ssl * More efficiently load ssl certificate | |||
| 2022-07-02 | Merge remote-tracking branch 'origin/main' | TrainDoctor | |
| 2022-07-02 | Use deckyState in uninstall menu (fixes #98) (#100) | botato | |
| 2022-07-02 | Catch uninstall plugin | TrainDoctor | |
| 2022-07-02 | Remove bugged rename invocation | TrainDoctor | |
| 2022-07-02 | Properly await uninstall | TrainDoctor | |
| 2022-07-01 | Uninstall functionality (#97) | botato | |
| * feat: POC uninstallation feature * Fixes, placeholder * bugfix: wrong function call * add oncancel and change function called * clean up plugin uninstall code * bugfix, uninstall in store * Limit scope of feature branch * feat: PluginLoader.unloadPlugin * problematic logs | |||
| 2022-06-30 | backwards-compatible plugin store, legacy plugin library | AAGaming | |
| 2022-06-29 | Installing from plugin store now works as intended | TrainDoctor | |
| 2022-06-29 | fix installing plugins | AAGaming | |
| 2022-06-22 | add settings page with install from URL option | AAGaming | |
