github SteamGridDB/steam-rom-manager 2.1.0
2.1.0 release

latest releases: v2.4.26, v2.4.25, v2.4.24...
6 years ago

Added

  • Ability to select image providers both globally and per user configuration.
  • Markdown support.
  • Info button for each field.
  • ConsoleGrid support (not dead, huh?).
  • App list instant filter field.
  • Multi-language support.
  • Proper node-glob patterns support for glob and glob-regex parsers:
    • * Matches 0 or more characters in a single path portion.
    • ? Matches 1 character.
    • [...] Matches a range of characters, similar to a RegExp range. If the first character of the range is ! or ^ then it matches any character not in the range.
    • !(pattern|pattern|pattern) Matches anything that does not match any of the patterns provided.
    • ?(pattern|pattern|pattern) Matches zero or one occurrence of the patterns provided.
    • +(pattern|pattern|pattern) Matches one or more occurrences of the patterns provided.
    • *(a|b|c) Matches zero or more occurrences of the patterns provided.
    • @(pattern|pat*|pat?erN) Matches exactly one of the patterns provided
    • ** If a "globstar" is alone in a path portion, then it matches zero or more directories and subdirectories searching for matches. It does not crawl symlinked directories.

Changed

  • ng-select now supports multi-select.
  • Invalid configurations can now be saved.
  • Each image provider now runs in their own instance of web worker.
  • Fuzzy matcher was split into 3 parts: loader, matcher and service.
  • Code font from "Monaco" to "Hack".
  • Instruction were rewritten in markdown.
  • Parser form no longer uses Angular's form module. A new "recursive" module is now used to create parser form.
  • Drastically reduced the amount of css variables.
  • Layout changed to support CSS grid.

Fixed

  • Observable settings load logic bug.
  • Url encoding bug (issue #27).

Removed

  • Color picker module can no longer be accessed and is used for development only.

Don't miss a new steam-rom-manager release

NewReleases is sending notifications on new releases.