Skip to content

Commit

Permalink
Release v1.2.0b2
Browse files Browse the repository at this point in the history
Added
-----
* Support for installation of old versions(#236, #239)
* Add -c/--config option to specify custom settings.ini(#246)
* Document for settings.ini configuration parameters(#246)

Changed
-------
* 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)

Fixed
-----
* Prettify help message format(#237)
* 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 May 24, 2021
1 parent ea52bbe commit 55563c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,22 @@ All notable changes to this project will be documented in this file.
Added
-----
* Support for installation of old versions(#236, #239)
* Add -c/--config option to specify custom settings.ini(#246)
* Document for settings.ini configuration parameters(#246)

Changed
-------
* CI: update test target on Python 3.6 and 3.8(#240)
* 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)

Fixed
-----
* Prettify help message format(#237)
* CI: fix check workflow(#248)
* CI: fix error on Azure/Windows(connection error)(#246)

Deprecated
----------
Expand Down

0 comments on commit 55563c6

Please sign in to comment.