Releases: deadc0de6/dotdrop
Releases · deadc0de6/dotdrop
v1.15.0
features:
- switch from
docopttodocopt-ng(thanks @maxwell-k, see #454 and #435) - add ability to specify on cli with
-K --dkeythe dotfile key forimport(see #452) - adding
gencfgcommand (see the doc) - properly handle bad formatted config
- more documentation
bug fixes:
v1.14.2
v1.14.0
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
uninstallto uninstall files installed by dotdrop (#403, the doc) - add a new
installcommand line switch--remove-existingto remove any files not managed by dotdrop (#403) - deprecate
trans_readandtrans_writewhich becometrans_installandtrans_updaterespectively (#415, the doc) - ignore virtualenv in checks (#416)
- add more tests (and more coverage)
- use bash strict mode in tests
- improve documentation
bug fixes
v1.13.2
features
- move from
tomltotomllib+tomli_w, thanks to @parona-source - handle
javascriptas text and thus always allow templates (see #396) - update doc
bug fixes
- follow symlink when target is a template, thanks to @jtt9340
- remove dependency on
gpgfor tests - fix snapcraft release
v1.13.0
v1.12.13
v1.12.11
v1.12.9
feature
- update doc with debian package, thanks to gpxlnx
- update doc with ubuntu package, thanks to gpxlnx
- update manpage version
v1.12.8
v1.12.7
features
- improve testing (dead links, linting, etc)
- CICD (homebrew, testing)
bug fixes
- fix bug when importing to a profile having not dofiles but includes these from another profile (see the commit)