Fix globbing when there is a single match
[dotbot.git] / CHANGELOG.md
blob552c3475ec9aeec89a3443e7e728bfdcaab0cd59
1 Note: this changelog only lists feature additions, not bugfixes. For details on
2 those, see the Git history.
4 * v1.19
5     * Add `mode:` option for `create`
6     * Add `exclude:` option for `link`
7 * v1.18
8     * Add `--only` and `--except` flags
9     * Add support to run with `python -m dotbot`
10     * Add `--force-color` option
11 * v1.17
12     * Add `canonicalize-path:` option for `link`
13 * v1.16
14     * Add `create` plugin
15 * v1.15
16     * Add `quiet:` option for `shell`
17 * v1.14
18     * Add `if:` option for `link`
19 * v1.13
20     * Add `--no-color` flag
21 * v1.12
22     * Add globbing support to `link`
23 * v1.11
24     * Add force option to `clean` to remove all broken symlinks
25 * v1.10
26     * Update `link` to support shorthand syntax for links
27 * v1.9
28     * Add support for default options for commands
29 * v1.8
30     * Update `link` to be able to create relative links
31 * v1.7
32     * Add support for plugins
33 * v1.6
34     * Update `link` to expand environment variables in paths
35 * v1.5
36     * Update `link` to be able to automatically overwrite broken symlinks
37 * v1.4
38     * Update `shell` to allow for selectively enabling/disabling stdin, stdout,
39       and stderr
40 * v1.3
41     * Add support for YAML format configs
42 * v1.2
43     * Update `link` to be able to force create links (deleting things that were
44       previously there)
45     * Update `link` to be able to create parent directories
46 * v1.1
47     * Update `clean` to remove old broken symlinks
48 * v1.0
49     * Initial commit