Skip to content

Releases: UncleGoogle/galaxy-integration-humblebundle

0.5.4

14 Dec 23:57
Compare
Choose a tag to compare

Support for installed games on macOS #64
Limit non-important reports #66
Handle failed orders #60

From now macos releases will be added

0.5.3

21 Nov 23:30
27bfa26
Compare
Choose a tag to compare
  • fix clicking "install" on key games if plugin is downloaded from Galaxy / FriendsOfGaxy #54
  • fix displaying troves #57
  • create better filter for sensitive logs (#53)
  • update galaxy api to 0.58
  • remove redundant api submodule (use version from pypi)

0.5.1

04 Nov 11:03
Compare
Choose a tag to compare
  • implement get_os_compatibility (#43)
  • fix for recognizing re-installed games (#45)
  • fix executable chooser for regparser (#46) (may fix not loading library)
  • update dependencies (fixes not showing key GUI on win7)

0.5.0 Ability to scan folders for installed games

28 Oct 22:02
1dd851c
Compare
Choose a tag to compare

This release main feature is experimental directory scanning to find installed games. To use this:

  • manual edit of "search_paths" in config.ini file (it is one of plugin files) - example inside

Limitations:

  • matches games with folders based on similarity in directory and game title
  • may do not detect short game names (known issue) if they differs a bit from original game title
  • search one level deep from the requested directory, for example when you provide in search_paths: ["D:\\Games"], game Trine inside D:\\Games\\Trinex64\\Trine won't be find. (will be enhanced in the future)
  • when proper directory candidate is found, it tries to guess the best executable file. It never failed me as I try to exclude uninstallers, but you should be warn!
  • not tested on macOS
  • games may be duplicated (known issue, will be fixed)

In case of any problems, please raise an issue - it will really help to create better games detection. To solve detection finding problems by yourself you can also edit the game directory names to match the game title.

Full changelog:

  • add ability to define installed games "root" folders in config #26
  • scanning folders feature that primarily try to match game folders with owned games titles and then searches for close matches (one deep level); "refresh integrations" button in Galaxy triggers rescan
  • optimized managing of scanning in periodic checks.
  • fixed launching for some games that requires executable directory as working directory
  • (fix) remove credentials if they are expired
  • ignore incomplete game info from humblebundle API #31
  • fix for choosing proper download file #39
  • remove trove games from default config #42

0.5-alpha3

20 Oct 21:10
Compare
Choose a tag to compare
0.5-alpha3 Pre-release
Pre-release

Another fix for 0.5 alpha release:

  • detect more games

WARNING: This is alpha release, there is no warranty for anything. I'm not responsible for any false positives with executable matching. Use with caution.
In case of not detecting games or false positives - please create an issue.

0.5-alpha2 Ability to scan folders for installed games (Windows)

20 Oct 19:30
Compare
Choose a tag to compare

Beside all the stuff from 0.5-alpha release:

  • fixed crash after login from version v0.5-alpha
  • fixed config file recreation from cache in case of plugin update

WARNING: This is alpha release, there is no warranty for anything. I'm not responsible for any false positives with executable matching. Use with caution.
In case of not detecting games or false positives - please create an issue.

0.5-alpha Ability to scan folders for installed games (Windows) + other fixes

19 Oct 22:10
9980a5c
Compare
Choose a tag to compare
  • add ability to define installed games "root" folders in config #26
  • scanning folders feature that primarily try to match game folders with owned games titles and then searches for close matches (one deep level)
  • optimized managing of scanning in periodic checks.
  • fixed launching for some games that requires executable directory as working directory
  • (fix) remove credentials if they are expired
  • ignore incomplete game info from humblebundle API #31

WARNING: This is alpha release, there is no warranty for anything. I'm not responsible for any false positives with executable matching. Use with caution.
In case of not detecting games or false positives - please create an issue.

0.4.1

19 Sep 19:27
Compare
Choose a tag to compare

Important bugfix for 0.4.0
If the integration still crash, remove .db file (see #27)

0.4.0 Library customization

09 Sep 20:07
Compare
Choose a tag to compare

0.3.2

10 Aug 17:27
Compare
Choose a tag to compare
  • fix macos crash
  • more minor bugfixes
  • setup travis CI for both windows and macos
    #17