Skip to content

testing/lgogdownloader: upgrade to 3.9

Patrycja Rosa requested to merge ptrcnull/aports:lgogdownloader into master

https://github.com/Sude-/lgogdownloader/releases/tag/v3.9

(v3.8...v3.9)

LGOGDownloader 3.9

  • Don't use DLC list by default
    • Makes getting game details much faster
    • Added option --use-dlc-list to enable using DLC list
  • Ignore SIGPIPE
    • Previously it was possible to receive SIGPIPE in some cases which by default causes application to terminate
  • Removed support for OpenSSL <= 1.0.2
  • Added --size-only option (Patch by: Dmitry Khalanskiy)
    • When looking at the existing files, completely ignore the contents if the size matches the expected one
  • Added basic support for filtering games using tags that the user can set on account page
  • Added option --list-tags to list all the tags user has assigned
  • Added option --tag to filter games using the tags
  • Fixed --download-file option not showing progress bar
  • Fixed getting XML data
  • Reduced the amount of request to cdn with --galaxy-install
    • Should fix the issue of getting temporarily blocked by GOG cdn when installing game with lots of small files
Edited by Patrycja Rosa

Merge request reports