1.4 KiB
1.4 KiB
Note: this changelog only lists feature additions, not bugfixes. For details on those, see the Git history.
- v1.19
- Add
mode:
option forcreate
- Add
exclude:
option forlink
- Add
- v1.18
- Add
--only
and--except
flags - Add support to run with
python -m dotbot
- Add
--force-color
option
- Add
- v1.17
- Add
canonicalize-path:
option forlink
- Add
- v1.16
- Add
create
plugin
- Add
- v1.15
- Add
quiet:
option forshell
- Add
- v1.14
- Add
if:
option forlink
- Add
- v1.13
- Add
--no-color
flag
- Add
- v1.12
- Add globbing support to
link
- Add globbing support to
- v1.11
- Add force option to
clean
to remove all broken symlinks
- Add force option to
- v1.10
- Update
link
to support shorthand syntax for links
- Update
- v1.9
- Add support for default options for commands
- v1.8
- Update
link
to be able to create relative links
- Update
- v1.7
- Add support for plugins
- v1.6
- Update
link
to expand environment variables in paths
- Update
- v1.5
- Update
link
to be able to automatically overwrite broken symlinks
- Update
- v1.4
- Update
shell
to allow for selectively enabling/disabling stdin, stdout, and stderr
- Update
- v1.3
- Add support for YAML format configs
- v1.2
- Update
link
to be able to force create links (deleting things that were previously there) - Update
link
to be able to create parent directories
- Update
- v1.1
- Update
clean
to remove old broken symlinks
- Update
- v1.0
- Initial commit