Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

53 lines (33 loc) · 1.15 KB

Changelog

1.1.0 - 2024-10-10

Changed

  • Update progress indicators to reflect tag rule filtering
  • Improved context in error messages

1.0.0 - 2024-07-09

Added

  • --host flag for installing dotfiles on remote machines over SSH
  • --list-tags flag for listing the tags in a manifest

Changed

  • Output is colorized to aid readability
  • The run command uses cmd instead of powershell on Windows
  • Improved documentation and --help output

Fixed

  • Prevent copy and link commands from overwriting dotfiles if the src and dst paths are the same
  • Nonzero exit codes are now returned when an error occurs

0.2.0 - 2024-06-25

Added

  • link command to create soft/hard links with --copy flag to fallback to copy command
  • run command to run scripts

Changed

  • Improved output formatting

Fixed

  • Bug where --dry-run flag didn't print all commands
  • Issue causing Windows builds to fail
  • Bug that prevented manifests in the current directory from being loaded

0.1.0 - 2024-06-20

Added

  • Support for manifests, including copy command
  • Steps can be filtered using basic tag rules
  • --dry-run flag