Skip to content

Releases: miurahr/aqtinstall

Release v1.2.0b1

20 May 06:05
Compare
Choose a tag to compare
Release v1.2.0b1 Pre-release
Pre-release
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

02 May 03:11
Compare
Choose a tag to compare
Fixed
-----
* doc subcommand failed in argument parse(#234)

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Release v1.1.5

02 May 03:10
Compare
Choose a tag to compare
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

02 May 03:10
Compare
Choose a tag to compare
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

25 Feb 12:03
Compare
Choose a tag to compare
Fixed
-----

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

Release v1.1.2

20 Feb 03:11
Compare
Choose a tag to compare
* Fix leaked multiprocessing resource(#220)
* Catch both read timeout and connection timeout.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Release v1.1.1

13 Feb 13:42
Compare
Choose a tag to compare
Fixed
-----

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

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

Release v1.1.0

11 Feb 16:00
Compare
Choose a tag to compare

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

04 Feb 23:37
Compare
Choose a tag to compare

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)

Qt6/Android support

04 Feb 23:34
Compare
Choose a tag to compare

Fixed

  • Fix Qt6/Android installation handling.(#193, #200)