summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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-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-02Fix outdated line about manual installTrainDoctor
2022-10-01Update README.mdTrainDoctor
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-30Removal of legacy linkTrainDoctor
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-08Updated screenshotNik
2022-07-30forgot one update (#125)Beebles
2022-07-30Readme.md references incorrect github repo (#124)Beebles
2022-07-28Update README.mdTrainDoctor
2022-07-25Update README.mdv2.0.4-66c4a7e-preTrainDoctor
2022-07-25Update README.mdTrainDoctor
2022-07-03Update README.mdTrainDoctor
2022-07-02Update README.md, password is needed (#70)TrainDoctor
(cherry picked from commit 1199c080bc076efa855e928a34972866f6114ba1) Added some context and changed wording on uninstall.
2022-07-01Update README.mdTrainDoctor
2022-06-21Remove old info and redirect to wiki for in-development infoTrainDoctor
2022-06-21Remove argument parity between scripts, not sustainable solutionTrainDoctor
2022-06-06Update README.mdTrainDoctor
2022-06-02Add contributor install script (#69)TrainDoctor
* Add contributor install script * Switched to non-tmp directory * Fixed potential issue with passwords being not being parsed properly * Replace up hardcoded ports and silence npm * Removed legacy support version, changed to https git clones * Add non-deck compatible version of script * Switch to arguments parsed while running script for contrib pc * Now compatible with curl install from terminal, but it's a bit fragile * Incorrect install directory for plugintemplate * Functionalized a ton of stuff * Changed in anticipation of merge to react-frontend-plugins branch * Added guide to enable Steam Deck UI and clarification about Windows * Moved contribution scripts to contrib and provided "how to run" * Reordered README for clarity and better placement for contribution sect. * Looks better * Removed un-needed file-transfers and added better checks and run info * Improved how to run given at end of script. * Improved warning, improved ssh invocation globally and how-to-use/run * Link to new plugin template and added link to the wiki in readme * testing for remote invocation * Fixed bug with invocation via curl * Just in case...
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios
2022-05-04Update README.mdmarios
2022-05-04Uninstall script addition (#48)Gabriel Jones
* Create uninstall.sh * Update uninstall.sh First pass for a version that looks similar to the install scripts * Update readme with uninstall info Add uninstall script info to readme * Update dist/uninstall.sh Only remove services for now Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> * Adjust echo to accurately reflect script actions No longer deletes installed plugins, adjusted echo to match actions. Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
2022-04-07Moved install commands to new line to make them more readableWerWolv
2022-04-07Update readme to show install instructions (#28)TrainDoctor
this is for developers/testers
2022-04-06Tell curl to follow redirection in install commandWerWolv
2022-04-06Directly reference install script in install commandWerWolv
Closes #25
2022-04-06enabled logging, fixed loader refresh bug, removed templatetza
2022-04-04Updated installation guideWerWolv
2022-04-04Added discord linkv1.0.0marios
2022-04-04note it needing touchscreen input (#13)Liam Dawe
As mentioned in issues, feels like an area that might need other things adding to it as issues are found :)
2022-04-03No longer wip, no longer plugin managerWerWolv
2022-04-03Python rewrite (#6)marios
* Initial commit. Untested * various fixes Core functionality confirmed working: - Iframe injection into steam client - Plugin fetching from the iframe - Plugin opening * Added function to fetch resources from steam * Improved injector module, added server-js communication - Injector module now has methods for better lower-level manipulation of the tab debug websocket. - Our "front-end" can now communicate with the manager (2-way), completely bypassing the chromium sandbox. This works via a dirty debug console trick, whoever wants to know how it works can take a look at the code. - Added utility methods file, along with an implementation of the aiohttp client that our "front-end" can access, via the system described above. - Added js implementations of the communication system described above, which can be imported by plugins. * Added steam_resource endpoint * Added basic installer script * retry logic bug fix * fixed library injection, event propagation, websocket handling - library is injected directly into the plugins as well as the plugin list - resolveMethodCall is implemented in the plugin_list.js file, which in turns calls window.sendMessage on the iframe to propagate the event - websocket method calls are processed in their own tasks now, so as not to block on long-running calls. Co-authored-by: tza <tza@hidden> Co-authored-by: WerWolv <werwolv98@gmail.com>
2022-03-31git: Added proper readmeWerWolv
2022-03-31Initial commitWerWolv