Releases: deadc0de6/dotdrop
Releases · deadc0de6/dotdrop
v0.11.0
- fix relative path computation (#29)
- add debug mode and output
- refactoring
v0.10.5
- ensure directory tree exists when symlink (thanks @lyze237)
- properly handle exception when destination is not a directory (and expected to be)
- also deploy when file rights have changed (useful for
chmod +x
changes and similar)
v0.10.2
- update redirect for old version to the wiki
- move pep8 checks to pycodestyle
- fix pycodestyle errors/warnings
- adding pip3 requirements for tests
- update travis configs
v0.10.1
- tilde is now expanded on
--cfg
v0.10
- add transformations and ability to manage encrypted dotfiles
- refactor README
- fix small bugs
- add aur package
v0.9
add ability to update managed dotfiles
v0.8.2
fix bad handling of relative path
v0.8.1
adding ability to provide diff arguments through -o
switch