fix(dependencies): Update rommapp/romm Docker tag to v4.7.0#23
Open
fix(dependencies): Update rommapp/romm Docker tag to v4.7.0#23
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.1→4.7.0Release Notes
rommapp/romm (rommapp/romm)
v4.7.0Compare Source
Highlights
Auto-export
gamelist.xmlAutomatically generate an ES-DE compatible
gamelist.xmlfile during scans by enabling the option in yourconfig.yml. This will place the newgamelist.xmlfile within the platform folder for selected/discovered platforms.@ItzCobaltboy in #2987
Device-based save synchronization
Thanks to @tmgast, we've laid the ground work for device-based save synchronization to enable multi-device save management, as defined in RFC-0001. Devices (handhelds, PCs, etc.) can register with the server and track which saves they've synced, enabling conflict detection when a device tries to upload stale data.
Note that this is purely foundational work to set up an initial structure and API implementation and in intended for third-party developers. #2917
Minor changes
OIDC_AUTOLOGIN=trueenv var to automatically login using OIDC by @pR0Ps in #2969|by @gantoine in #2996zelda|mario|sonicwould show all games withzelda,marioORsonicin the namePKGJfeed endpoints in.tsvformat by @gantoine in #2986GET /api/feeds/pkgj/psp/gamesGET /api/feeds/pkgj/psp/dlcGET /api/feeds/pkgj/psvita/gamesGET /api/feeds/pkgj/psvita/dlcGET /api/feeds/pkgj/psx/gamesFixes
Other changes
New Contributors
Full Changelog: rommapp/romm@4.6.1...4.7.0
v4.6.1Compare Source
What's Changed
Full Changelog: rommapp/romm@4.6.0...4.6.1
v4.6.0Compare Source
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
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:#2873
Minor changes
Fixes
filesfrom model_dump in scan by @gantoine in #2914Other changes
WEB_SERVER_GUNICORN_WAITenv var for slow systems by @gantoine in #2887New Contributors
Full Changelog: rommapp/romm@4.5.0...4.6.0
v4.5.0Compare Source
Highlights
Netplay
The incredibly smart and beautiful people over at the EmulatorJS project have added Netplay to their client, allowing you to play with your friends on the same instance over the internet! Enable netplay and configure the STUN/TURN servers in your
config.yml:To host a game, start it, then hit the 🌐 icon in botton bar. Set your name, create a room (password optional), and other players should be able to see and join your room. All players need access to your RomM server to join a room and play together. #2728
Multiple notes
You've begged for it, and boy did we ever delivered! Write and store multiple notes for each game, with full mark down support; sharable, swapable, and easily identified with the 📝 icon. #2665
Metadata locale selection for IGDB and ScreenScraper
You can now set the order of your preferred locales/regional variants when fetching metadata from IGDB and ScreenScraper. The options below are available and can be set in your
config.yml. #2700Minor changes
filesystem.skip_hash_calculationinconfig.ymlby @zurdihttps://github.com/rommapp/romm/pull/2703l/2703Fixes
OIDC_USERNAME_ATTRIBUTEby @gantoihttps://github.com/rommapp/romm/pull/2755l/2755Behind-the-scenes
New Contributors
Full Changelog: rommapp/romm@4.4.1...4.5.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.