Bash-Snippets/changelog.md

217 lines
3.6 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-07-14 02:46:05 +02:00
## Version 1.11.1
</div>
2017-07-14 21:57:05 +02:00
### Changes
* Now supporting the use of proxies
* Typo fixes
* Adding IMDB rating to movies tool
### Bugfixes
* Suppressing ```source ~/.bash_profile``` error
<div align="center">
## Version 1.11.1
</div>
2017-07-14 02:46:05 +02:00
### Bugfixes
* Fixed issue in ytview where it was playing wrong video
* Fixed wget check in qrify
<div align="center">
2017-07-08 09:13:19 +02:00
## Version 1.11.0
</div>
### Changes
* Adding manpage, view it with ```man bash-snippets```
<div align="center">
2017-07-06 02:19:12 +02:00
## Version 1.10.1
</div>
### Changes
* Cloudup's -a option is now functional
### Bugfixes
* Cloudup only needs one temporary copy of the repository
* Qrify had an issue where it couldn't handle more than one space
* Cloudup now retains git history when it backs up to bitbucket
* Fetch removed from qrify since it will not work
<div align="center">
2017-07-05 19:12:40 +02:00
## Version 1.10.0
</div>
### Changes
* Added qrify component
### Bugfixes
* Bug in taste where the -i option was not working
* Bug in all scripts that used python on OSX
* Bug in taste script on OSX
<div align="center">
2017-07-04 15:35:20 +02:00
## Version 1.9.0
</div>
### Changes
* Added cloudup component
### Bugfixes
* Fixing bug in ytview when search results are sparse
<div align="center">
2017-07-04 02:22:07 +02:00
## Version 1.8.0
</div>
### Changes
2017-07-04 15:35:20 +02:00
* Added ytview component
2017-07-04 02:22:07 +02:00
### Bugfixes
* Using ```$@``` instead of ```$1 $2 $3...``` in all applicable scripts
* Make call to python 2 explicit in all applicable scripts
* Hiding the cheatsheet api help page from the user
<div align="center">
2017-07-03 03:34:34 +02:00
## Version 1.7.0
</div>
### Changes
* Added cheat component
<div align="center">
2017-07-01 06:07:24 +02:00
## Version 1.6.0
</div>
### Changes
* Added geo component
<div align="center">
2017-06-30 17:18:49 +02:00
## Version 1.5.0
</div>
### Changes
* Added short component
### Bugfixes
* Sending errors in taste tool to /den/null
* Taste tool only has one unique youtube link not three
<div align="center">
2017-06-30 07:48:34 +02:00
## Version 1.4.0
2017-06-30 17:18:49 +02:00
2017-06-30 07:48:34 +02:00
</div>
# Changes
* Added taste component
<div align="center">
2017-06-30 03:48:35 +02:00
## Version 1.3.1
</div>
### Bugfixes
* Fixing bug in currency where invalid exchangeTo wasn't handled correctly
<div align="center">
2017-06-30 03:06:38 +02:00
## Version 1.3.0
</div>
### Changes
* Now supporting wget, fetch and curl
* Cleaning an echo on error for updating
<div align="center">
2017-06-30 00:00:09 +02:00
## Version 1.2.1
</div>
### Changes
* Check if curl is installed before using it
* No sudo on error in update, just let user know they need to run the command as sudo
* Changelog added
### Bugfixes
* Setting user agent for curl to prevent issues from changes in ~/.curlrc
<div align="center">
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