From acd281a5e7fd4ad6c32a8687c721f64297936a9a Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 22 Dec 2016 22:19:00 -0500 Subject: [PATCH] Add changelog --- Changelog.md | 25 +++++++++++++++++++++++++ Home.md | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..00c5e6b --- /dev/null +++ b/Changelog.md @@ -0,0 +1,25 @@ +* v1.10.0 + * Update `link` to support shorthand syntax for links +* v1.9.0 + * Add support for default options for commands +* v1.8.0 + * Update `link` to be able to create relative links +* v1.7.0 + * Add support for plugins +* v1.6.0 + * Update `link` to expand environment variables in paths +* v1.5.0 + * Update `link` to be able to automatically overwrite broken symlinks +* v1.4.0 + * Update `shell` to allow for selectively enabling/disabling stdin, stdout, + and stderr +* v1.3.0 + * Add support for YAML format configs +* v1.2.0 + * 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 + * Update `clean` to remove old broken symlinks +* v1.0.0 + * Initial commit diff --git a/Home.md b/Home.md index 0393631..23781a3 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,7 @@ Welcome to the Dotbot wiki! The plan with the wiki is to have a bunch of user-co So far, we have: +* [[Changelog]] * [[Tips and Tricks]] * [[List of Plugins]] -* [[List of Dotbot Users]] \ No newline at end of file +* [[List of Dotbot Users]]