Skip to content

Releases: Falldog/pyconcrete

v1.2.0 Release Note

01 Sep 12:19

Choose a tag to compare

Bug fixes

  • Add __file__ for entry pye script #123
  • Fix sys.argv to support unicode #124
    • Python 3.7 on Windows is not support

Breaking Changes

v1.1.0 Release Note

24 Jul 05:39

Choose a tag to compare

Features

  • Support to assign customized file extension. Which default is .pye #115
  • Make pyconcrete exe & cli as standalone
    • #119
    • Installation support to assign mode as exe or lib
    • Installation support to determine install-cli or 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
  • pyecli building as executable file rather than python file

v1.0.0 Release Note

23 Feb 05:08
5788f43

Choose a tag to compare

Features

  • Build-system migrate to meson-python
  • Migrate setup.py to pyproject.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.py to pyecli

v0.15.2 Release Note

17 Feb 01:26

Choose a tag to compare

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

27 Feb 17:21

Choose a tag to compare

  • Fix bug: #73 #58
  • Update installation environment variable to PYCONCRETE_PASSPHRASE
  • Remove default passphrase

v0.14.1 Release Note

13 Feb 10:05

Choose a tag to compare

  • Fix pip installation issue

v0.14.0 Release Note

29 Jan 14:24

Choose a tag to compare

  • Support Python3.9 & Python3.10

v0.13.0 Release Note

28 Sep 02:59

Choose a tag to compare

  • Support Python3.8
  • Fix pyconcrete.exe PY_Finalize exception issue #71
  • Fix threading global variable issue #61 #60
  • Fix python 3.7 link issue on Mac

v0.12.1 Release Note

15 Sep 02:32

Choose a tag to compare

  • Support Python3.7
  • pyconcrete-admin support ignore file pattern #24
  • pyconcrete-admin support multiple source files #43
  • Fix double release memory issue #37

v0.11.3 Release Note

06 Oct 22:02

Choose a tag to compare

Support windows build with AppVeyor, fix severy windows build issues