aqtinstall changeLog

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

Current changes

Unreleased

Added

Changed

Fixed

Deprecated

Removed

Security

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)

v0.11.1 (21, Jan. 2021)

Added

  • Add –timeout option to specify connection timeout (default 5.0 sec) (#197)

v0.11.0 (21, Jan. 2021)

Added

v0.10.1 (11, Dec. 2020)

Added

  • Add LTS versions as known one.(#188)

Changed

  • Tool: Version comparison by startswith. When specified 4.0 but download server hold 4.0.1, it catch 4.0.1.(related #187)
  • README: explicitly show python version requirements.

v0.10.0 (25, Nov. 2020)

Added

  • Add v5.12.2, v6.0.0 as known versions.(#176, #177)
  • Support –archives option on src installation.

Changed

  • Use multiprocessing.Pool instead of concurrent.futures(#178)
  • Refactoring whole modules. (#179)
  • Split old changelogs to CHNAGELOG_prerelease.rst
  • Drop an upper limitation (<0.11) for py7zr.(#183)

Fixed

  • When we used “-m all” to download doc or examples, Qt sources are also downloaded(@Gamso)(#182)

v0.9.8 (4, Nov. 2020)

Added

  • Added new combinations for tools_ifw

Fixed

  • When we start an installation, all packages are downloaded whatever the specified platform.(#159)