Skip to content

Release v0.10.5

Compare
Choose a tag to compare
@SuperCuber SuperCuber released this 05 Dec 13:38
· 301 commits to master since this release

Fixes:

  • Dotter now correctly asks for confirmation for deleting directories it left empty
  • dotter watch now correctly triggers when there's a change in .dotter directory

New Features:

  • new -y or --noconfirm flag to assume "yes" response to deleting empty directories

Changes:

  • Logging library changed, so instead of using RUST_LOG environment variable, -v or --verbose flag is used - up to 3 repetitions.
    Use -q to silence warnings.
  • dotter diff is no more! Now dotter -v and dotter --dry-run (which implies -v) print the differences.
  • dotter watch diff is now replaced with dotter -v watch and dotter --dry-run watch