summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-22Actually utilize the unload functionTrainDoctor
2022-10-22Added unload hook for plugins.TrainDoctor
2022-10-22Send version when asking for plugin listTrainDoctor
2022-10-22Update build.ymlTrainDoctor
2022-10-16Fix toaster initializationv2.3.0-pre2TrainDoctor
2022-10-15Developer menu (#211)v2.3.0-pre1AAGaming
* add settings utils to use settings outside of components * initial implementation of developer menu * ✨ Add support for addScriptToEvaluateOnNewDocument * React DevTools support * increase chance of RDT successfully injecting * Rewrite toaster hook to not re-create the window * remove friends focus workaround because it's fixed * Expose various DFL utilities as DFL in dev mode * try to fix text field focuss * move focusable to outside field * add onTouchEnd and onClick to focusable * Update pnpm-lock.yaml Co-authored-by: FinalDoom <7464170-FinalDoom@users.noreply.gitlab.com> Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-10-15Fix default pre-release bumpv2.2.7TrainDoctor
2022-10-14bump decky-frontend-libv2.2.7-pre1AAGaming
2022-10-14fix the fixAAGaming
2022-10-14replace deprecated set-output in CIAAGaming
2022-10-14add alwaysRenderAAGaming
2022-10-14Allow B button to close active plugin and return to menu. (#218)v2.2.6-pre1AAGaming
2022-10-14pnpm uses frozen instead of ciAAGaming
2022-10-14IDIOTAAGaming
2022-10-14wtfAAGaming
2022-10-14setup-pnpm action is bad, do it ourselfAAGaming
2022-10-14forgot withAAGaming
2022-10-14this arg format is terribleAAGaming
2022-10-14fix ciAAGaming
2022-10-14more CI cleanupAAGaming
2022-10-14Upgrade NodeJS to 18 in CIAAGaming
2022-10-14fix old toast patch to not re-create windowv2.2.5-pre1AAGaming
2022-10-14Revert "Rewrite toaster hook to not re-create the window (#217)"AAGaming
This reverts commit 3ac0abc82bd266eecb7c5f468481e364790be665.
2022-10-14fix os.pathAAGaming
2022-10-14remove friends focus workaroundAAGaming
2022-10-14Rewrite toaster hook to not re-create the window (#217)v2.2.4-pre1AAGaming
2022-10-12README rewrite (#214)EMERALD
* Improved header * Fix header screenshot distance, improve about * Installation section improvements * Add mouse and keyboard steps * Formatting all README sections * README SVG overhaul * Move uninstallation to installation section * Various clarifications * Clarification on password creation * Add common issues section * Add port 1337 warning
2022-10-08Update README.mdv2.2.3TrainDoctor
2022-10-08don't test on live folks -_-v2.2.3-pre1TrainDoctor
2022-10-08Append "-pre" before bumping pre-release versionTrainDoctor
2022-10-08Merge branch 'update-ci' w/ needed updatesTrainDoctor
2022-10-08use hasattr instead of inAAGaming
2022-10-08possibly fix zip permissionsAAGaming
2022-10-08Use a conditional while loop for when the scroll root is not found. (#212)v2.2.2-pre3Devon 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-07disable file watcher until after 10 secondsAAGaming
2022-10-07README: password typing clarification (#208)Party Wumpus
While the video does *show* the password not appearing, he doesn't mention it. This should reduce the occasional user confusion of passwords not appearing.
2022-10-05Add plugin description to Store PluginCard (#196)v2.2.2-pre2Eddie 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-04Fixed an issue regarding the scroll root path (#201)v2.2.2-pre1v2.2.1Devon 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-02Fix outdated line about manual installTrainDoctor
2022-10-02Update build.ymlTrainDoctor
2022-10-02Update build.ymlv2.2.0-pre1TrainDoctor
2022-10-02ACTUALLY FIX the friends focus workaroundAAGaming
2022-10-02fix styling on links in markdownAAGaming
2022-10-01actually fix focus issue on startupAAGaming
2022-10-01Update install_release.shTrainDoctor
2022-10-01Update README.mdTrainDoctor
2022-10-01change console.log to styled logv2.1.1v2.1.0-pre6AAGaming
2022-10-01fix friends menu focusing itselfAAGaming
2022-10-01Update README.mdTrainDoctor
2022-10-01Change 'PluginLoader' to 'Decky Loader' in readme (#190)Party Wumpus
* (readme) Make store link go to beta.deckbrew + Change wording for clarification * further change * change line 26 to say plugin menu * Change all 'PluginLoader' to 'Decky Loader' in readme Seems like a reasonable change as Decky was rebranded a while ago