diff --git a/Changelog.md b/Changelog.md index 0d9fc4a..876470d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,30 +1,46 @@ Note: this changelog only lists feature additions, not bugfixes. For details on those, see the Git history. -* v1.11.0 +* v1.18 + * Add `--only` and `--except` flags + * Add support to run with `python -m dotbot` + * Add `--force-color` option +* v1.17 + * Add `canonicalize-path:` option for `link` +* v1.16 + * Add `create` plugin +* v1.15 + * Add `quiet:` option for `shell` +* v1.14 + * Add `if:` option for `link` +* v1.13 + * Add `--no-color` flag +* v1.12 + * Add globbing support to `link` +* v1.11 * Add force option to `clean` to remove all broken symlinks -* v1.10.0 +* v1.10 * Update `link` to support shorthand syntax for links -* v1.9.0 +* v1.9 * Add support for default options for commands -* v1.8.0 +* v1.8 * Update `link` to be able to create relative links -* v1.7.0 +* v1.7 * Add support for plugins -* v1.6.0 +* v1.6 * Update `link` to expand environment variables in paths -* v1.5.0 +* v1.5 * Update `link` to be able to automatically overwrite broken symlinks -* v1.4.0 +* v1.4 * Update `shell` to allow for selectively enabling/disabling stdin, stdout, and stderr -* v1.3.0 +* v1.3 * Add support for YAML format configs -* v1.2.0 +* 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 -* v1.1.0 +* v1.1 * Update `clean` to remove old broken symlinks -* v1.0.0 +* v1.0 * Initial commit