Commit graph

5 commits

Author SHA1 Message Date
d09bd2ae79 Replace cookie HTTP verification with butlerd's Profile.List + UseSavedLogin
Some checks failed
Build plugin / build (push) Has been cancelled
Butlerd stores credentials in its SQLite DB after the first password
login. On restart, Profile.List finds saved profiles and
Profile.UseSavedLogin refreshes them — no cookie persistence needed on
our side.
2026-08-17 02:19:22 -03:00
2b07195789 Persist login cookies for seamless password login restart
All checks were successful
Build plugin / build (push) Successful in 1m8s
2026-08-17 02:04:00 -03:00
e2a4464d0d Add password login and collection visibility settings
All checks were successful
Build plugin / build (push) Successful in 1m10s
2026-08-17 02:00:39 -03:00
b0183b7c20 Add option to filter games not available on the current platform
The new 'Only show games available on this platform' checkbox in the
plugin settings drops games whose platforms don't include the OS
OpenGamepadUI is running on (e.g. Windows-only games on Linux). Games
with no platform info at all (HTML5) are kept since there's nothing to
filter on. The setting is read on every library load, so toggling it
reloads the itch.io library without a restart.
2026-08-07 18:41:39 -03:00
3132a5015a Initial commit 2026-08-05 17:27:43 -03:00