Releases: Falldog/pyconcrete
Releases · Falldog/pyconcrete
v1.2.0 Release Note
Bug fixes
- Add
__file__for entry pye script #123 - Fix
sys.argvto support unicode #124- Python 3.7 on Windows is not support
Breaking Changes
- Default enable pyconcrete exe utf8 mode, ref doc: https://docs.python.org/3/library/os.html#utf8-mode
v1.1.0 Release Note
Features
- Support to assign customized file extension. Which default is .pye #115
- Make pyconcrete exe & cli as standalone
- #119
- Installation support to assign
modeasexeorlib - Installation support to determine
install-clior not
- Support limited Windows platform #120
Bug fixes
- Fix return code should not be 0 when python script is exception #114
- Fix building dependency issue for secret_key.h #117
- Fix windows installation will cause pip failure #116
Breaking Changes
- pyconcrete exe & cli building as standalone
- installation default will not install pyconcrete lib
pyeclibuilding as executable file rather than python file
v1.0.0 Release Note
Features
- Build-system migrate to
meson-python - Migrate
setup.pytopyproject.toml - Migrate test framework to pytest
- Support python 3.11 3.12, 3.13
Breaking Changes
- No longer support python versions earlier than 3.6
- Assign passphrase by argument when pip installation, rather than assign env
- Pip installation passphrase naming be
passphrase - Rename
pyconcrete-admin.pytopyecli
v0.15.2 Release Note
What's Changed
- build(deps): bump django from 2.2.27 to 2.2.28 in /example/django/pye_web by @dependabot in #97
- Replace url for download pip.py for 3.6 back-capability by @stitrace in #100
- fix: Change PYE finder (hook) logic from meta hook to path hook by @dx-77 in #108
New Contributors
Full Changelog: v0.15.1...v0.15.2
v0.15.1 Release Note
v0.14.1 Release Note
- Fix pip installation issue
v0.14.0 Release Note
- Support Python3.9 & Python3.10
v0.13.0 Release Note
v0.12.1 Release Note
v0.11.3 Release Note
Support windows build with AppVeyor, fix severy windows build issues