RomM
Beautiful, powerful, self-hosted rom manager and player
Alternative to: antstream arcade
About
Versions (100)
4.3.2
2025-10-12What’s Changed
- Experimental service to cache api requests by @gantoine in https://github.com/rommapp/romm/pull/2387
- Toggle “Enable experimental request cache” under UI settings
- Fetch HLTB search endpoint from file by @gantoine in https://github.com/rommapp/romm/pull/2534
- Update HLTB ID in rom update endpoint by @gantoine in https://github.com/rommapp/romm/pull/2523
- Add QR code for all DS platform by @gantoine in https://github.com/rommapp/romm/pull/2520
- Fix comma article pattern regex by @gantoine in https://github.com/rommapp/romm/pull/2521
- Sanitize Tinfoil TitleDB via Pydantic v2 and use .model_dump() by @bikeborb in https://github.com/rommapp/romm/pull/2525
- Add button to delete manual by @gantoine in https://github.com/rommapp/romm/pull/2529
- Add
ROMM_TMP_PATHto environment variable by @marius-luca-87 in https://github.com/rommapp/romm/pull/2532 - Add
OIDC_CLAIM_ROLESto the requested scope in order for it to be filled in the token userinfo by @marius-luca-87 in https://github.com/rommapp/romm/pull/2527 - Set
IPV4_ONLY=truein env vars to skip binding an IPV6 address by @gantoine in https://github.com/rommapp/romm/pull/2528 - Set
same_sitetolaxon session cookie if OIDC enabled by @gantoine in https://github.com/rommapp/romm/pull/2530 - Validate user email and username on user create/update by @gantoine in https://github.com/rommapp/romm/pull/2524
- Drop
log_middlewareby @gantoine in https://github.com/rommapp/romm/pull/2511 - Explicitly set supported algorithms on jwt decode by @gantoine in https://github.com/rommapp/romm/pull/2512
New environment variables
ROMM_TMP_PATH: Path where compressed files are temporarily extracted during scanIPV4_ONLY: Only bind to an IPv4 address (skips IPv6)
New Contributors
- @bikeborb made their first contribution in https://github.com/rommapp/romm/pull/2525
- @marius-luca-87 made their first contribution in https://github.com/rommapp/romm/pull/2527
Full Changelog: https://github.com/rommapp/romm/compare/4.3.1…4.3.2