All notable changes to this project will be documented in this file.
- Add -c/--config option to specify custom settings.ini(#246)
- Document for settings.ini configuration parameters(#246)
- CI: Add more blacklist mirrors
- 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)
- CI: changes azure pipelines test scripts(#250)
- Fix patching qmake(#259)
- Prettify help message format(#237)
- CI: fix check workflow(#248)
- CI: fix error on Azure/Windows(connection error)(#246)
v1.1.6 (2, May. 2021)
- doc subcommand failed in argument parse(#234)
v1.1.5 (8, Apr. 2021)
- README: describe advanced installation method.
- Change tox.ini: docs test output folder
- Remove changelog from pypi page
- Drop dependency for wheel
v1.1.4 (2, Apr. 2021)
- Code reformatting by black and check by black.
- Check linting by github actions.
- Fix document error on README(#228, #226).
v1.1.3 (26, Feb. 2021)
- Key error on 3.6.13, 3.7.10, 3.8.8, and 3.9.2(#221)
v1.1.2 (20, Feb. 2021)
- Fix leaked multiprocessing resource(#220)
- Catch both read timeout and connection timeout.
v1.1.1 (13, Feb. 2021)
- Catch timeout error and fallback to mirror (#215,#217)
v1.1.0 (12, Feb. 2021)
- Patching android installation for Qt6 - patch target_qt.conf
- CI test with Qt6
- Docs: update avaiable conbinations
- Skip QtCore patching for 5.14.0 and later(Fix regression)(#211)
v1.0.0 (4, Feb. 2021)
- 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)
- Update document to show available Qt versions
- Update README to add more references.
- Suppress debug log and exist silently when specified package not found.
- Catch exception on qmake -query execution(#201)
- Fix Qt6/Android installation handling.(#193, #200)