aqtinstall changeLog

All notable changes to this project will be documented in this file.

v1.2.1 (22, Jun. 2021)

Fixed

  • Fix crash when tool subcommand used.(#275,#276)

v1.2.0 (21, Jun. 2021)

Added

  • Add -c/–config option to specify custom settings.ini(#246)
  • Document for settings.ini configuration parameters(#246)
  • Patching libtool file(.la) on mac(#267)
  • CI: Add more blacklist mirrors
  • Add –kde option for src subommand(#274)

Changed

  • Use spawn multiprocessing on Linux platform.(#273)
  • 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)

Fixed

  • Fix logging during subprocess installation on macOS, and Windows(#273)
  • Fix patching qmake(#259)
  • Prettify help message format(#237)
  • Update patching pkgconfig/lib on mac(#267)
  • CI: fix check workflow(#248)
  • CI: fix error on Azure/Windows(connection error)(#246)

v1.1.6 (2, May. 2021)

Fixed

  • doc subcommand failed in argument parse(#234)

v1.1.5 (8, Apr. 2021)

Added

  • README: describe advanced installation method.

Changed

  • Change tox.ini: docs test output folder
  • Remove changelog from pypi page

Fixed

  • Drop dependency for wheel

v1.1.4 (2, Apr. 2021)

Changed

  • Code reformatting by black and check by black.
  • Check linting by github actions.

Fixed

  • Fix document error on README(#228, #226).

v1.1.3 (26, Feb. 2021)

Fixed

  • Key error on 3.6.13, 3.7.10, 3.8.8, and 3.9.2(#221)

v1.1.2 (20, Feb. 2021)

Fixed

  • Fix leaked multiprocessing resource(#220)
  • Catch both read timeout and connection timeout.

v1.1.1 (13, Feb. 2021)

Fixed

  • Catch timeout error and fallback to mirror (#215,#217)

v1.1.0 (12, Feb. 2021)

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)

v1.0.0 (4, Feb. 2021)

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.

Fixed

  • Catch exception on qmake -query execution(#201)
  • Fix Qt6/Android installation handling.(#193, #200)