RomM is an online ROM manager/player designed for self-hosting (Open-Source in Python / Vue). This powerful tool just received a significant update that will enhance your retro gaming experience.
RomM is a self-hosted ROM manager and player (Open-Source in Python/Vue),Quote:
RomM is a self-hosted ROM manager and player (Open-Source in Python/Vue),Quote:
- What’s Changed
- Experimental service to cache API requests by @gantoine in #2387
- Toggle “Enable experimental request cache” under UI settings
- Fetch HLTB search endpoint from file by @gantoine in #2534
- Update HLTB ID in ROM update endpoint by @gantoine in #2523
- Add QR code for all DS platforms by @gantoine in #2520
- Fix comma article pattern regex by @gantoine in #2521
- Sanitize Tinfoil TitleDB via Pydantic v2 and use .model_dump() by @bikeborb in #2525
- Add button to delete manual by @gantoine in #2529
- Add `ROMM_TMP_PATH` to environment variable by @marius-luca-87 in #2532
- Add OIDC_CLAIM_ROLES to the requested scope for it to be filled in the token user info by @marius-luca-87 in #2527
- Set IPV4_ONLY=true in env vars to skip binding an IPV6 address by @gantoine in #2528
- Set same_site to lax on session cookie if OIDC is enabled by @gantoine in #2530
- Validate user email and username on user create/update by @gantoine in #2524
- Drop log_middleware by @gantoine in #2511
- Explicitly set supported algorithms on JWT decode by @gantoine in #2512
- New environment variables
- ROMM_TMP_PATH: Path where compressed files are temporarily extracted during scan
- IPV4_ONLY: Only bind to an IPv4 address (skips IPv6)