Releases: SteamGridDB/steam-rom-manager
Releases · SteamGridDB/steam-rom-manager
Release list
2.5.44
Added
- Ability to set overlay images within SRM (only using local images for now). Thanks @Marocco2 for the initial PR.
- Abillty to set sort as title in steam using a custom variable. Thanks @FranKaneStein-g for the initial PR.
- Arm64 build targets on all three platforms. Thanks @matheus-apolonio for the idea.
- Two new title variables;
${shortcutTitle}and${customVariableTitle} - Fully deterministic and explicit title waterfall. Each title stage involves at most one change (unlike before, where extracted title was modified several times and didn't necessarily match the title extracted from the parser).
- extracted title (title produced by the parser)
- shortcut passthrough title (will only differ if file is a shortcut and shortcut passthrough is enabled)
- custom variable title (title after applying custom variables)
- fuzzy title (title after fuzzy match)
- post title modifier title (title after title modifier field is applied)
- final title (title after exceptions are applied).
Fixed
- Two buggy Pokemon Mini presets
2.5.43
Fixed
- Error logging sometimes displaying blank error messages in the logs.
- Required fields validation not working for parser specific fields.
- SteamOfficial CDN images sometimes not loading (thanks @mvanhorn for the PR).
2.5.42
Added
- Controller Template handling for
- New Steam Controller (Triton)
- GameCube Controller
- Wii Remote
- Generic Controller
- Switch 2 Pro Controller
- 8BitDO Controller
- ASUS ROG Ally
- Lenovo Legion Go S
2.5.41
2.5.41
Added
- Parser for GitHub Launcher. For now Windows only; but will be pretty easy to port.
Fixed
- Manual Parser not showing errors in the logger.
2.5.40
Changed
- Strip out all dependency on appinfo.vdf from webapi version of steam parser (more consistent results not relying on steam even having been run locally)
Fixed
- Bug with cmd/ctrl f that caused it to highlight everything for very long logs.
2.5.39
Fixed
- #825 Fix ubisoft connect parser. Thanks @NightHammer1000 for the PR.
Added
- Option for artwork-only steam parser to use WebAPI key to load artwork for all games, not jut those that have been installed at least once. Resolves #697.
- Cmd/Ctrl F search in logger.
2.5.38
Fixed
- #715 (Entries in view games could be blank because of case mismatch)
- #739 (Numeric steam id issues caused by numeric strings parsing as numbers)
- #819 (steam categories getting created even if user left them blank. regression due to a previous PR)
Added
- Parser groups. Makes organizing parsers much cleaner.
2.5.37
Exact same as previous; fix windows build not going through.
2.5.36
Fixes
- #758 (parsing breaks screenshots)
- Potential issue with adding local images when no online images present.
Issue was upstream of SRM in the node-steam/vdf repository. They aren't merging my PR so I switched SRM to use a fork that I will maintain.
2.5.34
Fixed
- #763: Cannot read properties of undefined (reading 'filter')