Files
aqtinstall/CHANGELOG.rst
Hiroshi Miura 09bf8f5e1e Add missing dependency pyyaml in setup.py
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-11-17 20:47:53 +09:00

285 lines
5.8 KiB
ReStructuredText

====================
aqtinstall changeLog
====================
All notable changes to this project will be documented in this file.
***************
Current changes
***************
`Unreleased`_
=============
Added
-----
Changed
-------
Fixed
-----
Deprecated
----------
Removed
-------
Security
--------
`v0.5.2`_ (17, Nov., 2019)
========================
Fixed
-----
* Add missing pyyaml dependency in setup.py.
`v0.5.1`_ (17, Nov., 2019)
========================
Fixed
-----
* Same as v0.5 without Travis-CI test configuration.
`v0.5`_ (10, Nov., 2019)
=========================
Changed
-------
* 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.
`v0.5b2`_ (8, Oct., 2019)
=========================
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
`v0.5b1`_ (8, Oct., 2019)
=========================
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
`v0.4.3`_ (25, Sep, 2019)
=========================
Fixed
-----
* Allow multiple redirection to mirror site.(#41)
`v0.4.2`_ (28, Jul, 2019)
=========================
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)
`v0.4.1`_ (01, Jun, 2019)
=========================
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)
`v0.4.0`_ (29, May, 2019)
=========================
Added
-----
* cli: output directory option.
* sphinx document.
* test packaging on CI.
* Handler for metalink information and intelligent mirror selection.
Changed
-------
* Change project directory structure.
* cli command name changed from 'aqtinst' to 'aqt' and now you can run 'aqt install'
* Introduce Cli class
* Massive regression test on azure pipelines(#20)
* blacklist against http://mirrors.tuna.tsinghua.edu.cn and http://mirrors.geekpie.club/
from mirror site.
* Run 7zip command with '-o{directory}' option.
Fixed
-----
* Fix File Not Found Error when making qt.conf against win64_mingw73 and win32_mingw73
`v0.3.1`_ (15, March, 2019)
==========================
Added
-----
* Qmake build test code in CI environment.(#14)
Fixed
-----
* Connect to Qt download server through proxy with authentication.(#17)
Changed
-------
* Change QtInstaller.install() function signature not to take any parameter.
* Replace standard urllib to requests library.(#18)
* Use 7zr external command instead of 7z in Linux and mac OSX envitonment.
Removed
-------
* requirements.txt file.
`v0.3.0`_ (8, March, 2019)
==========================
Added
-----
* Allow execute both 'aqtinst' and 'python -m aqt' form.
Changed
-------
* Project URL is changed.
* Generate universal wheel support both python2.7 and python 3.x.
Fixed
-----
* Update README wordings.
* Remove dependency for python3 with 'aqtinst' command utility.
* Fix command name in help message.
`v0.2.0`_ (7, March, 2019)
==========================
Added
-----
* Released on pypi.org
Changed
-------
* Install not only basic packages also optional packages.
* Rename project/command to aqt - Another QT installer
Fixed
-----
* Update mkspecs/qconfig.pri to indicate QT_EDITION is OpenSource
* Support Python2
`v0.1.0`_ (5, March, 2019)
==========================
Changed
-------
* Support multiprocess concurrent download and installation.
`v0.0.2`_ (4, March, 2019)
========================
Added
=====
* CI test on Azure-pipelines
Changed
=======
* Refactoring code
* Install QtSDK into (cwd)/Qt<version>/<version>/gcc_64/
* Drop dependency for `requests`_ library
* Use standard `argparse`_ for command line argument.
Fixed
=====
* Support windows.
* looking for 7zip in standard directory.
`v0.0.1`_ (2, March, 2019)
==========================
* Fork from https://git.kaidan.im/lnj/qli-installer
.. _py7zr: https://github.com/miurahr/py7zr
.. _7zip: https://www.7-zip.org/
.. _requests: https://pypi.org/project/requests
.. _argparse: https://pypi.org/project/argparse/
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v0.5.2...HEAD
.. _v0.5.2: https://github.com/miurahr/aqtinstall/compare/v0.5.1...v0.5.2
.. _v0.5.1: https://github.com/miurahr/aqtinstall/compare/v0.5b2...v0.5.1
.. _v0.5b2: https://github.com/miurahr/aqtinstall/compare/v0.5b1...v0.5b2
.. _v0.5b1: https://github.com/miurahr/aqtinstall/compare/v0.4.3...v0.5b1
.. _v0.4.3: https://github.com/miurahr/aqtinstall/compare/v0.4.2...v0.4.3
.. _v0.4.2: https://github.com/miurahr/aqtinstall/compare/v0.4.1...v0.4.2
.. _v0.4.1: https://github.com/miurahr/aqtinstall/compare/v0.4.0...v0.4.1
.. _v0.4.0: https://github.com/miurahr/aqtinstall/compare/v0.3.1...v0.4.0
.. _v0.3.1: https://github.com/miurahr/aqtinstall/compare/v0.3.0...v0.3.1
.. _v0.3.0: https://github.com/miurahr/aqtinstall/compare/v0.2.0...v0.3.0
.. _v0.2.0: https://github.com/miurahr/aqtinstall/compare/v0.1.0...v0.2.0
.. _v0.1.0: https://github.com/miurahr/aqtinstall/compare/v0.0.2...v0.1.0
.. _v0.0.2: https://github.com/miurahr/aqtinstall/compare/v0.0.1...v0.0.2
.. _v0.0.1: https://github.com/miurahr/aqtinstall/releases/tag/v0.0.1