Skip to content

Releases: erri120/GameFinder

Release 1.7.3

14 May 10:25
cd61cd7
Compare
Choose a tag to compare

Changes

  • Steam: parsing is now more relaxed, only required values are appid, installdir and name

Release 1.7.2

10 Nov 14:13
c981146
Compare
Choose a tag to compare

Changes

  • GOG: most stuff is no longer required from the registry, the only values that actually matter are gameID, gameName, path
  • Xbox: updated Windows SDK to 10.0.20348.0

Release 1.7.1

19 Aug 18:18
61baccc
Compare
Choose a tag to compare

Changes

  • GOG: productId from registry is no longer required

Release 1.7.0

09 Aug 15:22
3a0adc3
Compare
Choose a tag to compare

Changes

  • Added support for .NET 6

Release 1.6.4

03 Aug 18:32
8c7c41e
Compare
Choose a tag to compare

Changes

  • Steam: Added support for Unix systems

Release 1.6.3

30 Jul 12:03
0a0d30c
Compare
Choose a tag to compare

Changes

  • Improved Regex performance by making it static readonly and using RegexOptions.Compiled
  • Steam: Removed parsing the mounted value in libraryfolders.vdf files

Release 1.6.2

17 Jul 09:49
247e50e
Compare
Choose a tag to compare

Fixed

  • Steam: Fixed Regex for parsing old libraryfolders.vdf files
  • Origin: Fixed returning invalid Paths
  • Origin: Fixed looking for Games with an empty ID
  • Origin: Fixed registry lookup with 64bit view

Release 1.6.1

10 Jul 14:31
9f99fc0
Compare
Choose a tag to compare

Added

  • Origin Handler Documentation

Fixed

  • Release Workflow because NuGet doesn't like it when a new project suddenly exists

Release 1.5.3

13 Jun 10:23
042f6b8
Compare
Choose a tag to compare

Changed

  • Steam: Fixed double slashes in Paths (#8)
  • Steam: Improved parsing of config.vdf, libraryfolders.vdf and *.acf files

Release 1.5.2

09 Jun 14:00
8c675e8
Compare
Choose a tag to compare

Changed

  • Steam, GOG and EGS Handlers will not also include init errors in the final result
  • Steam: Added support for new libraryfolders.vdf format introduced in update 1623193086 (2021-06-08). See README for more information.