Updating to 1.11.2

This commit is contained in:
Alex Epstein 2017-07-14 15:57:05 -04:00
parent 17a8361a70
commit 23183b01f8
16 changed files with 30 additions and 15 deletions

View File

@ -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.1```
* Git checkout to the latest stable release ```git checkout v1.11.2```
* Run the guided install script with
```bash

View File

@ -6,6 +6,21 @@
</div>
### 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>
### Bugfixes
* Fixed issue in ytview where it was playing wrong video
* Fixed wget check in qrify

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
## rest of these variables are search flags
search="0"

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
private="0" ## state of private flag
all="0" ## state of all flag

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
state=""
checkOpenSSL()

View File

@ -3,7 +3,7 @@
base=""
exchangeTo=""
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
directionsFlag="0"
directionsMapFlag="0"

View File

@ -6,7 +6,7 @@
# Github: https://github.com/jakewmeyer
#
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
## This function determines which http get tool the system has installed and returns an error if there isnt one

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
declare -a tools=(currency stocks weather crypt movies taste short geo cheat ytview cloudup qrify)
askInstall()

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Linyos Torovoltos github.com/linyostorovovoltos
currentVersion="1.11.1"
currentVersion="1.11.2"
multiline="0" # flag that indicates multiline option

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
configuredPython=""

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
currentVersion="1.11.1"
currentVersion="1.11.2"
configuredClient=""
configuredPython=""
source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Author: Alexander Epstein https://github.com/alexanderepstein
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
currentVersion="1.11.2" #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=""

View File

@ -6,7 +6,7 @@ if [[ -d $HOME/.cache/ytview ]];then rm -rf $HOME/.cache/ytview/ ;fi
player=""
configuredClient=""
currentVersion="1.11.1"
currentVersion="1.11.2"
flag=""
## This function determines which http get tool the system has installed and returns an error if there isnt one