CHANGELOG.md (1181B)
1 # Changelog 2 3 ## 1.1.0 - 2024-10-10 4 5 ### Changed 6 7 - Update progress indicators to reflect tag rule filtering 8 - Improved context in error messages 9 10 ## 1.0.0 - 2024-07-09 11 12 ### Added 13 14 - `--host` flag for installing dotfiles on remote machines over SSH 15 - `--list-tags` flag for listing the tags in a manifest 16 17 ### Changed 18 19 - Output is colorized to aid readability 20 - The `run` command uses `cmd` instead of `powershell` on Windows 21 - Improved documentation and `--help` output 22 23 ### Fixed 24 25 - Prevent `copy` and `link` commands from overwriting dotfiles if the `src` and 26 `dst` paths are the same 27 - Nonzero exit codes are now returned when an error occurs 28 29 ## 0.2.0 - 2024-06-25 30 31 ### Added 32 33 - `link` command to create soft/hard links with `--copy` flag to fallback to 34 `copy` command 35 - `run` command to run scripts 36 37 ### Changed 38 39 - Improved output formatting 40 41 ### Fixed 42 43 - Bug where `--dry-run` flag didn't print all commands 44 - Issue causing Windows builds to fail 45 - Bug that prevented manifests in the current directory from being loaded 46 47 ## 0.1.0 - 2024-06-20 48 49 ### Added 50 51 - Support for manifests, including `copy` command 52 - Steps can be filtered using basic tag rules 53 - `--dry-run` flag