Skip to content

Releases: k4j8/filetailor

v0.3.0

01 Apr 12:56
v0.3.0
2178bd6

Choose a tag to compare

Breaking changes:

  • Use filetailor.yaml file instead of yaml/*.yaml directory. To upgrade, combine all .yaml files in the yaml directory into a single filetailor.yaml.
  • Rename command options: no-bak to no-backup and yes to assumeyes.

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 .config directory if not present
  • Fix issues with indenting for multi-line blocks

v0.2.0

21 Aug 18:43

Choose a tag to compare

Breaking changes:

  • diff_tool was renamed to diff_pager to avoid confusion with the new difftool. You will need to update filetailor.ini by renaming diff_tool to diff_pager.

Improvements:

  • Add new difftool option 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 sudo when backing up files
  • Fix bug causing scripts to run when the file was not meant for the current device

v0.1.0

14 Nov 05:47

Choose a tag to compare

Update version to 0.1.0