summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
26 hoursfix: canonicalize existing Flatpak targetsrefactor/flatpak-capabilityxXJSONDeruloXx
26 hoursfix: use Steam-compatible Flatpak target syntaxxXJSONDeruloXx
26 hoursfix: recognize split Steam Flatpak targetsxXJSONDeruloXx
26 hoursfix: clean Flatpak state from uninstall APIxXJSONDeruloXx
26 hoursrefactor: wrap only direct Flatpak shortcut targetsxXJSONDeruloXx
28 hoursfix flatpak disable leftoversxXJSONDeruloXx
29 hoursfix: handle bare Flatpak shortcut targetsxXJSONDeruloXx
29 hourscleanup flatpak handlesxXJSONDeruloXx
29 hoursfixes for appimage and flatpakxXJSONDeruloXx
30 hoursonly warn quit on real steam gamesxXJSONDeruloXx
31 hourssimplify unhooked game behavior on mountxXJSONDeruloXx
33 hoursfix: keep Flatpak runtime controls simplexXJSONDeruloXx
33 hoursfix: clean up simple migration type errorsxXJSONDeruloXx
33 hoursrefactor: simplify migration implementationKurt Himebauch
34 hoursfix: detect wrapped Flatpak shortcutsxXJSONDeruloXx
40 hoursfix: simplify Flatpak runtime togglesxXJSONDeruloXx
44 hoursfix: restore profile and Flatpak controlsxXJSONDeruloXx
45 hoursrefactor: unify flatpak targets with steam profilesxXJSONDeruloXx
2 daysmove all gamesxXJSONDeruloXx
3 daysadd back launcher script and correct pathingxXJSONDeruloXx
3 daysI really dont want to but here you go little guyxXJSONDeruloXx
3 daysfeat: more launch arg janitoringxXJSONDeruloXx
3 daysadd back workarounds sections, scope out of now playingxXJSONDeruloXx
3 daysupdate layout and config and hashxXJSONDeruloXx
3 daysfix: make game group collapse controls compactxXJSONDeruloXx
4 daysfix: focus configured game controlsxXJSONDeruloXx
4 daysfeat: show Flatpak runtime readinessxXJSONDeruloXx
4 daysrefactor: make runtime installation explicitxXJSONDeruloXx
4 daysSupport lowercase Steam shortcut names and collapsible profile detailsxXJSONDeruloXx
4 daysfeat: refine game discovery and profile UXxXJSONDeruloXx
4 daysfeat: restore multiplier buttonsxXJSONDeruloXx
5 dayschore: hide config file tab and clarify flatpak runtimesxXJSONDeruloXx
5 daysfix: improve profile management focus and reset confirmationxXJSONDeruloXx
5 daysfeat: organize game profiles and focus enabled settingsxXJSONDeruloXx
5 daysfeat: make ui suck less, frfrxXJSONDeruloXx
5 daysrefactor: align secondary tabs with Decky UIxXJSONDeruloXx
5 daysrefactor: organize plugin into native tabsxXJSONDeruloXx
5 daysrefactor: offload configuration to lsfg-vkxXJSONDeruloXx
6 daysrefactor: make Steam branch integration read-onlyxXJSONDeruloXx
6 daysfix: show Steam branch recovery actionxXJSONDeruloXx
6 daysfeat: select Lossless Scaling lsfg-vk branchxXJSONDeruloXx
6 daysrefactor: delegate runtime checks to lsfg-vkxXJSONDeruloXx
6 dayschore: regenerate config schemaKurt Himebauch
6 dayschore: sync generated v2 schemaKurt Himebauch
6 daysfix: migrate flatpak integration to v2Kurt Himebauch
6 daysfeat: migrate native runtime to lsfg-vk v2Kurt Himebauch
2026-08-03Merge main and normalize translation locale handlingxXJSONDeruloXx
2026-08-03fix: simplify FP16 toggle descriptionxXJSONDeruloXx
2026-08-03feat: expose FP16 acceleration settingxXJSONDeruloXx
2026-05-07remove dead code across frontend and backendChristopher Lott
- Remove TS ConfigurationManager class in configSchema.ts (called non-existent backend methods; only getDefaults() was used, replaced with direct import) - Remove Python update_config method and create_config_from_args (unreachable since plugin.py routes through update_config_from_dict; also carried a duplicate @staticmethod that would crash at runtime) - Delete configuration_helpers_generated.py entirely (all three functions were unused) - Remove their generators from generate_python_boilerplate.py - Remove dead generated code from config_schema_generated.py (create_config_dict, get_function_parameters, TOML_FIELDS, SCRIPT_FIELDS) - Remove duplicate import in config_schema.py - Remove unused config prop from UsageInstructions component