LGOGDownloader 3.5
- Fixed segfault when getting download url via Galaxy API fails
- Fixed unclosed file handle in Util::createXML
- Fixed compiling when path contains spaces
- Added option to include products hidden by user
* --include-hidden-products allows to list and download products that have been set hidden in account page
- Added support for retry and wait in Galaxy API and downloader API
- Fixed memory corruption/crash related to rhash (Patch by: nathanel23)
- Added support for new language: Arabic
- Added support for new language: Romanian
- Added GUI login
* Uses QtWebEngine for login process if login form contains reCAPTCHA
* Enable support by compiling with -DUSE_QT_GUI=ON and use the new --enable-login-gui option with --login
* Login GUI is off by default to not cause issues for running lgogdownloader via ssh without X forwarding
- New dependency: QtWebEngine (if built with -DUSE_QT_GUI=ON)
- Made progress info show estimated total remaining size and time
- Added regex support to --galaxy-install and --galaxy-show-builds
* Using regex with these options will allow user to select a product from list of products matching the regex
- Added autofill to GUI login
* Login GUI now runs javascript to automatically fill email and password fields
* Users no longer need to type email and password again just because normal login method failed due to reCAPTCHA and GUI was launched
https://sites.google.com/site/gogdownloader/lgogdownloader-3.5.tar.gz sha256: eeeaad098929a71b5fb42d14e1ca87c73fc08010ab168687bab487a763782ada
md5: 174a6d177de713a022ea54cbfd71bc0d
New dependencies: qtwebengine (qtwebengine5-dev) if built with -DUSE_QT_GUI=ON
Also a note anyone who is using --disable-login-gui option because of ssh without X forwarding.
It is no longer needed.
Commit
8540955 reversed the previous behavior of GUI being enabled by default. It also replaced --disable-login-gui with --enable-login-gui option.