Releases: SteamGridDB/steam-rom-manager
Releases · SteamGridDB/steam-rom-manager
Url update
Changed
- Updated
steamgriddburl.
2.2.18 update
2.2.17 update
Added
- Added
${os:[win|mac|linux]|on match|no match(optional)}variable. Can be used to select OS specific extensions and etc.
2.2.16 update
Changed
- For existing entries, an union of parser categories and already existing categories will be used when saving
VDFfiles. This will preserve any user added category.
2.2.15 update
Changed
- Removed file restriction for
Executablefield. Any valid path can be used for executable.
2.2.14 hotfix update
Fixed
- A bug introduced in
2.2.12would modifyuserSettingsschema. This allows user to save invalid configurations, but would throw an error when trying to load it.
2.2.13 update
Added
- Added primitive/unlimited cache for fuzzy matcher. Increases performance and can be used to change undesired fuzzy matcher's result by modifying
fuzzyCache.json.
Fixed
- Added addition step for
"the"matching. Fuzzy matcher will now modify and try to match title in the following order:
Original title: "Addams Family, The - Pugsley's Scavenger Hunt"
1st try: "The Addams Family - Pugsley's Scavenger Hunt" (logical)
2nd try: "The - Pugsley's Scavenger Hunt Addams Family" (just in case)
3rd try: "Addams Family, The - Pugsley's Scavenger Hunt" (original)
2.2.12 update
Note
Next major release will be 3.0.0 (hopefully this year). This app was written in noob'ish way (my first app) and I decided to give it a total rewrite. 3.0.0 should include most of enhancements and other improvements. Therefore, 2.x.x updates from now on should only include bugfixes and/or some minor changes.
Removed
- ConsoleGrid support, because it's dead (again...).
Added
- Configuration preset support has been added. User-made configurations can now be loaded from
configPresets.jsonfile. This file, together withcustomVariables.json, will be automatically downloaded from github only if they don't exist on user's computer. Downloads can be forced from settings page. - Hosted files can be found here.
2.2.11 bugfix
Fixed
- Improved diacritic character handling for fuzzy matcher. For ex.
Pokémon Snapshould now be matched toPokemon Snapwith diacritic option enabled.
Added
- More emulator examples (by Chocobubba and Wesim).
2.2.10
Fixed
Shortcuts.vdffile would not have elements properly removed. If you had app entry at index 0, followed by other apps, removing app at 0 would not re-index remaining entries. Thus, array element at 0 index would remain empty, forever. This, besides corruptingvdf, would result in "exeof undefined" error.- Since the rewrite of
shortcuts.vdfparser, you could not add Steam categories that were numbers (for ex. 7800, 123, 777, etc.). This is fixed now.