Skip to content

Releases: boppreh/steamgrid

v3.4.0

02 Sep 19:33
Compare
Choose a tag to compare

What's Changed

  • Fix some non-steam shortcuts being skipped by @kmicki in #114
  • Ignore anonymous userdata folder by @DareFox in #126

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

22 Jan 23:07
Compare
Choose a tag to compare
  • 081da04 Merge branch 'master' into patch-1
  • 3cd50bf Update README.md
  • 0765b6c update igdb to api v4
  • 582d4aa Completion of non-listed commands, and little typo check.
  • c796e61 add jpg to gitignore
  • 18a855a minor name change
  • 8eaa3d8 Make dimensions adjustable
  • 5370c2d Logos don't have dimension
  • 9c8788d Adapt to new shortcut ids
  • 171f6b1 Add humor and nsfw filter
  • b307969 library moved
  • c80e964 Futher improve game name matching
  • 2ed9f4f forbid onlymissing and skipsteam
  • 264ddd7 Improve name matching
  • 83b2572 Option to only download missing Artwork
  • cb81b59 statisfy golint

v3.2.1

28 Dec 14:13
Compare
Choose a tag to compare
  • Fix non-Steam games (thanks Philipp Voglhofer!).

v3.2.0

25 May 12:53
Compare
Choose a tag to compare
  • Added command line parameter to process only certain appids (thanks @pvoglhofer).
  • Filter results for known image extensions (thanks @Lucki).
  • Added command line flags to skip certain types of artwork (thanks @Lucki).
  • Added SteamGridDB logos (thanks @Lucki again).

v3.1.0

27 Dec 17:58
Compare
Choose a tag to compare
  • Allow drag-and-drop onto the executable again to set Steam directory.
  • Fix issue with non-Steam games not getting tags (thanks @fredericdepuydt).

v3.0.0

18 Dec 03:13
b833674
Compare
Choose a tag to compare

This release supports the new cover format thanks to @Lucki, and fixes old bugs.

v2.1.1

18 May 21:05
Compare
Choose a tag to compare
  • Fix bug where some searched images had unknown extensions.

v2.1.0

18 May 02:15
Compare
Choose a tag to compare
  • Check the third-party website SteamDB to get name of unknown games, allowing steamgrid to search banners by name for this games.

v2.0.0

17 May 22:06
Compare
Choose a tag to compare
  • Change backup system to avoid clobbering user's custom images.
  • Look for custom images in the new "steamgrid/games/" directory.
  • Store backup images in a separate dir (still in "grid/").
  • Add support for macOS.

v1.4.0

24 Jan 23:41
Compare
Choose a tag to compare
  • Update Steam CDN URL.
  • Merged nex0s pull request adding MacOS support.
  • Merged nex0s pull request enhancing Google search results parsing.
  • Merged victorfeijo pull request linting the source code.