Releases: k4j8/filetailor
Releases · k4j8/filetailor
v0.3.0
Breaking changes:
- Use
filetailor.yamlfile instead ofyaml/*.yamldirectory. To upgrade, combine all.yamlfiles in theyamldirectory into a singlefiletailor.yaml. - Rename command options:
no-baktono-backupandyestoassumeyes.
Improvements:
- Add difftool support for subfiles
- Modernized packaging tools and dependencies
Bug fixes:
- Prevent crash if diff program not listed
- Check for subfiles correctly
- Create
.configdirectory if not present - Fix issues with indenting for multi-line blocks
v0.2.0
Breaking changes:
diff_toolwas renamed todiff_pagerto avoid confusion with the newdifftool. You will need to updatefiletailor.iniby renamingdiff_tooltodiff_pager.
Improvements:
- Add new
difftooloption for manually selecting changes to copy with external tool such as Meld - Ask user before creating a new folder
- Support variables in filetailor tag blocks within the file's contents, such as to expanding a variable to multiple device names
- Improve readability of output formatting
- Clean up code and docs
Bug fixes:
- Stop use of
sudowhen backing up files - Fix bug causing scripts to run when the file was not meant for the current device