Releases: thmahe/poetry-pyinstaller-plugin
Releases · thmahe/poetry-pyinstaller-plugin
v1.3.0
🚀 Release 1.3.0
What's Changed
- Fix onefile packaging. packaging and hook tests. by @Nealium in #38
- Update pyproject.toml Python version limits by @Nicba1010 in #42
- Supports new toml format for Poetry 2.0.0 by @eyllanesc-JE in #43
- Support false value for
console
andwindowed
by @thmahe in #45 - Tests: set minimal python version to 3.8 to all examples by @thmahe in #46
- Support PEP 508 dependency markers by @thmahe in #47
New Contributors
- @Nicba1010 made their first contribution in #42
- @eyllanesc-JE made their first contribution in #43
Full Changelog: v1.2.1...v1.3.0
v1.2.1
🚀 Release 1.2.1
What's Changed
- Workflows: Add python 3.8 environment by @thmahe in #35
- Fix missing import to make it work with Python 3.8 again by @alejandroclaro in #33
- Enable installation on python 3.13 by @thmahe in #36
New Contributors
- @alejandroclaro made their first contribution in #33
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.17
v1.1.16
v1.1.15
v1.1.14
v1.1.13
🚀 Release 1.1.13
What's Changed
- Add EEXIST missing import by @damufo in #19
- Use single pip command to install packages & add option
use-poetry-install
by @climblinne in #18
New Contributors
- @damufo made their first contribution in #19
- @climblinne made their first contribution in #18
Full Changelog: v1.1.12...v1.1.13
v1.1.12
v1.1.11
🚀 Release 1.1.11
What's Changed
- Add
runtime_hooks
parameter / documentation by @makvoid in #11 - GH-8 - bugfix on
--icon
option, icon path is now resolved before build - GH-7 - Pyinstaller skipped build when --format option specified
New Contributors
Full Changelog: v1.1.10...v1.1.11