Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
Added
-----
* Add -c/--config option to specify custom settings.ini(#246)
* Document for settings.ini configuration parameters(#246)
* Patching libtool file(.la) on mac(#267)
* CI: Add more blacklist mirrors
* Add --kde option for src subommand(#274)

Changed
-------
* Use spawn multiprocessing on Linux platform.(#273)
* Check MD5 checksum when download(#238)
* Config settings.ini parser and URL list format(#246)
* Refactoring network connection code, consolidated to helper.py(#244)
* Refactoring exceptions, introduce exceptions.py(#244)
* Update known Qt versions combinations.(#243)
* CI: changes azure pipelines test scripts(#250)

Fixed
-----
* Fix logging during subprocess installation on macOS, and Windows(#273)
* Fix patching qmake(#259)
* Prettify help message format(#237)
* Update patching pkgconfig/lib on mac(#267)
* CI: fix check workflow(#248)
* CI: fix error on Azure/Windows(connection error)(#246)

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jun 21, 2021
1 parent de40fc1 commit 7774cb0
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
=============


`v1.2.0`_ (21, Jun. 2021)
========================

Added
-----
* Add -c/--config option to specify custom settings.ini(#246)
Expand Down Expand Up @@ -34,15 +38,6 @@ Fixed
* CI: fix check workflow(#248)
* CI: fix error on Azure/Windows(connection error)(#246)

Deprecated
----------

Removed
-------

Security
--------

`v1.1.6`_ (2, May. 2021)
========================

Expand Down Expand Up @@ -158,7 +153,8 @@ Fixed



.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v1.1.6...HEAD
.. _Unreleased: https://github.com/miurahr/aqtinstall/compare/v1.2.0...HEAD
.. _v1.2.0: https://github.com/miurahr/aqtinstall/compare/v1.1.6...v1.2.0
.. _v1.1.6: https://github.com/miurahr/aqtinstall/compare/v1.1.5...v1.1.6
.. _v1.1.5: https://github.com/miurahr/aqtinstall/compare/v1.1.4...v1.1.5
.. _v1.1.4: https://github.com/miurahr/aqtinstall/compare/v1.1.3...v1.1.4
Expand Down

0 comments on commit 7774cb0

Please sign in to comment.