Skip to content

Releases: dashingsoft/pyarmor-docs-zh

发布 8.2.3

05 Jun 07:41
Compare
Choose a tag to compare

发布 8.2.2

29 May 01:25
Compare
Choose a tag to compare
  • 支持使用 @filename 在命令行列出所有需要加密的脚本和目录
  • 重新实现了保护系统库的方法

发布 8.2.1

19 May 22:16
Compare
Choose a tag to compare

主要是修正了文档中的一些拼写错误

完整的在线文档 8.2 版

09 May 14:05
Compare
Choose a tag to compare

基本完善全部 Pyarmor 8 的全部功能和使用示例。

Release 8.0 doc

10 Apr 08:41
Compare
Choose a tag to compare
v8.0

Refine doc

Release 7.x

15 Feb 03:13
Compare
Choose a tag to compare

适用于 Pyarmor 8.0 之前的文档

Release 5.9.0

19 Jan 05:50
90cdc94
Compare
Choose a tag to compare

pyarmor-webui is published as a separated package, it has been removed from source package of pyarmor. Now it's a full feature webui, and could be installed by pip install pyarmor-webui.

  • Support environment variable PYARMOR_HOME as one extra path to find the license.lic of pyarmor. Now the search order is:
    • In the package path of pyarmor
    • $PYARMOR_HOME/.pyarmor/license.lic
    • $HOME/.pyarmor/license.lic
    • $USERPROFILE/.pyarmor/license.lic (Only for Windows)
  • In command licenses if option output is set, do not append extra path licenses in the final output path
  • In command obfuscate with option --exact, all the scripts list in the command line will be taken as entry script.
  • The last argument in command pack could be a project path or .json file
  • Add new option --name in the command pack
  • Add new project attribute license_file, bootstrap_code
  • Add new option --with-license, --bootstrap in the command config
  • Add new option --bootstrap in the command obfuscate
  • The options --package-runtime doesn't support 2 and 3, use --bootstrap=2 or --bootstrap=3 instead
  • In command licenses support output generated license to stdout by --output stdout

Release 5.7.0

07 Nov 00:41
Compare
Choose a tag to compare

There are 2 major changes in this version:

  1. The runtime files are saved in the separated folder pytransform as package
  2. The bootstrap code must be in the obfuscated scripts, and it must be entry script as obfuscating.

Release 5.6.0

14 Oct 23:42
Compare
Choose a tag to compare

Keep old document for extending license type