* 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 command `config`
* Add new attributes for project: `obf_code`, `obf_mod`, `wrap_mode`, `cross_protection`
* Deprecrated project attributes `obf_code_mode`, `obf_module_mode`, use `obf_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 command `obfuscate` and `licenses`
* Remove option `--no-restrict` in command `obfuscate`
* Remove option `--clone` in command `init`