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
TrainDoctor
e49bdd9c05
Move conditional check to correct location
2022-08-24 16:56:20 -07:00
TrainDoctor
d0fd2ac674
Move to using deckyState
2022-08-24 13:47:21 -07:00
TrainDoctor
de1c89af21
Fix updater being corrupted by multiple attempts to download
2022-08-23 15:23:23 -07:00
AAGaming
8b3f569a09
Add plugin updater, notification badge, fixes
v2.0.5-pre15
2022-08-21 16:41:25 -04:00
Collin Diekvoss
1930400032
Better wrapping of plugin tags ( #150 )
2022-08-20 21:40:57 -04:00
Sefa Eyeoglu
43dee863cd
Add CEF Remote Debugging toggle ( #129 )
...
* feat: add CEF Remote Debugging toggle
* feat: disable remote debugger on startup
* refactor: stop debugger instead of disable
* feat: add option to allow remote debugging by default
Co-authored-by: TrainDoctor <traindoctor@protonmail.com >
v2.0.5-pre14
2022-08-18 14:50:59 -07:00
TrainDoctor
55a7682663
fix ButtonItem shim applying when not needed
v2.0.5-pre13
2022-08-17 17:32:50 -07:00
TrainDoctor
d05e8d36b4
Update to latest decky-frontend-lib
2022-08-17 17:28:30 -07:00
AAGaming
0018b8e957
bump lib and add temporary shims for webpack v5
v2.0.5-pre12
2022-08-17 20:03:45 -04:00
TrainDoctor
59038f65ac
Fix log spam from injection related errors
v2.0.5-pre11
2022-08-17 12:57:58 -07:00
AAGaming
5960c11d60
add class names to PluginCard for theming
2022-08-17 15:27:22 -04:00
Sefa Eyeoglu
8d065eab1f
Add Plugin Reload Button to Settings ( #128 )
...
* feat: add reload button to plugin list
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
* refactor: move plugin actions into context menu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net >
2022-08-16 16:51:39 -07:00
AAGaming
3b1b6d28d6
add some classes for nicer scrolling, update lib
v2.0.5-pre10
2022-08-15 13:22:38 -04:00
AAGaming
0a735886c9
fix toasts breaking sometimes
v2.0.5-pre.9
2022-08-14 21:59:55 -04:00
AAGaming
c9430f5be4
less stupid method
2022-08-14 13:17:39 -04:00
AAGaming
a4e2237fc0
fix loader not re-injecting on restart
2022-08-14 12:51:07 -04:00
AAGaming
85d0398e62
shut typescript up
2022-08-14 00:02:01 -04:00
AAGaming
30a538e85e
FINALLY fix the multiple injections bug
v2.0.5-pre.8
2022-08-13 23:58:57 -04:00
AAGaming
84a19203c5
fix injecting twice
v2.0.5-pre.7
2022-08-13 11:57:52 -04:00
AAGaming
99cda2907d
fix TS errors
2022-08-12 21:02:11 -04:00
AAGaming
a38582d158
Fix toaster deinit error
v2.0.5-pre.6
2022-08-12 16:49:28 -04:00
TrainDoctor
9556994e14
fix empty settings and store screens after reboot
v2.0.5-pre.5
2022-08-12 11:45:29 -07:00
OMGDuke
dee2cfa47b
remove console.log that was causing lots of log spam ( #138 )
2022-08-12 09:54:57 -04:00
TrainDoctor
463403be23
Update build.yml
v2.0.5-pre.4
2022-08-11 20:37:46 -07:00
TrainDoctor
b68eaca55d
Updater should now find all version tags
v2.0.5-pre.3
2022-08-11 20:12:17 -07:00
AAGaming
114c54c9b0
Fix route unpatching
2022-08-11 20:34:55 -04:00
TrainDoctor
47e0661773
Add releases back to the mix
2022-08-11 17:10:37 -07:00
TrainDoctor
6c48dfe7f6
Actually send the proper variable out
2022-08-11 16:54:13 -07:00
TrainDoctor
ed0ae7c9e2
Removed un-needed trimming
2022-08-11 16:48:50 -07:00