From 13aa064895ef23ba31f99de6fa96b8ae31a7e17e Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Thu, 29 Jun 2017 14:49:45 -0400 Subject: [PATCH] Adding changelog --- changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..bb502bb --- /dev/null +++ b/changelog.md @@ -0,0 +1,33 @@ +# Bash-Snippets Changelog + +# Version 1.2.0 + +# Changes +* Added help to each tool call with ```-h``` +* Can now call weather with metric or imperial units +* Can now get the moon phase from weather +* Adding locale to weather so it will return in native language + +# Version 1.1.1 + +## Changes +* Now you can pass arguments to the weather tool to get weather of a location other then your own +* Now you can pass arguments to the currency tool to bypass the guided input +* The output for the currency tool is cleaner +## Bugfixes +* Fixed bug in currency where exchange rate was not parsed correctly +* Fixed bug in stocks where you could get lost in the tool by providing no input + +# Version 1.1.0 + +## Changes +* Facilitate updating by calling any of the tools with the -u option or update as the argument ex ```weather -u``` or ```weather update``` + +# Version 1.0.0 + +## Initial Release +* Weather component added +* Stocks component added +* Movies component added +* Currency component added +* Crypt component added