Skip to content

Releases: miurahr/aqtinstall

Introduce '--archives' advanced option

21 May 13:10
Compare
Choose a tag to compare
Pre-release

Added

  • CLI: '--archives' option: it takes multiple module names such as qtbase, qtsvg etc.
    This is an advanced option to specify subset of target installation.
    There is no guarantee it works. It is not recommended if you are unknown what is doing.

Support Qt 5.15 and msvc2019

10 May 02:11
Compare
Choose a tag to compare
Pre-release

Added

  • Support installation of Qt version for msvc2019
  • Add knowledge of components combination on 5.14 and 5.15

Changed

  • Show detailed diagnose message when error happend.
  • CI test with Qt 5.14.2 and 5.15.0
  • CI test with installed mingw tools compiler.
  • Depends on py7zr v0.7.0b2 and later.

Fixed

  • Tools: Fix mingw installation failure.
  • Fix --outputdir behavior about path separator on windows

Better mirror handling and config with AQT_CONFIG

26 Mar 05:22
Compare
Choose a tag to compare

Fixed

  • Refactoring redirect helper function to improve connection error checks and error message.(#109)
  • Detect exception on each download and extraction threads.
  • Race condition error happend on py7zr. require py7zr>=0.5.3.(#97)
  • Work around for http://download.qt.io/ returns wrong metalink xml data.(#105, #106)

Changed

  • Support specifying config with environment variable AQT_CONFIG
  • Improve error messages when command argument is wrong.
  • Allow path search for 7z (#96)
  • Simplify multi-threading using concurrent.futures.ThreadPoolExecutor().

Fix lock problem in concurrent download/extraction

26 Mar 05:14
Compare
Choose a tag to compare
docs: fix broken link about qli-installer

Signed-off-by: Hiroshi Miura <[email protected]>

Concurrency control with config file

12 Mar 06:44
Compare
Choose a tag to compare
Pre-release

User can control concurrency by customizing settings.ini file and give it by environment variable AQT_CONFIG

Improve redirection handling

09 Mar 08:59
Compare
Choose a tag to compare
Pre-release
PEP8

Signed-off-by: Hiroshi Miura <[email protected]>

Same as v0.7.6

09 Mar 09:02
Compare
Choose a tag to compare
Fix changelog syntax error

Signed-off-by: Hiroshi Miura <[email protected]>

Better mirror handling

04 Mar 11:51
Compare
Choose a tag to compare
Prepare for v0.7.6

Signed-off-by: Hiroshi Miura <[email protected]>

Fix document syntax error

04 Mar 23:02
Compare
Choose a tag to compare
Pre-release
Prepare for v0.8a3

- Fix changelog ReST syntax error.

Signed-off-by: Hiroshi Miura <[email protected]>

Better error and mirror handling

04 Mar 11:48
Compare
Choose a tag to compare
Pre-release
Prepare for v0.8a2

Signed-off-by: Hiroshi Miura <[email protected]>