Skip to content

Releases: thmahe/poetry-pyinstaller-plugin

v1.1.10

26 May 09:56
e1f8ae8
Compare
Choose a tag to compare

🚀 Release 1.1.10

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.10

v1.1.9

11 May 07:38
2d018e1
Compare
Choose a tag to compare

🚀 Release 1.1.9

What's Changed

  • GH-2 - Support of --copy-metadata and --recursive-copy-metadata
  • GH-3 - PyInstaller build skipped on missing virtualenv

Full Changelog: v1.1.8...v1.1.9

v1.1.8

11 Apr 19:22
db36c2b
Compare
Choose a tag to compare

🚀 Release 1.1.8

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

20 Mar 20:46
8683aae
Compare
Choose a tag to compare

🚀 Release 1.1.7

Changelog

  • bugfix PyInstaller target parsing deferred on build command

Full Changelog: v1.1.6...v1.1.7

v1.1.6

15 Mar 08:40
8b15267
Compare
Choose a tag to compare
v1.1.6 Pre-release
Pre-release

🚀 Release 1.1.6

Changelog

  • PyInstaller
    • Support of --noupx flag
    • Collect feature support including:
      • --collect-submodules
      • --collect-data
      • --collect-binaries
      • --collect-all
  • 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

28 Feb 11:46
74e258e
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

🚀 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.

v1.0.2

23 Feb 22:50
7c672f3
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

🚀 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