Releases: deadc0de6/dotdrop
Releases · deadc0de6/dotdrop
v1.5.1
bug fix
- fix dotfiles using
trans_read
not templated (see #302)
v1.5.0
feature:
- add ability to ignore missing files in dotdrop during
update
or compare
(see this PR and the doc)
- refactor fish completion (see this PR)
v1.4.3
features
- add ability to ignore pattern on import with
impignore
(#294)
- negative ignore patterns (#298)
bug fixes
- fix ignore not respected on template (#296)
- fail early when profile does not exist (#300)
v1.4.1
fix fake dotfiles pre/post actions not executed
v1.4.0
features
- add ability to control file permissions with
chmod
entry (see the doc and this issue)
- add concurrent execution (see this doc and this issue)
- speed up diffing through
filecmp
- speed up template detection with
mmap
and re
- add more environment variables
- refactor
install
- add dedicated
importer
class
- add more tests
- improve doc
bug fixes
- fix python-magic dependency and add fallback to using
file
if not found (#289, #290)
v1.3.7
features:
- use python-magic instead of
file
for identifying file types
- ask user to follow symlink on import unless
-f --force
is set (#184)
- actively checking for python module dependencies at start
- update tests
- update doc
bug fixes:
- fix temporary file/directory on Windows (#283)
- fix profile's included variables taking precedence over profile variables (#285)
- properly fail if config file not found (#287)
v1.3.6
- add ability to control the temporary directory used by dotdrop through the env variable
DOTDROP_TMPDIR
(#268)
- fix
ignoreempty
default value (#281)
- add ability to only list files that differ without the diff output with
-L --file-only
v1.3.5
- fix bug when removing dotfile (see #280)