Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
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 <miurahr@linux.com>
Release v1.1.6
Fixed ----- * doc subcommand failed in argument parse(#234) Signed-off-by: Hiroshi Miura <miurahr@linux.com>
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 <miurahr@linux.com>
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 <miurahr@linux.com>
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 <miurahr@linux.com>
Release v1.1.1
Fixed ----- * Catch timeout error and fallback to mirror (#215,#217) Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v1.1.0
Added
-
Patching android installation for Qt6
- patch target_qt.conf
Changed
- CI test with Qt6
- Docs: update avaiable conbinations
Fixed
- Skip QtCore patching for 5.14.0 and later(Fix regression)(#211)
Production release
Added
- Add --noarchives option to allow user to add modules to existed installation(#174,#204)
- No patching when it does not install qtbase package by --noarchives and --archives option.(#204)
- Azure: test with jom build on windows.
- Patch pkgconfig configurations(#199)
- Patch libQt5Core and libQt6Core for linux(#201)
Changed
- Update document to show available Qt versions
- Update README to add more references.
- Suppress debug log and exist silently when specified package not found.