github dashingsoft/pyarmor v9.2.2
Release 9.2.2

4 hours ago

New features

Changed features

  • When reading and writing configure file by pyarmor cfg, now default encoding is utf-8 other than None

  • Project rule files always use utf-8 encoding

  • MINI scripts change the bootstrap code:

    - from pyarmor_mini import __pyarmor__
    + from pyarmor.mini.pyarmor_mini import __pyarmor__

    So it need install package pyarmor.mini in target machine to run MINI script. If it need still use old style, config it by this command: pyarmor env -p set mini:import_from pyarmor_mini

Fixed isssues

  • Fix issue: shebang is not reserved when script is generated by pyarmor build
  • Fix issue #2257: bcc mode may be crashed in platform windows.x86_64

Don't miss a new pyarmor release

NewReleases is sending notifications on new releases.