| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-11-08 | 1.1 kB | |
| v1.14.0 source code.tar.gz | 2023-11-08 | 191.2 kB | |
| v1.14.0 source code.zip | 2023-11-08 | 373.2 kB | |
| Totals: 3 Items | 565.5 kB | 2 | |
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
- fix several bugs in ignore patterns (see [#388], [#402], [#405])
- fix chmod not being applied to subfile when the dotfile is a directory (#413)