Format changelog

This commit is contained in:
Alex Epstein 2017-06-29 15:13:29 -04:00
parent 71c7c74c3d
commit b319536c23
1 changed files with 27 additions and 9 deletions

View File

@ -1,31 +1,49 @@
<div align="center">
# Bash-Snippets Changelog
# Version 1.2.0
## Version 1.2.0
# Changes
</div>
### 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
<div align="center">
## Changes
## Version 1.1.1
</div>
### 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
### 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
<div align="center">
## Version 1.1.0
</div>
### 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
<div align="center">
## Initial Release
## Version 1.0.0
</div>
### Initial Release
* Weather component added
* Stocks component added
* Movies component added