Hiroshi Miura
c731495e55
Release v3.1.9
...
Security enhancement: CVE-2023-32681
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-11-06 11:54:27 +09:00
Hiroshi Miura
2c10608319
docs: update authors and fix syntax
...
- add new contributors: thanks Alberto, steveice10 and lebarsfa
- Fix quote words with double backquotes
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-11-06 11:13:25 +09:00
Hiroshi Miura
67b002eaba
Update changelog
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-11-06 08:19:40 +09:00
lebarsfa
612dc7ba91
Add ignore_hash option in settings.ini ( #684 )
...
* Settings: add an option to skip checksum verification on Updates.xml
This allows aqt to work even when the server download.qt.io is
unreachable.
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net >
* Update settings.ini
* Correct option to skip checksum verification
* Rename ignore_hash option to INSECURE_NOT_FOR_PRODUCTION_ignore_hash
* Update doc about INSECURE_NOT_FOR_PRODUCTION_ignore_hash
* Add hash_algorithm option
* Unofficial mirrors might not provide any hash for Updates.xml
* docs: update configuration.rst
express default value of hash_algorithm
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* fix: hashlib constructor with usedforsecurity=False
- Python 3.9 and later introduce a keyword argument ``usedforsecurity``
- Set to False because we use hash to check file integrity not for password hash.
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
* Attempt to fix parameter type inconsistency in downloadBinaryFile
---------
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net >
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
Co-authored-by: Alberto Mardegan <mardy@users.sourceforge.net >
Co-authored-by: Hiroshi Miura <miurahr@linux.com >
2023-11-06 07:29:03 +09:00
Hiroshi Miura
0110f2f69a
Release v3.1.8
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-11-01 07:39:49 +09:00
Hiroshi Miura
54edb874e5
Merge branch 'master' into topic/miurahr/readthedocs/remove-deprecated-configuration
2023-09-18 06:50:01 +09:00
Hiroshi Miura
7b1310f644
chore: update sphinx dependencies
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-09-17 00:04:07 +09:00
Dave Dalcino
dcc6924222
update documentation for --autodesktop flag
2023-09-12 16:21:48 -07:00
Hiroshi Miura
ed74bf5d63
Update CHANGELOG.rst
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-09-12 13:53:51 +09:00
Hiroshi Miura
ebc8175deb
Release v3.1.7
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-08-01 16:20:01 +09:00
Hiroshi Miura
7bbca9bfb6
docs: update URL in cli manual
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-08-01 16:20:01 +09:00
Mozi
19b54d82c4
Docs: might be unhappy with the default blacklist settings
2023-06-18 16:36:29 +00:00
Thorbjørn Lindeijer
7c65f6640f
Fixed command to check tools_mingw90 version ( #680 )
...
* Fixed command to check tools_mingw90 version
* Update docs/cli.rst
Co-authored-by: David Dalcino <ddalcino@users.noreply.github.com >
2023-05-26 08:22:08 +09:00
Hiroshi Miura
70a91b7631
Release v3.1.6
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-05-05 00:59:49 +09:00
Hiroshi Miura
7afb05ac8c
Update CHANGES.rst
2023-04-19 13:47:03 +09:00
Hiroshi Miura
76eac19e3d
docs: fix syntax in CHANGELOG.rst
2023-04-19 13:36:42 +09:00
Hiroshi Miura
e70e8f393c
Release v3.1.5
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-03-30 22:58:06 +09:00
Hiroshi Miura
1ada7ed5ab
Release v3.1.4
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-03-25 12:15:56 +09:00
Hiroshi Miura
c239f8bc13
Update SECURITY.rst
...
flag 2.x is not supported
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-03-24 14:15:29 +09:00
Hiroshi Miura
702a0246ac
Merge pull request #656 from ddalcino/docs-qt6-update-mingw
...
Docs: explain MinGW 11.2.0 and tools_mingw90
2023-03-02 07:58:47 +09:00
Hiroshi Miura
8edb437bab
Release v3.1.3
...
Improve warnings when "unknown" Qt versions
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-03-02 07:54:57 +09:00
Dave Dalcino
667aac6f9b
Docs: fix broken commands
...
The docs suggest using `install-tool` commands that are clearly broken,
since they omit the `target` argument, which should be `desktop`.
2023-02-19 11:48:01 -08:00
Dave Dalcino
071932963e
Docs: improve language
...
`tool_name` and `tool_variant` is more specific than `package`
2023-02-19 11:45:50 -08:00
Dave Dalcino
001350e35a
Docs: explain MinGW 11.2.0 and tools_mingw90
2023-02-19 11:22:10 -08:00
Hiroshi Miura
030b4282c9
Release v3.1.2
...
Support WASM for Qt 6.5.0
- Fix docs typo
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-02-17 00:17:08 +09:00
Hiroshi Miura
966fe21bdf
Release v3.1.2
...
Support WASM for Qt 6.5.0
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-02-16 23:58:55 +09:00
Dave Dalcino
6e97b9fca9
Update documentation for --autodesktop flag
...
The `--autodesktop` flag is only useful when installing Qt6 for mobile
or wasm. There is no need to have an additional desktop Qt installation
for any Qt5 mobile or wasm installs. This updates the docs to reflect
that.
2023-02-13 13:13:03 -08:00
Hiroshi Miura
5e8983fbf8
Merge pull request #648 from ddalcino/fix-qt-650
...
Fix list-qt and install-qt handling of WASM for Qt 6.5.0
2023-02-12 10:01:06 +09:00
Dave Dalcino
919a1e4fa6
Note new 6.5.0 arches in docs
2023-02-11 14:15:44 -08:00
Hiroshi Miura
7f43087125
Update CHANGELOG.rst
...
Prepare for release v3.1.1
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2023-02-10 22:26:09 +09:00
Hiroshi Miura
28e9f00cef
Release v3.1.0
...
- Fix installation for Qt 6.4.1 Android packages
- Improve standalone binary build
- Refactoring internals and check types with mypy
2022-12-05 12:59:33 +09:00
Hiroshi Miura
166c89065a
Drop support for python 3.6
...
- Update manual to say minimum version is 3.7.5
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-11-17 10:43:50 +09:00
Dave Dalcino
6d39111443
Update docs
2022-11-16 16:14:55 -08:00
Hiroshi Miura
8383cb41ce
Update changelog
...
Fix dependency description
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-11-03 11:59:17 +09:00
Hiroshi Miura
33dab6e941
Update changelog
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-11-03 11:58:19 +09:00
Hiroshi Miura
c9b329c830
Move CHANGELOG.rst in docs folder
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-11-03 08:43:35 +09:00
Hiroshi Miura
199aa6d06e
Docs: Fix ci check error
...
- Ignore document build directory
- Add docs l10n files in MANIFEST.in
- docs: Remove doctree files
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-26 07:48:40 +09:00
Hiroshi Miura
842c60bf5e
Merge pull request #584 from ddalcino/fix-wasm32-windows
...
Fix installation of Qt6/WASM arch on windows + multiplatform CI tests
2022-10-26 07:31:25 +09:00
Hiroshi Miura
5883a2a0e4
Update japanese translations
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-15 17:01:31 +09:00
Dave Dalcino
6e8ae8eba9
Improve docs for changed --autodesktop flag
2022-10-12 17:29:12 -07:00
Hiroshi Miura
a40b0a0e1a
Update japanese translations(cont.)
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-10 11:29:47 +09:00
Hiroshi Miura
996e8fbf95
Update japanese translations(wip)
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-10 01:34:38 +09:00
Hiroshi Miura
03329b784e
Add japanese po files
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-10 00:51:53 +09:00
Hiroshi Miura
04f58af636
Prepare localize
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-10-09 23:38:18 +09:00
Hiroshi Miura
d82d20f95e
Update documents
...
- Add --autodesktop example on README
- Update patch version in examples
- Add missing changes
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-09-23 12:20:14 +09:00
Hiroshi Miura
9777a52132
Update security policy and changlog
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-09-18 15:48:29 +09:00
David Dalcino
0fe801746a
Update Mac CI pipelines to use MacOS-12 ( #541 )
...
* Update Mac CI pipelines to use MacOS-12
The MacOS-10.15 CI runners are now deprecated, and will begin brownouts in August. See discussion here: https://github.com/actions/virtual-environments/issues/5583
MacOS-11 is also available, in case there are any issues with 12.
* drop non-functional qt
* add warnings about Qt < 6.2 to docs
* specify Qt 6.2.4 as the minimum for ios
2022-09-18 15:34:08 +09:00
Dave Dalcino
687adb1834
Add --autodesktop to docs
2022-08-20 07:53:03 -07:00
Dave Dalcino
ff2d1dad2c
Add documentation for the new --long-modules flag
2022-08-13 11:12:49 -07:00
Hiroshi Miura
b342249761
Docs: update changelog and authors
...
Signed-off-by: Hiroshi Miura <miurahr@linux.com >
2022-08-02 22:29:07 +09:00