Merge pull request #918 from miurahr/topic/miurahr/prepare-release-v3-3-0
Some checks failed
Check tox tests / Check packaging 📦 (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / Build package (push) Has been cancelled
Test on GH actions environment / test (binary, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.0) (push) Has been cancelled
Test on GH actions environment / test (standard, ubuntu-latest, 3.13, 6.8.1) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.5.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.6.3) (push) Has been cancelled
Test on GH actions environment / test (standard, windows-latest, 3.13, 6.7.3) (push) Has been cancelled
Publish Python 🐍 distributions 📦 to PyPI / publish Python 🐍 distributions 📦 to PyPI (push) Has been cancelled

Update changelog for preparation of the next v3.3.0 release
This commit is contained in:
Hiroshi Miura
2025-05-17 09:03:10 +09:00
committed by GitHub
2 changed files with 23 additions and 4 deletions

View File

@@ -13,6 +13,20 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
=============
Fixed
-----
- Fix arch guessing error when version not fully qualified, fix list-qt android, add --UNSAFE-ignore-hash, add --use-official-installer to list-qt (#909)
- Add --use-official-installer, fix official installer download after update 4.9 (#906)
Added
-----
- update host windows_arm64 files as we do with windows (#914)
Changed
-------
- Documentation: Add --use-official-installer, --dry-run, --UNSAFE-ignore-hash, examples (#907)
`v3.2.1`_ (16, March, 2025)
===========================
@@ -46,7 +60,7 @@ Fixed
Added
-----
- Add support for commercal version of Qt (#878)
- Add support for commercial version of Qt (#878)
Changed
-------

View File

@@ -12,11 +12,15 @@ Original qli-installer is written by Linus Jahn
Significant contributions for improvements of version 2.0 and 2.1 by David Dalcino
David also leads many developments and reviews effort after 2.0.
Significant contributions have been made by @tsteven4 for implementing support for tracking changing folder hierarchies,
and by Alexandre @Kidev Poumaroux for developing the official installer option integration.
All contributors, listed alphabetically, are:
* Adrian Eddy (fix the case of Android 6.7.0)
* Alberto Mardegan(ignore_hash option)
* Alexandre @Kidev Poumaroux (official installer option, WASM fixes for Qt6.7.x)
* Alexandre @Kidev Poumaroux (official installer option, WASM fixes for Qt6.7.x, manuals)
* Andrew Wason (support arm64)
* Andrei Yankovich (tools ifw installation)
* Aurélien Gâteau (patching to qmake)
@@ -29,7 +33,7 @@ All contributors, listed alphabetically, are:
* Felix Barz (Android, Explicit extra module installation)
* Gamso (improve parsing of update.xml)
* iakov (improve wasm test cases)
* J.D. Purcell (patch Qt scripts)
* J.D. Purcell (patch Qt scripts, fix list-qt)
* Julien Marrec (mypy, type hints)
* Kyle Altendorf (7z binary path search)
* @lebarsfa (ignore_hash/hash_algorithm options)
@@ -46,7 +50,8 @@ All contributors, listed alphabetically, are:
* @Steveice10 (MacOS binary build)
* Sztergbaum Roman (Version database)
* Thomas Grainger (CLI entry point)
* @tsteven4 (fix patching, support for Qt 6.8.x)
* @tsteven4 (fix patching, support for Qt 6.8.x, and windows_arm64)
* @xavier2k6 (Update ci/test conditions)
* Vadim Peretokin (Version database)
* Vladyslav Hnatiuk (Version database)
* @ypnos (Documents)