Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Releases: cgarst/gamestream_launchpad

v0.8

24 Feb 15:30
Compare
Choose a tag to compare
  • Add support for [SESSION_START] and [SESSION_END] sections in .cfg file thanks to @Anonymousthing via PR #26
  • Add option for specifying refresh rate as .exe argument thanks to @ReenigneCA via PR #31
  • Add option to wait for playnite via mutex as .exe argument thanks to @ReenigneCA via PR #32
  • Add option to skip refresh return upon exit as .exe argument thanks to @ReenigneCA via PR #32
  • Add option to skip killing of the nvidia container as .exe argument thanks to @ReenigneCA via PR #32
  • Bugfix to reorder change of resolution to come before killing the streaming container thanks to @ReenigneCA via PR #32

v0.7

05 Oct 14:28
Compare
Choose a tag to compare

Fix for visible taskbar over Playnite fullscreen

v0.6

24 Sep 00:38
Compare
Choose a tag to compare
  • Optimize code and include built-in support for handling Playnite, GOG Galaxy, Retroarch, and general remote desktop.
  • Add an additional argument to the .exe to specify the config file to load
  • Move tracking of the launcher's window names to the .ini configs
  • Default to watch for launcher window closures instead of process kills, retaining the original option as a close_watch_method .ini config variable.
  • Default to not launching any background tasks unless enabled in the .ini config.
  • Added .bat launch scripts across in support of the new launchers

v0.5

19 Sep 16:49
Compare
Choose a tag to compare

GSLP will now reset to the target resolution if necessary when exiting games

v0.4

19 Sep 16:31
Compare
Choose a tag to compare

Adds a sleep_on_exit option which puts the machine to sleep when exiting the launcher.

v0.3

19 Sep 01:21
Compare
Choose a tag to compare
  • Add configuration INI file support
  • Configurable game launcher path
  • Configurable background processes
  • Debug mode
  • Terminate existing Playnite instances before launching
  • Error handling for missing arguments

v0.2

18 Sep 17:25
Compare
Choose a tag to compare
Swap pyinstaller in for nuitka for a portable build

v0.1

18 Sep 12:48
Compare
Choose a tag to compare
Use nuitka to generate an exe for easier distribution