Releases: UncleGoogle/galaxy-integration-humblebundle
0.5.4
0.5.3
0.5.1
0.5.0 Ability to scan folders for installed games
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 insideD:\\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
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)
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
- 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
0.4.0 Library customization
- games deduplication #19
- support for third party keys #24
- autoloading config file (https://github.com/UncleGoogle/galaxy-integration-humblebundle/blob/master/src/config.ini)
- cache optimization (should loads faster second time, use less net bandwidth) #21
- more tests and quality tools