Note
API Changes
- ⚠️ Endpoint
GET /api/romsnow only accepts multiple values for the following fields:platform_id -> platform_idsselected_genre -> genresselected_franchise -> franchisesselected_collection -> collectionsselected_company -> companiesselected_age_rating -> age_ratingsselected_status -> statusesselected_region -> regionsselected_language -> languages
- The endpoint also accepts the following new fields:
last_played: Whether the rom has a last played value for the current userplayer_counts: Associated player countsgenres_logic: Logic operator for genres filter: 'any' (OR) or 'all' (AND)franchises_logic: Logic operator for franchises filter: 'any' (OR) or 'all' (AND)collections_logic: Logic operator for collections filter: 'any' (OR) or 'all' (AND)companies_logic: Logic operator for companies filter: 'any' (OR) or 'all' (AND)age_ratings_logic: Logic operator for age ratings filter: 'any' (OR) or 'all' (AND)regions_logic: Logic operator for regions filter: 'any' (OR) or 'all' (AND)languages_logic: Logic operator for languages filter: 'any' (OR) or 'all' (AND)statuses_logic: Logic operator for statuses filter: 'any' (OR) or 'all' (AND)player_counts_logic: Logic operator for player count filter: 'any' (OR) or 'all' (AND)
- New field
UserSchema.ui_settings/UserForm.ui_settings: sync UI settings between devices - New field
RomMetadataSchema.player_count: Aggregate player count for games (1, 2, 2-4, etc) - New field
RomSchema.has_notes: Whether a ROM + user combo has at least 1 note - New field
RomSchema.manual_metadata: Manually set metadata fields typically aggregated from metadata sources - New endpoint
GET /api/setup/library: Get library structure information for setup wizard - New endpoint
POST /api/setup/platforms: Create platform folders during setup wizard - Expose
scan.mediafrom config file viaConfigResponse.SCAN_MEDIAproperty
Highlights
Additional metadata
The edit dialog now allows you to manually set metadata properties that would otherwise only be aggregated from metadata sources, if those metadata sources don't support/populate certain fields. #2848
Enhance folder structure config
We've improved the web interface that lets you configure platform bindings and versions, and excluded files and folders. This change should simplify the process of configuring how library folders are interpreted and what content is ignored during scanning. #2809
|
|
|---|
Patcher.js
- We're introducing a new ROM patching feature to the app that enables your admins and editors to apply various types of patches to ROM files. At this time both ROM and patch files must be downloaded locally and re-uploaded via the patcher, with future work planned to patch ROMs directly from your library. #2787
UI settings sync
UI settings are now synced between devices for every user! These settings do not affect third-party apps, and any setting must be changed at least once for this sync to take effect. #2777
BIOS file defaults
A default BIOS file can now be specified per emulator core directly in your config.yml:
emulatorjs:
settings:
mgba:
bios_file: gba_bios.binMinor changes
- Add library structure management on setup wizard by @zurdi15 #2784
- Added player count metadata from SS with display and filter by @DevOldSchool in https://github.com/rommapp/romm/2872
- Add support for version tag from filename by @gantoine in #2820
- Support for multi-value filters by @adamantike in #2411
- Allow chd lookups in the hasheous database by @josegonzalez in #2866
Fixes
- Fix YAML indentation in netplay section of config example file by @Zuko in #2812
- [HOTFIX] Fix scrolling load more in gallery views by @gantoine in #2813
- [HOTFIX] Multi roms should only consider top-level files by @gantoine in #2821
- Notes flag by @zurdi15 in #2817
- [ROMM-2824] Also replace - with : for edge cases in HLTB and LB handlers by @gantoine in #2827
- [ROMM-2844] Use webp images for game covers in list view by @gantoine in #2845
- [ROMM-2835] Fix appearance of chevron screenshot buttons by @gantoine in #2846
- [ROMM-2833] Fix using default locales in igdb handler by @gantoine in #2847
- [ROMM-2796] Add check to overwrite media assets by @gantoine in #2851
- Allow deleting single chip in additional metadata by @SaraVieira in #2861
- [ROMM-2853] Update rom_file.category column enum by @gantoine in #2860
- [HOTFIX] Dont schedule tasks if already queued by @gantoine in #2885
- [ROMM-2808] Stop filtering nsfw games from search results by @gantoine in #2852
- [ROMM-2856] Use platform slug to fetch feed games by @gantoine in #2862
- [HOTFIX] Check if gamelist metadata source selected before populating cache by @gantoine in #2865
- [ROMM-2889] Add media to update_config_file by @gantoine in #2897
Other changes
- Improve performance of queries on roms table by @MaienM in #2811
- Add CPS1-3 and TIC-80 by @SaraVieira in #2828
- Update docker compose variables by @SaraVieira in #2849
- Configure and run deptry by @adamantike in #2859
- [HOTFIX] Set metadata fields as nullable by @gantoine in #2864
- [ROMM-2877] Drop index on rom file content by @gantoine in #2878
- Add
WEB_SERVER_GUNICORN_WAITenv var for slow systems by @gantoine in #2887
New Contributors
- @Zuko made their first contribution in #2812
- @josegonzalez made their first contribution in #2866
- @DevOldSchool made their first contribution in #2872
Full Changelog: 4.5.0...4.6.0-alpha.1

