This is a pre-release build
A description of the various files is in the README
The PyInstaller-bundled executables are subject to the licenses described in THIRD_PARTY_LICENSES.txt
Changelog
Core changes
- don't force reinstall? by bashonly
- fix strings by bashonly
- install pyinstaller before other deps to prevent unnecessary reinstalls by bashonly
- its final form by bashonly
- its final form? by bashonly
- official powershell syntax! by bashonly
- rework verification by bashonly
- use my fork for pyinstaller-builds by bashonly
- use yt-dlp/pyinstaller-builds repo by bashonly
- verify custom pyinstaller hashes by bashonly
- compat: Add
compat_datetime_from_timestamp
(#11902) by pzhlkj6612, seproDev
Extractor changes
- 10play: Fix extractor (#14242) by Sipherdrakon
Misc. changes
- build
- ci: Test and lint workflows (#14249) by bashonly
- docs: Clarify license of PyInstaller-bundled executables (#14257) by seproDev
- test: utils: Fix
sanitize_path
test for Windows CPython 3.11 (#13878) by Grub4K