summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
21 hourschore: hide config file tab and clarify flatpak runtimesxXJSONDeruloXx
22 hoursfix: improve profile management focus and reset confirmationxXJSONDeruloXx
23 hoursfix: use unsigned non-steam app IDsxXJSONDeruloXx
23 hoursfeat: organize game profiles and focus enabled settingsxXJSONDeruloXx
24 hoursfeat: make ui suck less, frfrxXJSONDeruloXx
27 hoursrefactor: align secondary tabs with Decky UIxXJSONDeruloXx
29 hoursrefactor: organize plugin into native tabsxXJSONDeruloXx
31 hoursfix: filter Steam compatibility tools from game selectorxXJSONDeruloXx
31 hoursrefactor: offload configuration to lsfg-vkxXJSONDeruloXx
46 hoursrefactor: make Steam branch integration read-onlyxXJSONDeruloXx
46 hoursfix: show Steam branch recovery actionxXJSONDeruloXx
46 hoursfeat: select Lossless Scaling lsfg-vk branchxXJSONDeruloXx
47 hoursrefactor: delegate runtime checks to lsfg-vkxXJSONDeruloXx
2 dayschore: regenerate config schemaKurt Himebauch
2 daysdocs: remove stale v1 referencesKurt Himebauch
2 daysdocs: update lsfg-vk v2 usageKurt Himebauch
2 dayschore: clean v2 migration codeKurt Himebauch
2 dayschore: sync generated v2 schemaKurt Himebauch
2 daysfix: preserve migrated v2 dll pathsKurt Himebauch
2 daysfix: rebase flatpak runtimes onto flathubKurt Himebauch
2 daysfix: migrate existing v1 installs automaticallyKurt Himebauch
2 daysfix: migrate flatpak integration to v2Kurt Himebauch
2 daysfeat: migrate native runtime to lsfg-vk v2Kurt Himebauch
2 dayschore: remove arm runtime supportKurt Himebauch
2026-08-03chore: bump version to 0.12.8HEADmainxXJSONDeruloXx
2026-08-03Merge pull request #231 from sana2dang/languageKurt Himebauch
Add multiple languages
2026-08-03Merge main and normalize translation locale handlingxXJSONDeruloXx
2026-08-03feat: expose FP16 acceleration setting (#249)Kurt Himebauch
Expose the FP16 acceleration toggle and preserve no_fp16 in generated TOML configuration.
2026-08-03fix: simplify FP16 toggle descriptionxXJSONDeruloXx
2026-08-03feat: expose FP16 acceleration settingxXJSONDeruloXx
2026-08-02chore: release v0.12.6xXJsonDeruloXx
2026-07-29Merge pull request #240 from Janleyx/agent/armada-arm64-supportKurt Himebauch
Add automatic Armada ARM64 installation support
2026-07-20remove layer workflow from plugin PRJanleyx
2026-07-20avoid double Armada launch wrappingJanleyx
2026-07-20wrap Armada launch inside lsfg scriptJanleyx
2026-07-20remove Armada README sectionJanleyx
2026-07-18gate launch wrapper on Armada hostJanleyx
2026-07-18document Armada-only launch behaviorJanleyx
2026-07-18preserve Armada game launch wrapperJanleyx
2026-07-18add reproducible Armada ARM64 supportJanleyx
2026-07-14Merge pull request #234 from christopherl/chore/remove-dead-codeKurt Himebauch
Remove dead code across frontend and backend
2026-07-07chore: bump ver to 0.12.5xXJSONDeruloXx
2026-07-07Merge pull request #199 from xXJSONDeruloXx/arm-testKurt Himebauch
add experimental arm .so and overwrite logic on setup
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
2026-03-12Revert "Add GitHub Actions workflow for building the plugin"sana2dang
This reverts commit 263f1a4bd0551c0f649233f720f016d18577b166.
2026-03-12Add GitHub Actions workflow for building the pluginsana2dang
- Trigger on push/PR to main, language, gh-workflow branches - Build i18n languages.json via jq before frontend build - Build frontend with pnpm + rollup - Package with Decky CLI and upload artifact - Publish to GitHub Release on version tags (v*.*.*)
2026-03-12Apply i18n to all UI components with ko/ja translationssana2dang
- Add src/i18n/i18n.ts translation engine (ported from SimpleDeckyTDP) - Add defaults/i18n/{ko,ja,template}.json with 80 translation keys - Add defaults/i18n/language_metadata.json and steam_language_map.json - Add scripts/build_i18n_json.sh to generate languages.json - Apply t() to all 10 components: Content, ConfigurationSection, FlatpaksModal, FpsMultiplierControl, InstallationButton, NerdStuffModal, ProfileManagement, SmartClipboardButton, FgmodClipboardButton, UsageInstructions
2025-12-06Merge pull request #201 from xXJSONDeruloXx/profile-normalizeKurt Himebauch
fix: normalize spaces in profile names w dashes for conf requirements…
2025-12-06chore: bump verxXJSONDeruloXx
2025-12-06fix: normalize spaces in profile names w dashes for conf requirements, ↵xXJSONDeruloXx
display actual in FE