- Use global capsule as default capsule for project, other than creating new one for each project
- Add option
--obf-code
,--obf-mod
,--wrap-mode
,--cross-protection
in commandconfig
- Add new attributes for project:
obf_code
,obf_mod
,wrap_mode
,cross_protection
- Deprecrated project attributes
obf_code_mode
,obf_module_mode
, useobf_code
,obf_mod
,wrap_mode
instead - Change the behaviours of
restrict mode
, refer to https://pyarmor.readthedocs.io/en/latest/advanced.html#restrict-mode - Change option
--restrict
in commandobfuscate
andlicenses
- Remove option
--no-restrict
in commandobfuscate
- Remove option
--clone
in commandinit