Skip to content

Releases: JMTK/SunshineGameFinder

1.11.0

18 Jan 02:55
Compare
Choose a tag to compare
  • Ensure duplicate big picture/desktop don't get added
  • Add --no-wait to skip the readkey at the end (Fixes #35)
  • Add logging and safe skipping for the VDF section (Fixes(?) #36)
  • .NET 9 update

Full Changelog: 1.10.0...1.11.0

1.10.0

19 Nov 21:56
Compare
Choose a tag to compare

What's Changed

  • Corrected paths handling so now it correctly escapes strings that have spaces
  • Fixed empty 'env' key handing in apps.json
  • Fixed checks for existing games and games that launch using steam:// cmd
  • Added request to launch as admin if needed
  • Wait for button press before exiting to make reading logs possible

New Contributors

Full Changelog: 1.9.2...1.10.0

1.9.2

11 Nov 22:15
1dc6124
Compare
Choose a tag to compare

What's Changed

  • Ensure Env is added if it's missing by @JMTK in #32

1.9.1

11 Nov 22:04
86f4e1c
Compare
Choose a tag to compare

New

  • Add support for --ensure-desktop-app
  • Add support for --ensure-steam-big-picture
  • Add support for prep-cmd

Fixes

  • Fix unicode characters not escaping properly
  • Don't write null properties
  • Fix duplicate apps when using -f
  • Soft fail if one game fails

Cleanup

  • Use pascal case for property names

1.8.2

09 Nov 17:52
6301bdc
Compare
Choose a tag to compare
  • Don't hard fail if one game fails
  • Fix duplicate folders sometimes being scanned
  • Add optional chaining parameter to possible null elements

1.8.1

04 Nov 15:53
66b4a31
Compare
Choose a tag to compare

What's Changed

  • Fix json serializer issues in trimmed mode by @JMTK in #28

Full Changelog: 1.8.0...1.8.1

1.8.0

04 Nov 15:01
Compare
Choose a tag to compare

What's Changed

  • Shorten logging to make it clearer
  • Add more colors to logging to make it clearer
  • Add more exe exclusion words
  • Allow NonPublic DefaultConstructor (fixes #26)
  • Add app version/runtime version at the top for future diagnostics
  • Fix typos

Full Changelog: 1.7.0...1.8.0

1.7.0

14 Aug 17:26
1b846ec
Compare
Choose a tag to compare

What's Changed

  • Add support for new Sunshine app properties
  • Fix cover images not showing up in clients
  • Clean game name from common suffixes being appended to PC editions
  • Update to .NET 8

Full Changelog: 1.6.0...1.7.0

1.6.0

30 Apr 16:02
Compare
Choose a tag to compare
  • Fix publish profile
  • Add support for Ubisoft Launcher game folder

Full Changelog: 1.5.0...1.6.0

1.5.0

17 Apr 12:26
Compare
Choose a tag to compare

What's Changed

  • Add flag for removing not found by @JMTK in #21

Full Changelog: 1.4.0...1.5.0