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