Add changelog
parent
6ae219e72d
commit
acd281a5e7
2 changed files with 27 additions and 1 deletions
25
Changelog.md
Normal file
25
Changelog.md
Normal file
|
@ -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
|
3
Home.md
3
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:
|
So far, we have:
|
||||||
|
|
||||||
|
* [[Changelog]]
|
||||||
* [[Tips and Tricks]]
|
* [[Tips and Tricks]]
|
||||||
* [[List of Plugins]]
|
* [[List of Plugins]]
|
||||||
* [[List of Dotbot Users]]
|
* [[List of Dotbot Users]]
|
||||||
|
|
Loading…
Reference in a new issue