Releases: thmahe/poetry-pyinstaller-plugin
Releases · thmahe/poetry-pyinstaller-plugin
v1.1.10
🚀 Release 1.1.10
What's Changed
- GH-6 tool.poetry-pyinstaller-plugin.version option added by @thmahe
- Add hidden-import arg by @ericgarrigues in #5
New Contributors
- @ericgarrigues made their first contribution in #5
Full Changelog: v1.1.9...v1.1.10
v1.1.9
v1.1.8
v1.1.7
🚀 Release 1.1.7
Changelog
- bugfix PyInstaller target parsing deferred on build command
Full Changelog: v1.1.6...v1.1.7
v1.1.6
🚀 Release 1.1.6
Changelog
- PyInstaller
- Support of
--noupx
flag - Collect feature support including:
--collect-submodules
--collect-data
--collect-binaries
--collect-all
- Support of
- PyInstaller venv
- Support of supplemental source
- Markers support during package installation
- Poetry's venv reused if in use
- Distribution format
- Dedicated PyInstaller destination folder per platform
Full Changelog: v1.1.0...v1.1.6
v1.1.0
🚀 Pre-Release 1.1.0 - Dedicated venv & certifi support
changelog:
- Dedicated venv for PyInstaller build step from poetry venv
- Including latest pyinstaller installation
- Install all dependencies of package
- Dedicated option block for
certifi
- Certificates can be included in bundled
certifi
package.
- Certificates can be included in bundled
v1.0.2
🚀 Initial release
Changelog
- Folder & Single File binary generation support with PyInstaller
- Wheel bundle support, include pre-built binaries to poetry generated wheels
- Including dependencies
- Transform wheel for platform specific installation
Full Changelog: https://github.com/thmahe/poetry-pyinstaller-plugin/commits/v1.0.2