Skip to content

Releases: SteamGridDB/steam-rom-manager

Url update

10 Mar 17:32
4571655

Choose a tag to compare

Changed

  • Updated steamgriddb url.

2.2.18 update

17 Aug 18:14

Choose a tag to compare

Changed

  • retrogaming.cloud is now turned off by default for new users.

Fixed

2.2.17 update

15 Jul 09:35

Choose a tag to compare

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

12 Jun 08:44

Choose a tag to compare

Changed

  • For existing entries, an union of parser categories and already existing categories will be used when saving VDF files. This will preserve any user added category.

2.2.15 update

08 Apr 18:24

Choose a tag to compare

Changed

  • Removed file restriction for Executable field. Any valid path can be used for executable.

2.2.14 hotfix update

06 Apr 00:05

Choose a tag to compare

Fixed

  • A bug introduced in 2.2.12 would modify userSettings schema. This allows user to save invalid configurations, but would throw an error when trying to load it.

2.2.13 update

05 Apr 17:26

Choose a tag to compare

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

28 Mar 15:26

Choose a tag to compare

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.json file. This file, together with customVariables.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

17 Mar 09:55

Choose a tag to compare

Fixed

  • Improved diacritic character handling for fuzzy matcher. For ex. Pokémon Snap should now be matched to Pokemon Snap with diacritic option enabled.

Added

  • More emulator examples (by Chocobubba and Wesim).

2.2.10

24 Feb 19:30

Choose a tag to compare

Fixed

  • Shortcuts.vdf file 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 corrupting vdf, would result in "exe of undefined" error.
  • Since the rewrite of shortcuts.vdf parser, you could not add Steam categories that were numbers (for ex. 7800, 123, 777, etc.). This is fixed now.