summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-09-30Update package.jsonTrainDoctor
2022-09-30Removal of legacy linkTrainDoctor
2022-09-26fix(pluginview): align icon and plugin name (#185)Lukas Senionis
2022-09-25(readme) Make store link go to beta.deckbrew + Change wording (#184)v2.1.0-pre5Party Wumpus
* (readme) Make store link go to beta.deckbrew + Change wording for clarification * further change * change line 26 to say plugin menu
2022-09-21updated installation steps to reflect confirmation and system reboot step (#180)Dan Burkhardt
Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-09-21Add note about opening terminal to README (#176)Aamir Tahir
Quick note about how to open the terminal using the pre-installed Konsole app for users that are either new to linux or Steam Deck.
2022-09-19check for plugin updates after installing a pluginAAGaming
2022-09-18Grab Plugin path from find_plugin_folder plugin name is not always folder ↵v2.1.0-pre4Trent Callan
anme (#178)
2022-09-18Download Remote Binaries during Store Install (#177)v2.1.0-pre3Trent Callan
* Download Remote Binaries during store install. Fix Manual Install Modal Type * Use Unix Line endings. (Thanks WSL) * Fix Merge Commit with main branch.
2022-09-18fix plugin updatingv2.1.0-pre2AAGaming
2022-09-18bump libAAGaming
2022-09-18enable debug logs in devAAGaming
2022-09-18hopefully actually fix toasterAAGaming
2022-09-18Updater UI tweaks, Markdown tweaks, bump libAAGaming
2022-09-18don't crash when plugin backends doAAGaming
2022-09-18add more URLs to bypass authenticationAAGaming
2022-09-18fix plugin loading after install, move updater reloads to loaderAAGaming
2022-09-18update tasksAAGaming
2022-09-18small changes making breakpoint debugging easierAAGaming
2022-09-18Possibly actually fix the toasts issueAAGaming
2022-09-17fix updater for new installs, fix file picker patch, fix scrolling on patch ↵AAGaming
notes, fix tasks dir
2022-09-17fix plugin install modalAAGaming
2022-09-17Update updater.pyTrainDoctor
2022-09-17fix TS errors in ToastAAGaming
2022-09-17fix spacing [skip ci]AAGaming
2022-09-17fix asyncio error on get_branchAAGaming
2022-09-16wait for toaster ready, hopefully fix file browser patchAAGaming
2022-09-11Update build.ymlTrainDoctor
2022-09-09add file picker, add library file picker patch, bump lib, logger tweaksAAGaming
2022-09-08spice up js-side logs from store and branch selectAAGaming
2022-09-08Updated screenshotNik
2022-09-05WhoopsieTrainDoctor
2022-09-05Added handling for release to pre-release, pre-rel to rel and rel to relv2.1.0-pre1TrainDoctor