-
feat: v1.3.0 — Steam path override, game folder scanner
released this
2026-06-02 13:05:29 +00:00 | 1 commits to main since this release- electron/settings.ts: persist steamPath + gameFolders in settings.json
- electron/scanner.ts: scan folders 2 levels deep for .exe files,
filter out known non-game binaries (uninstall/setup/redist/crash handlers) - electron/steam.ts: detectSteamGames(customPath?) — uses user path when set
- electron/main.ts: new IPC handlers — dialog:pick-folder, settings:get/set-steam-path/
add-folder/remove-folder, scanner:scan/import - src/components/SettingsPanel.tsx: drawer UI — Steam path picker with auto-resolved
path display, game folders list, per-folder scan with checkbox selection,
one-click import of selected executables - src/App.tsx: SlidersHorizontal button opens SettingsPanel, reload on import
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Downloads