Skip to content

Releases: miurahr/aqtinstall

Release v1.2.0b5

21 Jun 06:50
Compare
Choose a tag to compare
Release v1.2.0b5 Pre-release
Pre-release
Signed-off-by: Hiroshi Miura <[email protected]>

Release v1.2.0b4

13 Jun 04:07
Compare
Choose a tag to compare
Release v1.2.0b4 Pre-release
Pre-release
Signed-off-by: Hiroshi Miura <[email protected]>

Release v1.2.0b3

09 Jun 14:25
Compare
Choose a tag to compare
Release v1.2.0b3 Pre-release
Pre-release
Signed-off-by: Hiroshi Miura <[email protected]>

Release v1.2.0b2

24 May 00:31
Compare
Choose a tag to compare
Release v1.2.0b2 Pre-release
Pre-release
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]>

Release v1.2.0b1

20 May 06:05
Compare
Choose a tag to compare
Release v1.2.0b1 Pre-release
Pre-release
Added
-----
* Support for installation of old versions(#236, #239)

Changed
-------
* CI: update test target on Python 3.6 and 3.8(#240)
* Check MD5 checksum when download(#238)

Fixed
-----
* Prettify help message format(#237)

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

Release v1.1.6

02 May 03:11
Compare
Choose a tag to compare
Fixed
-----
* doc subcommand failed in argument parse(#234)

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

Release v1.1.5

02 May 03:10
Compare
Choose a tag to compare
Added
-----
* README: describe advanced installation method.

Changed
-------
* Change tox.ini: docs test output folder
* Remove changelog from pypi page

Fixed
-----
* Drop dependency for wheel

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

Release v1.1.4

02 May 03:10
Compare
Choose a tag to compare
Changed
-------
* Code reformatting by black and check by black.
* Check linting by github actions.

Fixed
-----
* Fix document error on README(#228, #226).

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

Release v1.1.3

25 Feb 12:03
Compare
Choose a tag to compare
Fixed
-----

* Key error on 3.6.13, 3.7.10, 3.8.8, and 3.9.2(#221)

Release v1.1.2

20 Feb 03:11
Compare
Choose a tag to compare
* Fix leaked multiprocessing resource(#220)
* Catch both read timeout and connection timeout.

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