* default profile can be defined using environment variable (`DOTDROP_PROFILE`) - [doc](https://github.com/deadc0de6/dotdrop#list-profiles)
* ability to symlink dotfiles generated by a template to a working directory (`~/.config/dotdrop`) - [doc](https://github.com/deadc0de6/dotdrop#symlink-dotfiles)
* add ability to generate dotfiles to a temporary directory for review and manual comparison (`install -t`) - [doc](https://github.com/deadc0de6/dotdrop#debug-template)
* allow to add globally available template variables in the config file (new entry `variables`) - [doc](https://github.com/deadc0de6/dotdrop#available-variables)
* provide a function to add a generated header in templates (`{{ header() }}`) - [doc](https://github.com/deadc0de6/dotdrop#dotdrop-header)
* portable way of getting hostname
* update README
* fix some minor bugs and improve code