* new features
* ability to link children of managed directory (like `~/.vim/`, see [link_children](https://github.com/deadc0de6/dotdrop#link-children))
* allow (dyn-)variables in profiles to overwrite global (dyn-)variables (see [profile variables](https://github.com/deadc0de6/dotdrop#variables))
* allow to ignore patterns when updating (see [update dotfiles](https://github.com/deadc0de6/dotdrop#update-dotfiles))
* (dyn-)variables are now recursively evaluated (see [variables](https://github.com/deadc0de6/dotdrop#available-variables))
* actions can be dynamically interpreted with the use of variables (see [dynamic actions](https://github.com/deadc0de6/dotdrop#dynamic-actions))
* provide a way to patch templates when updating (see [update dotfiles](https://github.com/deadc0de6/dotdrop#update-dotfiles))
* improvements
* improve `compare` output format
* `-l --inv-link` now inverse the `link` value of `link_by_default`
* actions are not executed when installing to temporary (`-t --temp`)
* better handle arguments, config options and others in the code
* update doc/readme
* refactoring
* bug fixes
* ensure dotdrop returned code is returned when using `dotdrop.sh`
* fix bug when linking to broken link
* correctly handle empty files
* handle the case when actions messes with dotfiles right before the installation
* tests
* add `pycodestyle` tests
* add `pyflakes` tests
* add more tests