* Introduce combination DB in json form. User and developer now easily add new component for installation checking.
Fixed -----
* requires `py7zr`_ >= 0.4.1 because v0.4 can fails to extract file.
0.5b2
Not secure
=========================
Changed -------
* Change install path from <target>/Qt/Qt<version>/<version> to <target>/<version> (48). - Also update CI test to specify --outputdir <target> that is $(BinariesDirectory)/Qt
0.5b1
Not secure
=========================
Added -----
* Add feature to support installation of Qt Tools * Add CI test for tool installation
Changed -------
* CI test target - add 5.14.0 - remove 5.11.3 - change patch_levels to up-to-date
0.4.3
Not secure
=========================
Fixed -----
* Allow multiple redirection to mirror site.(41)
0.4.2
=========================
Changed -------
* README: update badge layout. * CI: Improve azure-pipelines configurations by Nelson (20) * Check parameter combination allowance and add winrt variant. * Support installation of mingw runtime package. * Add '--internal' option to use `py7zr`_ instead of external `7zip`_ command for extracting package archives.(WIP)
0.4.1
Not secure
=========================
Added -----
* Option -b | --base to specify mirror site.(24)
Changed -------
* CI: add script to generate auzre-pipelines.yml (27, 28, 29) * CI: use powershell script for linux, mac and windows. (26)
Fixed -----
* Avoid blacklisted mirror site that cause CI fails.(25)