Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
Release v1.2.0b5
Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.2.0b4
Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.2.0b3
Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.2.0b2
Added ----- * Support for installation of old versions(#236, #239) * Add -c/--config option to specify custom settings.ini(#246) * Document for settings.ini configuration parameters(#246) Changed ------- * Check MD5 checksum when download(#238) * Config settings.ini parser and URL list format(#246) * Refactoring network connection code, consolidated to helper.py(#244) * Refactoring exceptions, introduce exceptions.py(#244) * Update known Qt versions combinations.(#243) Fixed ----- * Prettify help message format(#237) * CI: fix check workflow(#248) * CI: fix error on Azure/Windows(connection error)(#246) Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.2.0b1
Added ----- * Support for installation of old versions(#236, #239) Changed ------- * CI: update test target on Python 3.6 and 3.8(#240) * Check MD5 checksum when download(#238) Fixed ----- * Prettify help message format(#237) Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.1.6
Fixed ----- * doc subcommand failed in argument parse(#234) Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.1.5
Added ----- * README: describe advanced installation method. Changed ------- * Change tox.ini: docs test output folder * Remove changelog from pypi page Fixed ----- * Drop dependency for wheel Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.1.4
Changed ------- * Code reformatting by black and check by black. * Check linting by github actions. Fixed ----- * Fix document error on README(#228, #226). Signed-off-by: Hiroshi Miura <[email protected]>
Release v1.1.3
Fixed
-----
* Key error on 3.6.13, 3.7.10, 3.8.8, and 3.9.2(#221)
Release v1.1.2
* Fix leaked multiprocessing resource(#220) * Catch both read timeout and connection timeout. Signed-off-by: Hiroshi Miura <[email protected]>