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
AAGaming
463258febb
wait for toaster ready, hopefully fix file browser patch
2022-09-16 18:49:35 -04:00
TrainDoctor
304fc0f94c
Update build.yml
2022-09-11 15:40:19 -07:00
AAGaming
b5b041fdee
add file picker, add library file picker patch, bump lib, logger tweaks
2022-09-09 16:25:52 -04:00
AAGaming
9d980618a7
spice up js-side logs from store and branch select
2022-09-08 20:19:54 -04:00
Nik
6dad3f81e8
Updated screenshot
2022-09-08 23:22:47 +02:00
TrainDoctor
adc1a792fb
Whoopsie
2022-09-05 20:13:08 -07:00
TrainDoctor
6347ad0856
Added handling for release to pre-release, pre-rel to rel and rel to rel
v2.1.0-pre1
2022-09-05 20:03:09 -07:00
TrainDoctor
1377d83023
Better handling for release to new pre-release
2022-09-05 19:37:33 -07:00
TrainDoctor
43d36d2b35
temp
2022-09-05 19:32:27 -07:00
AAGaming
591c58330c
fix(toaster): fix toasts rendering multiple times
2022-09-05 14:28:52 -04:00
AAGaming
501145a210
fix(toasts): handle toasts ingame properly without useComposition hack
2022-09-05 11:24:04 -04:00
AAGaming
843e03b42c
fix(toaster): allow toasts to show ingame
2022-09-04 22:14:35 -04:00
TrainDoctor
5f469bfb16
Merge ci-for-auto-update to main
2022-09-04 18:18:51 -07:00
AAGaming
acaf6c72e4
Update decky-frontend-lib and refactor patches
2022-09-04 13:33:42 -04:00
TrainDoctor
eb439574be
Addition of proper branch slection ( #168 )
...
* This is a bit better, but branch selection still isn't working -_-
* I'm the king of oversight
* Selecting different branch checks for updates
* Stable doesn't detect old versions, which indicates it doesn't work
* Start adding deckyState for plugin updating
* Few tweaks
* Disable nightly selection
* Update decky-frontend-lib and move useSetting set setting to async
2022-09-01 13:46:49 -07:00
TrainDoctor
16a6e9b6a9
Give SettingsManager a default directory
v2.0.5-pre20
2022-08-31 12:20:31 -07:00
Philipp Richter
6f84cf94b5
Fix LimitOverrunError when a lot of data is passed to the backend ( fixes #158 ) ( #161 )
...
* Fix LimitOverrunError when a lot of data is passed to the backend
* Raise socket's buffer limit to something more sensible
2022-08-31 10:46:40 -07:00
TrainDoctor
7c06db5ece
Moved traceback to higher log level for cleaner logs
2022-08-29 15:18:18 -07:00
TrainDoctor
aeb2decfc1
Fix plugin uninstalling
v2.0.5-pre19
2022-08-29 14:41:10 -07:00
botato
b7d7ca04e1
Refractor plugin backend ( #111 )
...
* refractor uninstall plugin backend
* refractor plugin installation method
* Change formatting in browser.py
* Manually format main.py
* Manually format utilities.py
* remove inconsistency
* remove unnecessary linebreaks
* lol what
* last minute pythoning
* Fix async missing
* lint
* more refractor
* await forgotten
* fix: menu not disappearing after first click
* lint
* bug: fix double click on uninstall
* depricate request installs
* basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
* refractor uninstall plugin backend
* Change formatting in browser.py
* Manually format main.py
* Manually format utilities.py
* remove unnecessary linebreaks
* lol what
* last minute pythoning
* Fix async missing
* rebase onto main
* fix error, fix React crash if patch notes are opened before remote version info is loaded
Co-authored-by: TrainDoctor <traindoctor@protonmail.com >
Co-authored-by: AAGaming <aa@mail.catvibers.me >
v2.0.5-pre18
2022-08-26 21:01:23 -07:00
AAGaming
d4d1c2bbab
basic patch notes viewer, lazy-load settings and store, build frontend as esmodule, add lazy-loaded react-markdown, backend changes to accomodate ESModule frontend
2022-08-26 01:18:28 -04:00
TrainDoctor
effc4ab0f5
Hide branch select until it's working
v2.0.5-pre17
2022-08-24 21:18:38 -07:00
AAGaming
79db0c779d
Settings API for loader, preview branch select
2022-08-24 23:51:20 -04:00
AAGaming
fe2b6b0283
fix plugins menu scrolling, shut up typecript
v2.0.5-pre16
2022-08-24 20:49:39 -04:00
Chris Simons
b9a87cd785
set gid along with uid ( #152 )
2022-08-24 17:22:07 -07:00
AAGaming
98e9ce881f
move DeckyUpdater to effect
2022-08-24 20:03:29 -04:00