Commit Graph

301 Commits

Author SHA1 Message Date
EMERALD
618abec97a README rewrite (#214)
* 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-12 15:09:09 -07:00
TrainDoctor
2518d1a0b3 Update README.md v2.2.3 2022-10-08 18:10:03 -07:00
TrainDoctor
010e6a22ab don't test on live folks -_- v2.2.3-pre1 2022-10-08 17:25:34 -07:00
TrainDoctor
134b896e01 Append "-pre" before bumping pre-release version 2022-10-08 17:17:40 -07:00
TrainDoctor
047813b965 Merge branch 'update-ci' w/ needed updates 2022-10-08 17:08:36 -07:00
AAGaming
dbcb549ae2 use hasattr instead of in 2022-10-08 19:04:09 -04:00
AAGaming
d689614c78 possibly fix zip permissions 2022-10-08 17:57:51 -04:00
Devon Schneider
ec907627b8 Use a conditional while loop for when the scroll root is not found. (#212)
* 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.
v2.2.2-pre3
2022-10-08 06:35:21 -07:00
AAGaming
a3809222f9 disable file watcher until after 10 seconds 2022-10-07 22:38:20 -04:00
Party Wumpus
86dc706892 README: password typing clarification (#208)
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-07 09:35:59 -07:00
Eddie Dover
0e409a9f96 Add plugin description to Store PluginCard (#196)
* 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>
v2.2.2-pre2
2022-10-05 14:24:02 -07:00
Devon Schneider
d58001c323 Fixed an issue regarding the scroll root path (#201)
* 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.
v2.2.2-pre1 v2.2.1
2022-10-04 11:54:54 -07:00
TrainDoctor
d727ba72f3 Fix outdated line about manual install 2022-10-02 10:56:06 -07:00
TrainDoctor
fa028fa525 Update build.yml 2022-10-02 08:19:41 -07:00
TrainDoctor
c947548064 Update build.yml v2.2.0-pre1 2022-10-02 08:11:00 -07:00
AAGaming
19d5527bdf ACTUALLY FIX the friends focus workaround 2022-10-02 10:29:33 -04:00
AAGaming
ef51b96f08 fix styling on links in markdown 2022-10-02 10:14:51 -04:00
AAGaming
617916e8e5 actually fix focus issue on startup 2022-10-01 23:10:25 -04:00
TrainDoctor
6c4a4d0a44 Update install_release.sh 2022-10-01 19:04:05 -07:00
TrainDoctor
bedcb0fb71 Update README.md 2022-10-01 18:58:59 -07:00
AAGaming
2461f52ca7 change console.log to styled log v2.1.0-pre6 v2.1.1 2022-10-01 21:24:10 -04:00
AAGaming
3c00eb8cf4 fix friends menu focusing itself 2022-10-01 21:22:30 -04:00
TrainDoctor
21e1d8504a Update README.md 2022-10-01 16:17:40 -07:00
Party Wumpus
ba93c4add2 Change 'PluginLoader' to 'Decky Loader' in readme (#190)
* (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-10-01 14:41:09 -07:00
TrainDoctor
61fea41c8a Update package.json 2022-09-30 21:40:51 -07:00
TrainDoctor
e40d3e4db5 Removal of legacy link 2022-09-30 21:31:19 -07:00
Lukas Senionis
bbad6bf2be fix(pluginview): align icon and plugin name (#185) 2022-09-26 21:51:39 -07:00
Party Wumpus
4e04455163 (readme) Make store link go to beta.deckbrew + Change wording (#184)
* (readme) Make store link go to beta.deckbrew + Change wording for clarification

* further change

* change line 26 to say plugin menu
v2.1.0-pre5
2022-09-25 10:04:50 -07:00
Dan Burkhardt
314292b042 updated installation steps to reflect confirmation and system reboot step (#180)
Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-09-21 15:05:18 -07:00
Aamir Tahir
a264f36966 Add note about opening terminal to README (#176)
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-21 14:56:45 -07:00
AAGaming
60c8c5db42 check for plugin updates after installing a plugin 2022-09-19 21:13:06 -04:00
Trent Callan
852c52c59a Grab Plugin path from find_plugin_folder plugin name is not always folder anme (#178) v2.1.0-pre4 2022-09-18 22:13:45 -07:00
Trent Callan
3136ad72ed Download Remote Binaries during Store Install (#177)
* Download Remote Binaries during store install.
Fix Manual Install Modal Type

* Use Unix Line endings. (Thanks WSL)

* Fix Merge Commit with main branch.
v2.1.0-pre3
2022-09-18 17:20:19 -07:00
AAGaming
3700dd7437 fix plugin updating v2.1.0-pre2 2022-09-18 15:44:16 -04:00
AAGaming
c6d48389c9 bump lib 2022-09-18 15:44:01 -04:00
AAGaming
490fc18008 enable debug logs in dev 2022-09-18 15:43:26 -04:00
AAGaming
797c7ea3b0 hopefully actually fix toaster 2022-09-18 15:03:59 -04:00
AAGaming
0f06bc1ef0 Updater UI tweaks, Markdown tweaks, bump lib 2022-09-18 14:53:36 -04:00
AAGaming
c774451ff4 don't crash when plugin backends do 2022-09-18 14:51:17 -04:00
AAGaming
62a5bdbbb0 add more URLs to bypass authentication 2022-09-18 14:49:56 -04:00
AAGaming
7716c73014 fix plugin loading after install, move updater reloads to loader 2022-09-18 14:49:32 -04:00
AAGaming
8829adc5b6 update tasks 2022-09-18 14:48:08 -04:00
AAGaming
62bd3e76bd small changes making breakpoint debugging easier 2022-09-18 11:07:30 -04:00
AAGaming
9867d7bea0 Possibly actually fix the toasts issue 2022-09-18 10:17:39 -04:00
AAGaming
c4d6731401 fix updater for new installs, fix file picker patch, fix scrolling on patch notes, fix tasks dir 2022-09-17 23:23:51 -04:00
AAGaming
fded2fa8bf fix plugin install modal 2022-09-17 16:02:03 -04:00
TrainDoctor
90c523ec45 Update updater.py 2022-09-17 09:26:24 -07:00
AAGaming
c5ccb4dfb8 fix TS errors in Toast 2022-09-17 11:36:53 -04:00
AAGaming
8b1925bc53 fix spacing [skip ci] 2022-09-17 11:35:31 -04:00
AAGaming
a8c7c2f18f fix asyncio error on get_branch 2022-09-17 11:35:05 -04:00