* Fix issue: option `--disable-restrict-mode` doesn't work in command `licenses` * Remove freevar `func` from `frame.f_locals` when raise exception in decorator `wraparmor`
3.8.2
Not secure
* Change module filename to `<frozen modname>` in traceback, set attribute `__file__` to real filename when running obfuscated scripts.
3.8.1
Not secure
* Try to access original func_code out of decorator `wraparmor` is forbidden.
3.8.0
Not secure
* Add option `--output` for command `build`, it will override the value in project configuration file. * Fix issue: defalut project output path isn't relative to project path. * Remove extra file `product.key` after obfuscating scripts.
3.7.5
Not secure
* Remove prefix dotted name from filename in traceback, if it's not a package.
3.7.4
Not secure
* Strip `__init__` from filename in traceback, replace it with package name.