Releases: miurahr/aqtinstall
Releases · miurahr/aqtinstall
Release v2.1.0rc3
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v2.1.0rc2
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v2.1.0rc1
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v2.0.6
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v2.0.5
Lower memory consumption
Release v2.0.4
Fixed
- Error when double install on same directory
- Memory error on 32bit python
Changed
- list-doc, list-example, and list-src arguments
Release v2.0.2
Release v2.0.1
Added
- Allow retries on checksum error(#420)
- Run on Python 3.10(#424)
- Add more mirrors for fallback(#432)
- Add fallback URL message(#434)
Fixed
--noarchives
inconsistency(#429)- Allow multiprocessing error propagation(#419)
- Legacy command behavior, reproduce also old bugs (#414)
- Fix crash on
crash install-qt <host> <tgt> <spec>
with no specified arch(#435)
Changed
- Print working directory and version in error message(#418)
Security
- Use HTTPS for mirror site(#430)
Release v2.0.0
General available v2.0.0 Special thanks to David Dalcino for significant contributions 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,#386,#390,#395) * CI: test with Qt6.2 with modules(#346) * README: link documentation for stable(#329) * Support WASM on Qt 6.2.0(#384) * Add Binary distribution for Windows(#393,#397) * Add list-qt --archives feature(#400) * Require architecture when listing modules(#401) Changed ------- * list subcommand now support tool information(#235) * list subcommand can show versions, architectures 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 interruption(#337) * Update combinations.json(#344,#386) * 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) * Failed on missing modules(#374) * Failed on missing tools(#375) * Remove 'addons' prefix for some modules for Qt6+ (#368) * Fix inappropriate warnings(#370) * Update README to fix version 2 (#377) * list-qt: Specify version by SimpleSpec(#392) * Add helpful error messages when modules/tools/Qt version does not exist(#402) 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) * Handle special case for Qt 5.9.0(#364) * Running python2 -m aqt does not trigger Python version check (#372,#373) * docs(cli): correct the parameter of "list-tool" in an example(#399) * Doc: Fix broken mirror link in cli.rst (#403) * CI: fix release action fails with no files found(#405) Signed-off-by: Hiroshi Miura <miurahr@linux.com>
Release v2.0.0rc5
Signed-off-by: Hiroshi Miura <miurahr@linux.com>