Skip to content

v1.14.0

Latest
Compare
Choose a tag to compare
@deadc0de6 deadc0de6 released this 08 Nov 20:38
· 72 commits to master since this release

features

  • simplify the use of python env with DOTDROP_VIRTUALENV (see the doc)
  • add ability to access all variables in a dictionary in templates using _vars (#404, an example)
  • add a new command uninstall to uninstall files installed by dotdrop (#403, the doc)
  • add a new install command line switch --remove-existing to remove any files not managed by dotdrop (#403)
  • deprecate trans_read and trans_write which become trans_install and trans_update respectively (#415, the doc)
  • ignore virtualenv in checks (#416)
  • add more tests (and more coverage)
  • use bash strict mode in tests
  • improve documentation

bug fixes

  • fix several bugs in ignore patterns (see #388, #402, #405)
  • fix chmod not being applied to subfile when the dotfile is a directory (#413)