Skip to content

Releases: SteamGridDB/steam-rom-manager

2.5.44

Choose a tag to compare

@cbartondock cbartondock released this 06 Aug 21:58

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

Choose a tag to compare

@cbartondock cbartondock released this 12 Jul 21:48

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

Choose a tag to compare

@cbartondock cbartondock released this 11 Jul 06:39

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

Choose a tag to compare

@cbartondock cbartondock released this 10 Jul 06:50

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

Choose a tag to compare

@cbartondock cbartondock released this 06 Jul 17:07

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

Choose a tag to compare

@cbartondock cbartondock released this 06 Jul 15:52

Fixed

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

Choose a tag to compare

@cbartondock cbartondock released this 05 Jul 18:31

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

Choose a tag to compare

@cbartondock cbartondock released this 03 Jul 06:31

Exact same as previous; fix windows build not going through.

2.5.36

Choose a tag to compare

@cbartondock cbartondock released this 02 Jul 05:45

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

Choose a tag to compare

@cbartondock cbartondock released this 04 Mar 18:13

Fixed

  • #763: Cannot read properties of undefined (reading 'filter')