Skip to content

Releases: Slashbunny/gog-galaxy-plugin-downloader

Remove "Process complete! Press the Enter key to exit..." prompt on Windows

08 Sep 22:35
Compare
Choose a tag to compare

It is not necessary to upgrade unless you want the prompt removed. If you still want a similar prompt, add pause to your .bat file. See the new gog-plugins.bat file as an example.

Fix permissions issue on Windows

27 Nov 01:40
Compare
Choose a tag to compare

Fixed issue where directories could not be renamed or deleted and the program crashed with a permissions error.

Fix updating

23 Nov 16:45
Compare
Choose a tag to compare

Correct how version updates were detected after the folder naming scheme was changed

Change naming format to conform with Galaxy Client

23 Nov 15:53
Compare
Choose a tag to compare

Rather than naming plugin directories in the format of <name>_v<version>, this program will now name them in conformance with what the GOG Galaxy client does, which is <platform>_<guid>.

This involved making the following changes:

  • Automatically renaming any existing directories that were named incorrectly
  • Adding guid to the plugins manifest files

I also removed backwards compatibility for older versions of this program by re-combining the yaml manifest files.

v0.1.0 - Customize the plugins that are downloaded

17 Nov 01:02
Compare
Choose a tag to compare

This is a backwards-incompatible release. Eventually, older versions will cease to function, so this is a required upgrade.

  • All plugins have been combined into a single configuration file
  • By default, "Friends of Galaxy" plugins are installed
  • Otherwise, the user needs to specify a list of plugins using the -p flag

For example:

> gog-plugins-downloader.exe -p battlenet,bethesda,epic,gw2,humblebundle,minecraft,origin,paradox,psn,rockstar,steam,twitch,uplay,wargaming

It is recommended that you add this to a .bat file so you don't need to type the list out every time you run the program. An example .bat file is provided with the release.

To list available plugins:

> gog-plugins-downloader.exe -l
Available plugins:
battlenet [default]
bethesda [default]
epic [default]
humblebundle [default]
origin [default]
paradox [default]
psn [default]
rockstar [default]
steam [default]
uplay [default]
discord
itch
twitch
wargaming
ffxiv
gw2
minecraft
poe
thcrap
3ds
n64
nds
nes
ngameboy
ncube
nwii
nwiiu
snes
psp
ps2
ps3

v0.0.4

03 Nov 16:45
Compare
Choose a tag to compare

Fix absolute path handling

v0.0.3

12 Oct 13:22
Compare
Choose a tag to compare

Separate plugins into 3 categories:

  • Stores
  • Single-Game Launchers
  • Emulators

v0.0.2

11 Oct 01:59
Compare
Choose a tag to compare

Initial Windows binary release