Bash-Snippets/changelog.md

52 lines
1.1 KiB
Markdown
Raw Normal View History

2017-06-29 21:13:29 +02:00
<div align="center">
2017-06-29 20:49:45 +02:00
# Bash-Snippets Changelog
2017-06-29 21:13:29 +02:00
## Version 1.2.0
</div>
2017-06-29 20:49:45 +02:00
2017-06-29 21:13:29 +02:00
### Changes
2017-06-29 20:49:45 +02:00
* 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
2017-06-29 21:13:29 +02:00
<div align="center">
## Version 1.1.1
2017-06-29 20:49:45 +02:00
2017-06-29 21:13:29 +02:00
</div>
### Changes
2017-06-29 20:49:45 +02:00
* 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
2017-06-29 21:13:29 +02:00
### Bugfixes
2017-06-29 20:49:45 +02:00
* 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
2017-06-29 21:13:29 +02:00
<div align="center">
## Version 1.1.0
</div>
### Changes
2017-06-29 20:49:45 +02:00
* Facilitate updating by calling any of the tools with the -u option or update as the argument ex ```weather -u``` or ```weather update```
2017-06-29 21:13:29 +02:00
<div align="center">
## Version 1.0.0
</div>
2017-06-29 20:49:45 +02:00
2017-06-29 21:13:29 +02:00
### Initial Release
2017-06-29 20:49:45 +02:00
* Weather component added
* Stocks component added
* Movies component added
* Currency component added
* Crypt component added