Commit graph

56 commits

Author SHA1 Message Date
641eb2fcd5
fix: Moved to manual plugin version checking and fixed some steam deck issues. 2026-05-15 17:38:38 +03:00
5593985884
chore: Fixed tests 2026-05-15 15:07:51 +03:00
9141fb35d4
feat: Implemented link game importing
feat: Implemented download page for downloading roms from various sources using plugins. Added support for internet archive external plugin.
feat: Added tasks page to track running tasks/downloads
feat: Added tanstack caching
feat: Added quick play action Fixes #6
feat: Added quick emulator launch action
fix: Made task queue only support 1 task per group and task ID should now be unique
2026-05-15 13:50:55 +03:00
38cb752552
feat: Implemented public plugin system accessible from the store.
feat: Implemented external ryujinx integration plugin
refactor: moved sdk types and schemas to own workspace package
fix: Fixed emulator launch with no game
2026-05-10 02:21:01 +03:00
9051834ace
chore: Updated packages 2026-05-07 14:43:48 +03:00
4da717c26d
fix: Navigation blocking now working with focuesed input fields
fix: Added warning to loging with lookup provider for better UX
feat: Added ROMM Client API Token in plugin settings
2026-05-05 22:24:15 +03:00
04e332d91e
refactor: added type generation from schema for sdk with comments 2026-05-05 02:32:07 +03:00
2683d46b16
refactor: Removed the use of d.ts files to support SDK generation for public plugins 2026-05-05 01:21:22 +03:00
06b7e4074d
feat: Implemented local game import (with a wizard)
feat: Implemented a radial virtual gamepad keyboard.
fix: Fixed shortcuts for file explorer
2026-05-04 14:59:43 +03:00
ae196e11d6
fix: Made self update work on windows 2026-04-26 15:46:03 +03:00
cf84f40a17
feat: added update notes and moved update to own tab
feat: added update info for emulators
2026-04-26 14:56:54 +03:00
813785f4f3
feat: Bundled NW.js with appimages
feat: Implemented self update
feat: Added rclone saves for emulators
fix: Fixed auto focus in builds
feat: Added helper cards on empty library
2026-04-26 03:26:15 +03:00
587956c792
Merge branch 'master' of github.com:simeonradivoev/gameflow-deck 2026-04-22 18:32:19 +03:00
701f882136
Added nw.js launch options 2026-04-22 18:31:32 +03:00
7bd0ebdcca
fix: logins now refresh on plugins load
feat: Added tar archive support
fix: Downloaded games and emulator execute permission now updated
fix: Fixed rclone for linux
fix: on screen keyaboard only now shows up when using a gamepad or touch
2026-04-21 23:21:50 +03:00
6aacec2c0d
fix: Fixed a bunch of issues on linux
fix: Removed archive when unzipping with stream zip fallback
2026-04-20 02:14:37 +03:00
7065e64722
refactor: removed store version constant 2026-04-18 10:47:38 +03:00
c09fbd3dc8
fix: Fixed tests
feat: Added RClone integration
feat: Implemented plugin settings
feat: Updated minimal store version
test: Fixed tests
feat: Moved store and igdb and es-de to their own plugins
2026-04-17 21:21:14 +03:00
444d8c4c27
feat: Implemented filtering and searching 2026-04-12 22:19:24 +03:00
4806f3487a
feat: Added way to update the local games from romm when IDs change based on IGDB or Retro Achievement ID
Fixes #2
2026-04-10 02:00:11 +03:00
7948bd24fa
feat: Implemented romm saves for dolphin and xenia
feat: Implemented save backups for emulatorjs
fix: Added support for rar archives
fix: Moved to individual ini adjustments for pcsx2 and ppsspp to allow for user editing of configs
2026-04-09 17:15:37 +03:00
02a4f2c9a9
refactor: Removed unused vars and imports 2026-04-06 00:13:53 +03:00
05fafced07
feat: Added more ways to detect duplicates
feat: Added resolution and widescreen settings
feat: Added Xenia and Xemu integration
2026-04-06 00:05:00 +03:00
764691fc86
fix: Made store downloads extract in their own folder
feat: Implemented cemu integration
2026-04-05 12:46:50 +03:00
09b8b9c6f8
feat: Implemented emulator launching
Fixes #1
2026-04-04 03:13:09 +03:00
34db717ec5
feat: Implemented emulator versions and updating 2026-04-03 23:02:22 +03:00
a69147a4f7
feat: Implemented dolphin integration 2026-04-02 14:20:30 +03:00
4271f268c3
test: made tests work in windows 2026-03-31 04:44:42 +03:00
8a0be8c913
test: Added download test and made app more testable in general
fix: Store Downloads not properly working on steam deck
fix: Removed linux shortcuts implementation
2026-03-31 03:11:02 +03:00
b4e9112989
fix: Added keyboard focus shortcut 2026-03-30 20:51:48 +03:00
ccc5a05ed7
fix: Issues with launching and installation on the steam deck 2026-03-30 20:00:08 +03:00
dc0f2d150a
fix: ditched sdl and moved to xinput for windows for less ram usage 2026-03-30 02:02:12 +03:00
90d6711935
fix: switched to node-7z
fix: switched to bun spawn but with windowsVerbatimArguments
feat: Added ppsspp integration
feat: Added focusing controls for windows
feat: Added shortcut to kill emulators
2026-03-29 22:18:05 +03:00
a7eb655a48
fix: Manual checking for system info to fix bug in library 2026-03-28 20:55:45 +02:00
816d50ae4d
fix: Fixed romm login, now uses token
feat: Moved romm to internal plugin
fix: Made focusing and navigation more reliable
fix: Loading errors on first time launch
2026-03-28 17:32:51 +02:00
7c10f4e4c2
fix: Fixed browser referencing main and getting called twice when in dev mode 2026-03-25 22:14:45 +02:00
a78e75335f
feat First implementation of plugins system
feat: Added PCSX2 integration
feat: Revamped UI a bit made it look better on light mode
2026-03-25 21:51:10 +02:00
91ee719633
feat: moved to npm package for the store 2026-03-22 16:34:33 +02:00
3750e9ed8f
feat: Implemented emulator installation
feat: Updated romm API version
feat: Updated es-de rules
feat: Added tabs to game details
refactor: returned to global query definitions to help with typescript performance
2026-03-22 01:11:21 +02:00
cf6fff6fac
refactor: moved queries to their own file 2026-03-17 12:57:11 +02:00
df20979afa
fix: Fixed cross platform errors and emulatorjs not opening on linux 2026-03-15 16:43:51 +02:00
fe80b074d2
fix: Emulators not launching 2026-03-15 16:41:22 +02:00
489124a4a3
fix: Browser not getting closed on manual exit 2026-03-15 16:38:01 +02:00
7286541822
feat: implemented a basic store and emulatorjs 2026-03-14 02:15:57 +02:00
2f32cbc730
feat: Added interface options 2026-03-04 13:18:18 +02:00
4739b89933
feat: Added QR login
fix: Fixed webview for windows builds
2026-03-03 15:51:47 +02:00
6a288f765e feat: Implemented AppImage building 2026-03-01 15:35:07 +02:00
9e4b2a02c1
feat: Made design more responsive
fix: Made blurring server side to help with performance
fix: Fixed shortcut useEffect loop
2026-02-26 00:28:14 +02:00
b4a89385d0
fix: Fixed issues on windows
feat: Implemented mouse and gamepad automatic switching
fix: Made touch screen work better on the steam deck
2026-02-24 18:58:48 +02:00
e4df8fb9fb
feat: implemented storage management
fix: Enabled fallback secrets
feat: Made header stats actually work
feat: Made steam deck keyboard auto open for some inputs
fix: Made keybaord also work with shortcuts (no tooltips yet)
2026-02-24 00:30:16 +02:00