Releases: SteamGridDB/steam-rom-manager
v2.2.34
v2.2.33
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
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
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
Hotfix:
- Fixed certain parser fields not showing up in glob/regex parsers (issue introduced in 2.2.29)
v2.2.29
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
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
Hotfix release, I broke retro-arch cores in 2.2.26 and now they are fixed
v2.2.26
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
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