Skip to content

Releases: SteamGridDB/steam-rom-manager

v2.2.34

04 Jun 19:43
Compare
Choose a tag to compare

Fixed:

  • Bug: SRM failing to generate applist when (for some reason) javascript fails to retrieve width/height for images. If you are having the issue described here this will fix it.

Added:

  • Better logging for steam parser so I can debug people's issues with it.

v2.2.33

02 Jun 20:42
Compare
Choose a tag to compare

Fixed:

  • Remove all in settings not removing categories
  • Major issue with 2.2.32 that SRM would not save unless user had non english characters or emoji in their steam category names (honestly.. don't even ask). Mea culpa!

As with 2.2.32 you may need to clear out the files in C:\Users\Username\AppData\Local\Steam\htmlcache\Local Storage\leveldb (~/.steam/steam/htmlcache/Local Storage/leveldb on Linux or Mac) in order for the fix to work. I recommend just renaming the leveldb directory to backup, opening steam and letting it recreate the leveldb, exiting steam and then finally using SRM. Check that everything is good and then delete backup.

v2.2.32

01 Jun 18:37
Compare
Choose a tag to compare

Added:

  • Emoji / non BMP Character support for categories (should fix most errors people have saving)

Fixed:

  • Made category errors non fatal, they just result in categories not saving (not in the save totally failing). Did this in anticipation of steam potentially changing the format of things.

Notes:

You may need to exit Steam (kill the steam processes if necessary) and clear out the files in C:\Users\Username\AppData\Local\Steam\htmlcache\Local Storage\leveldb (~/.steam/steam/htmlcache/Local Storage/leveldb on Linux or Mac) in order for the fix to work. I recommend just renaming the leveldb directory to backup, opening steam and letting it recreate the leveldb, exiting steam and then finally using SRM. Check that everything is good and then delete backup.

v2.2.31

29 May 20:56
Compare
Choose a tag to compare

Added:

  • Practically nothing, some documentation for Generic Parser

Fixed:

  • Valve broke the Steam Parser by changing one of their database keys from "Apps" to "apps" in the Steam Beta client 😒. It should work now for both the beta and the non beta client.

v2.2.30

27 May 14:30
Compare
Choose a tag to compare

Hotfix:

  • Fixed certain parser fields not showing up in glob/regex parsers (issue introduced in 2.2.29)

v2.2.29

27 May 01:43
Compare
Choose a tag to compare

Added

  • Global environment variables in settings (${steamdirglobal} and ${retroarchpath})
  • An experimental steam parser

Notes:
You may need to forcibly re-download config-presets after updating (look for the button in settings)

v2.2.28

24 May 19:46
796ac4c
Compare
Choose a tag to compare

Fixed: UI no longer freezes when a large directory is selected

Changed: Upgraded typescript to 2.9.2 and electron to 9.0.0

v2.2.27

23 May 14:47
a96af74
Compare
Choose a tag to compare

Hotfix release, I broke retro-arch cores in 2.2.26 and now they are fixed

v2.2.26

21 May 19:37
e15427c
Compare
Choose a tag to compare

Added

  • Better state management for category manager (no more duplicate categories, empty SRM managed categories get deleted)
  • Custom Arguments JSON file capability + documentation

Changed

  • Readme now points to github pages with videos

Fixed

  • Fixed issue of linux version not saving images

v2.2.25

13 May 04:34
00774bf
Compare
Choose a tag to compare

Added

  • Setting for whether or not to delete shortcuts from disabled parsers
  • Ability to see number of titles in preview and in test parser logs
  • Environment variables ${/} and ${srmdir} that can be used even in steam directory, rom directory fields.

Changed

  • Removed retrogaming.cloud from list of image providers (it is defunct)
  • Changed structure of AddedItemsV2.json to include Parser ID
  • Added @cbartondock as a contributor

Fixed

  • A bunch of dead links in Readme and About Markdown