Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Nov 11, 2018
1 parent 0f98b81 commit e4a9d60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
4.4.0
-----

* Pack obfuscated scripts by command `pack`

In this version, introduces a new command `pack` used to pack
obfuscated scripts with `py2exe` and `cx_Freeze`. Once the setup
script of `py2exe` or `cx_Freeze` can bundle clear python scripts,
`pack` could pack obfuscated scripts by single command: `pyarmor
pack --type cx_Freeze /path/to/src/main.py`

* Pack obfuscated scripts by WebUI packer

WebUI is well reformed, simple and easy to use.

http://pyarmor.dashingsoft.com/demo/index.html

4.3.4
-----
* Fix start pyarmor issue for `pip install` in Python 2
Expand Down

0 comments on commit e4a9d60

Please sign in to comment.