features
* add ability to control file permissions with `chmod` entry (see [the doc](https://dotdrop.readthedocs.io/en/latest/config/#permissions) and [this issue](286))
* add concurrent execution (see [this doc](https://dotdrop.readthedocs.io/en/latest/usage/#concurrency) and [this issue](277))
* speed up diffing through `filecmp`
* speed up template detection with `mmap` and `re`
* add more [environment variables](https://dotdrop.readthedocs.io/en/latest/usage/#environment-variables)
* refactor `install`
* add dedicated `importer` class
* add more tests
* improve doc
bug fixes
* fix python-magic dependency and add fallback to using `file` if not found (289, 290)