diff --git a/README.md b/README.md index 0b8ffb9..9354194 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ brew install chainsawbaby/formula/bash-snippets * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.11.0``` +* Git checkout to the latest stable release ```git checkout v1.11.1``` * Run the guided install script with ```bash diff --git a/bash-snippets.1 b/bash-snippets.1 index 188ef0e..1063e03 100644 --- a/bash-snippets.1 +++ b/bash-snippets.1 @@ -482,26 +482,16 @@ ytview \-c Numberphile .SH "Updating" With any of the installed tools you can automate the update by running it with the \-u option or passing in update as the arguments . -.IP "" 4 -. -.nf - -* `stocks update` -. -.fi +.IP "\(bu" 4 +\fBstocks update\fR . .IP "" 0 . .P or . -.IP "" 4 -. -.nf - -* `stocks \-u` -. -.fi +.IP "\(bu" 4 +\fBstocks \-u\fR . .IP "" 0 . @@ -520,13 +510,13 @@ cd into the Bash\-Snippets directory: \fBcd Bash\-Snippets\fR To go through a guided uninstall - * `\./uninstall\.sh` +* `\./uninstall\.sh` To uninstall individual scripts - * `cd weather` +* `cd weather` - * `\./uninstall\.sh` +* `\./uninstall\.sh` . .fi . diff --git a/bash-snippets.1.ronn b/bash-snippets.1.ronn index 162a1ff..29a0847 100644 --- a/bash-snippets.1.ronn +++ b/bash-snippets.1.ronn @@ -310,11 +310,11 @@ Examples: With any of the installed tools you can automate the update by running it with the -u option or passing in update as the arguments - * `stocks update` + * `stocks update` or - * `stocks -u` + * `stocks -u` This will clone the repository and install the new versions of scripts that were installed, if you didn't install a certain tool this script will not install the new version of that tool. @@ -326,13 +326,13 @@ Examples: To go through a guided uninstall - * `./uninstall.sh` + * `./uninstall.sh` To uninstall individual scripts - * `cd weather` + * `cd weather` - * `./uninstall.sh` + * `./uninstall.sh` ## AUTHOR diff --git a/changelog.md b/changelog.md index e0b1086..6037ac7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ # Bash-Snippets Changelog +## Version 1.11.1 + + + +### Bugfixes +* Fixed issue in ytview where it was playing wrong video +* Fixed wget check in qrify + +
+ ## Version 1.11.0
diff --git a/cheat/cheat b/cheat/cheat index 8a9ae52..33add51 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index e814132..297a586 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index 6c76cf3..f3db597 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" state="" checkOpenSSL() diff --git a/currency/currency b/currency/currency index adbe27c..382360c 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index dd3eab2..af1aad3 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index 1ebc7a1..71a5a52 100755 --- a/geo/geo +++ b/geo/geo @@ -6,7 +6,7 @@ # Github: https://github.com/jakewmeyer # -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/install.sh b/install.sh index 434025f..f21c3e6 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify) askInstall() diff --git a/movies/movies b/movies/movies index 7021dfb..f646d71 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" configuredPython="" diff --git a/qrify/qrify b/qrify/qrify index cc2dfcc..5cfc472 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/bin/bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.11.0" +currentVersion="1.11.1" multiline="0" # flag that indicates multiline option diff --git a/short/short b/short/short index 20d2561..5101464 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" configuredPython="" diff --git a/stocks/stocks b/stocks/stocks index 8f8c43a..9eaa811 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index c64e0b5..86cad61 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" +currentVersion="1.11.1" configuredClient="" configuredPython="" source ~/.bash_profile ## allows grabbing enviornment variable diff --git a/weather/weather b/weather/weather index 742d514..e0ff392 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/bin/bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.11.0" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 +currentVersion="1.11.1" #This version variable should not have a v but should contain all other characters ex Github release tag is v1.2.4 currentVersion is 1.2.4 LANG="${LANG:-en}" locale=$(echo $LANG | cut -c1-2) configuredClient="" diff --git a/ytview/ytview b/ytview/ytview index b6f3396..df31d04 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi player="" configuredClient="" -currentVersion="1.11.0" +currentVersion="1.11.1" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one