Skip to content

Tuckr 0.9.0

Compare
Choose a tag to compare
@RaphGL RaphGL released this 27 Jul 21:10
· 34 commits to master since this release

This release is potentiallly a breaking change for some. Hooks and Secrets remain unchanged but symlinking has changed strategy from a simple symlink from dotfiles path to $HOME to shallow symlinking, thus getting more in line with what stow itself does and providing a better user experience.

I recommend doing the following:
before upgrading run

$ tuckr rm \*

and after upgrading run

$ tuckr add \*

This ensures that all your dotfiles are converted to the new symlinking strategy.

What's changed

  • Fixed conflict resolution command not working
  • Fixed globbing causing error when provided alongside group names
  • Files can now be symlinked into any directory due to shallow symlinking, instead of just doing nothing silently
  • Improved status reporting for specific groups and you're now able to know whether a dotfile is symlinking elsewhere or if it's in conflict
  • Invalid groups now give an error instead of failing silently

Full Changelog: 0.8.1...0.9.0