| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-14 | Rewrite toaster hook to not re-create the window (#217)v2.2.4-pre1 | AAGaming | |
| 2022-10-12 | README 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-08 | Update README.mdv2.2.3 | TrainDoctor | |
| 2022-10-08 | don't test on live folks -_-v2.2.3-pre1 | TrainDoctor | |
| 2022-10-08 | Append "-pre" before bumping pre-release version | TrainDoctor | |
| 2022-10-08 | Merge branch 'update-ci' w/ needed updates | TrainDoctor | |
| 2022-10-08 | use hasattr instead of in | 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-07 | disable file watcher until after 10 seconds | AAGaming | |
| 2022-10-07 | README: 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-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 | Fix outdated line about manual install | TrainDoctor | |
| 2022-10-02 | Update build.yml | TrainDoctor | |
| 2022-10-02 | Update build.ymlv2.2.0-pre1 | TrainDoctor | |
| 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 | Update install_release.sh | TrainDoctor | |
| 2022-10-01 | Update README.md | TrainDoctor | |
| 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-10-01 | Update README.md | TrainDoctor | |
| 2022-10-01 | Change '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-30 | Update package.json | TrainDoctor | |
| 2022-09-30 | Removal of legacy link | TrainDoctor | |
| 2022-09-26 | fix(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-pre5 | Party Wumpus | |
| * (readme) Make store link go to beta.deckbrew + Change wording for clarification * further change * change line 26 to say plugin menu | |||
| 2022-09-21 | updated installation steps to reflect confirmation and system reboot step (#180) | Dan Burkhardt | |
| Co-authored-by: TrainDoctor <traindoctor@protonmail.com> | |||
| 2022-09-21 | Add 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-19 | check for plugin updates after installing a plugin | AAGaming | |
| 2022-09-18 | Grab Plugin path from find_plugin_folder plugin name is not always folder ↵v2.1.0-pre4 | Trent Callan | |
| anme (#178) | |||
| 2022-09-18 | Download Remote Binaries during Store Install (#177)v2.1.0-pre3 | Trent 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-18 | fix plugin updatingv2.1.0-pre2 | AAGaming | |
| 2022-09-18 | bump lib | AAGaming | |
| 2022-09-18 | enable debug logs in dev | AAGaming | |
| 2022-09-18 | hopefully actually fix toaster | AAGaming | |
| 2022-09-18 | Updater UI tweaks, Markdown tweaks, bump lib | AAGaming | |
| 2022-09-18 | don't crash when plugin backends do | AAGaming | |
| 2022-09-18 | add more URLs to bypass authentication | AAGaming | |
| 2022-09-18 | fix plugin loading after install, move updater reloads to loader | AAGaming | |
| 2022-09-18 | update tasks | 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 | Update updater.py | TrainDoctor | |
| 2022-09-17 | fix TS errors in Toast | AAGaming | |
| 2022-09-17 | fix spacing [skip ci] | AAGaming | |
