| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-14 | add alwaysRender | AAGaming | |
| 2022-10-14 | Allow B button to close active plugin and return to menu. (#218)v2.2.6-pre1 | AAGaming | |
| 2022-10-14 | fix old toast patch to not re-create windowv2.2.5-pre1 | AAGaming | |
| 2022-10-14 | Revert "Rewrite toaster hook to not re-create the window (#217)" | AAGaming | |
| This reverts commit 3ac0abc82bd266eecb7c5f468481e364790be665. | |||
| 2022-10-14 | remove friends focus workaround | AAGaming | |
| 2022-10-14 | Rewrite toaster hook to not re-create the window (#217)v2.2.4-pre1 | AAGaming | |
| 2022-10-08 | possibly fix zip permissions | AAGaming | |
| 2022-10-08 | Use a conditional while loop for when the scroll root is not found. (#212)v2.2.2-pre3 | Devon Schneider | |
| * Changed back to a while loop for grabbing the scroll root\nAs recursive function exits before it hits 30 iterations in testing. * Changed so if recursive limit is hit, it returns null instead of attempting to continue. * Added log messages regarding recursion limits, as well as fixed recursion tracking. * Removed errant return remaining from scroll root check. | |||
| 2022-10-05 | Add plugin description to Store PluginCard (#196)v2.2.2-pre2 | Eddie Dover | |
| * Add plugin description to Store PluginCard The description for plugins is available on the web but not in the store, this attempts to fix the issue. Unfortunately, my current env is completely Windows based so I cannot test this change locally, and setting up an Arch env in WSL2 is proving to be more time consuming than such a simple PR deserves. * Removed prefix from description * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Inline style fix. Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Prettier formatting fix * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | |||
| 2022-10-04 | Fixed an issue regarding the scroll root path (#201)v2.2.2-pre1v2.2.1 | Devon Schneider | |
| * Changed so searching for the scroll root node will look through siblings of children nodes. * Added a missing await Seem to have missed an await from when I was converting my proof-of-concept to an async function. * Minor stylistic change * Changed where program retries to find the scroll root. | |||
| 2022-10-02 | ACTUALLY FIX the friends focus workaround | AAGaming | |
| 2022-10-02 | fix styling on links in markdown | AAGaming | |
| 2022-10-01 | actually fix focus issue on startup | AAGaming | |
| 2022-10-01 | change console.log to styled logv2.1.1v2.1.0-pre6 | AAGaming | |
| 2022-10-01 | fix friends menu focusing itself | AAGaming | |
| 2022-09-30 | Update package.json | TrainDoctor | |
| 2022-09-26 | fix(pluginview): align icon and plugin name (#185) | Lukas Senionis | |
| 2022-09-19 | check for plugin updates after installing a plugin | AAGaming | |
| 2022-09-18 | bump lib | AAGaming | |
| 2022-09-18 | hopefully actually fix toaster | AAGaming | |
| 2022-09-18 | Updater UI tweaks, Markdown tweaks, bump lib | AAGaming | |
| 2022-09-18 | fix plugin loading after install, move updater reloads to loader | AAGaming | |
| 2022-09-18 | small changes making breakpoint debugging easier | AAGaming | |
| 2022-09-18 | Possibly actually fix the toasts issue | AAGaming | |
| 2022-09-17 | fix updater for new installs, fix file picker patch, fix scrolling on patch ↵ | AAGaming | |
| notes, fix tasks dir | |||
| 2022-09-17 | fix plugin install modal | AAGaming | |
| 2022-09-17 | fix TS errors in Toast | AAGaming | |
| 2022-09-16 | wait for toaster ready, hopefully fix file browser patch | AAGaming | |
| 2022-09-09 | add file picker, add library file picker patch, bump lib, logger tweaks | AAGaming | |
| 2022-09-08 | spice up js-side logs from store and branch select | AAGaming | |
| 2022-09-05 | fix(toaster): fix toasts rendering multiple times | AAGaming | |
| 2022-09-05 | fix(toasts): handle toasts ingame properly without useComposition hack | AAGaming | |
| 2022-09-04 | fix(toaster): allow toasts to show ingame | AAGaming | |
| 2022-09-04 | Update decky-frontend-lib and refactor patches | 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-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 | fix plugins menu scrolling, shut up typecriptv2.0.5-pre16 | AAGaming | |
| 2022-08-24 | move DeckyUpdater to effect | AAGaming | |
| 2022-08-24 | Move conditional check to correct location | TrainDoctor | |
| 2022-08-24 | Move to using deckyState | TrainDoctor | |
| 2022-08-23 | Fix updater being corrupted by multiple attempts to download | TrainDoctor | |
| 2022-08-21 | Add plugin updater, notification badge, fixesv2.0.5-pre15 | AAGaming | |
| 2022-08-20 | Better wrapping of plugin tags (#150) | Collin Diekvoss | |
| 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 ButtonItem shim applying when not neededv2.0.5-pre13 | TrainDoctor | |
| 2022-08-17 | Update to latest decky-frontend-lib | TrainDoctor | |
| 2022-08-17 | bump lib and add temporary shims for webpack v5v2.0.5-pre12 | AAGaming | |
