Skip to content

Releases: miurahr/aqtinstall

Release v2.0.0b6

05 Aug 23:44
Compare
Choose a tag to compare
Release v2.0.0b6 Pre-release
Pre-release

Added

  • Add error messages when user inputs an invalid semantic version(#291)
  • Security Policy document(#341)
  • CodeQL static code analysis(#341)
  • CI: generate combination json in actions (#318,#343)
  • Test: add and improve unit tests(#327,#359)
  • Docs: getting started section(#351)
  • Docs: recommend python3 for old systems(#349)
  • Automatically update combinations.json (#343,#344,#345)
  • CI: test with Qt6.2 with modules(#346)
  • README: link documentation for stable(#329)

Changed

  • list subcommand now support tool information(#235)
  • list subcommand can show versions, archiectures and modules.(#235)
  • C: bundle jom.zip in source(#295)
  • Add max_retries configuration for connection(#296)
  • Change settings.ini to introduce [requests] section(#297)
  • Change log format for logging file.
  • Extension validation for tool subcommand(#314)
  • list subcommand has --tool-long option(#304, #319)
  • tool subcommand now install without version spec(#299)
  • README example command is now easy to copy-and-paste(#322)
  • list subcommand update(#331)
  • Improve handle of Ctrl-C keyboard interrption(#337)
  • Update combinations.json(#344)
  • Turn warnings into errors when building docs(#360)
  • Update documentations(#358,#357)
  • Test: consolidate lint configuration to pyproject.toml(#356)
  • Test: black configuration to max_line_length=125 (#356)
  • New subcommand syntax (#354,#355)

Fixed

  • Fix helper.getUrl() to handle several response statuses(#292)
  • Fix Qt 6.2.0 target path for macOS.(#289)
  • Fix WinRT installation patching(#311)
  • Fix Qt 5.9.0 installation (#312)
  • Link documentations for stable/latest on README
  • Check python version when starting command (#352)
  • README: remove '$' from example command line(#321)
  • README: fix command line example lexer(#322)
  • CI: fix release script launch conditions(#298)

Release v2.0.0b5

26 Jul 23:58
Compare
Choose a tag to compare
Release v2.0.0b5 Pre-release
Pre-release

Added

  • Add error messages when user inputs an invalid semantic version(#291)
  • Security Policy document
  • CI: CodeQL static source analysis
  • CI: generate combination json in actions (#318,#343)

Changed

  • list subcommand now support tool information(#235)
  • list subcommand can show versions, archiectures and modules.(#235)
  • Add max_retries configuration for connection(#296)
  • Change settings.ini to introduce [requests] section(#297)
  • Change log format for logging file.
  • Extension validation for tool subcommand(#314)
  • list subcommand has --tool-long option(#304, #319)
  • tool subcommand now install without version spec(#299)
  • README example command is now easy to copy-and-paste(#322)
  • list subcommand update(#331)
  • Improve handle of Ctrl-C keyboard interrption(#337)
  • Update combinations.json(#344)

Fixed

  • Fix helper.getUrl() to handle several response statuses(#292)
  • Fix Qt 6.2.0 target path for macOS.(#289)
  • Fix WinRT installation patching(#311)
  • Fix Qt 5.9.0 installation (#312)
  • Link documentations for stable/latest on README

Release v2.0.0b4

26 Jul 23:00
Compare
Choose a tag to compare
Release v2.0.0b4 Pre-release
Pre-release

Added

  • Add error messages when user inputs an invalid semantic version(#291)
  • Security Policy document
  • CI: CodeQL static source analysis
  • CI: generate combination json in actions (#318)

Changed

  • list subcommand now support tool information(#235)
  • list subcommand can show versions, archiectures and modules.(#235)
  • Add max_retries configuration for connection(#296)
  • Change settings.ini to introduce [requests] section(#297)
  • Change log format for logging file.
  • Extension validation for tool subcommand(#314)
  • list subcommand has --tool-long option(#304, #319)
  • tool subcommand now install without version spec(#299)
  • README example command is now easy to copy-and-paste(#322)
  • list subcommand update(#331)
  • Improve handle of Ctrl-C keyboard interrption(#337)

Fixed

  • Fix helper.getUrl() to handle several response statuses(#292)
  • Fix Qt 6.2.0 target path for macOS.(#289)
  • Fix WinRT installation patching(#311)
  • Fix Qt 5.9.0 installation (#312)
  • Link documentations for stable/latest on README

Release v1.2.4

16 Jul 13:35
Compare
Choose a tag to compare
Signed-off-by: Hiroshi Miura <[email protected]>

Improved list sub command

15 Jul 10:02
Compare
Choose a tag to compare
Pre-release

Added

  • Add error messages when user inputs an invalid semantic version(#291)

Changed

  • list subcommand now support tool information(#235)
  • list subcommand can show versions, archiectures and modules.(#235)
  • Add max_retries configuration for connection(#296)
  • Change settings.ini to introduce [requests] section(#297)
  • Change log format for logging file.
  • Extension validation for tool subcommand(#314)
  • list subcommand has --tool-long option(#304, #319)

Fixed

  • Fix helper.getUrl() to handle several response statuses(#292)
  • Fix Qt 6.2.0 target path for macOS.(#289)
  • Fix WinRT installation patching(#311)
  • Fix Qt 5.9.0 installation (#312)

Release v1.2.3

14 Jul 23:37
Compare
Choose a tag to compare
Fixed
-----
* Patching for winrt packages(#311)

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

Improve list sub command

06 Jul 04:50
a969c24
Compare
Choose a tag to compare
Pre-release

Changed

  • list subcommand now support tool information(#235)
  • list subcommand can show versions, archiectures and modules.(#235)
  • Add max_retries configuration for connection(#296)
  • Change settings.ini to introduce [requests] section[#297]
  • Change log format for logging file.

Fixed

  • Fix helper.getUrl() to handle several response statuses(#292)
  • Fix Qt 6.2.0 target path for macOS.(#289)

Release v1.2.2

01 Jul 08:01
Compare
Choose a tag to compare

Added

  • Create qtenv2.bat file on windows(#279)

Fixed

  • Fix list subcommand to retrieve information from web(#280)
  • Fix crash when installing Qt6.2.0 on mac(#288,#289)

Release v1.2.1

01 Jul 07:58
Compare
Choose a tag to compare

Fixed

  • Fix crash when tool subcommand used.(#275,#276)

Release v1.2.0

21 Jun 11:29
Compare
Choose a tag to compare

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)