Skip to content

Releases: miurahr/aqtinstall

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 <[email protected]>

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)

Prepare for v1.0.0b3 (again)

30 Jan 09:36
Compare
Choose a tag to compare
Pre-release
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.

Changed
-------

* Update document to show available Qt versions
* Update README to add more references.

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

Enhance Qt binary/config patching

29 Jan 03:37
Compare
Choose a tag to compare
Pre-release
Prepare for v1.0.0b2

Added
-----

* Patch pkgconfig configurations(#199)
* Patch libQt5Core and libQt6Core for linux(#201)

Fixed
-----

* Catch exception on qmake -query execution(#201)

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

Qt6/Android support

28 Jan 05:44
Compare
Choose a tag to compare
Qt6/Android support Pre-release
Pre-release

Fixed

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

Introduce --timeout option for connection

21 Jan 13:00
Compare
Choose a tag to compare
Prepare for v0.11.1

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

Support fallback mechanism

21 Jan 12:34
Compare
Choose a tag to compare

When main download site is down, automatically fallback to mirror site.

Add known LTS versions

21 Jan 12:35
Compare
Choose a tag to compare

Added

  • Add LTS versions as known version.(#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.