* Add function `get_license_code` in runtime module `pytransform`, which mainly used in plugin to extend license type. Refer to https://pyarmor.readthedocs.io/en/latest/advanced.html#using-plugin-to-extend-license-type * Fix issue: the command `download` always shows trial version(94)
5.4.2
Not secure
* Option `--exclude` can use multiple times in command `obfuscate` * Exclude build path automatically in command `pack`
5.4.1
Not secure
* New feature: do not obfuscate functions which name starts with `lambda_` * Fix issue: it will raise `Protection Fault` as packing obfuscated scripts to one file
5.4.0
Not secure
* Do not obfuscate lambda functions by default * Fix issue: local variable `platname` referenced before assignment
5.3.13
Not secure
* Add option `--url` for command `download`
5.3.12
Not secure
* Add integrity checks for the downloaded binaries (85)