diff --git a/.travis.yml b/.travis.yml index 3bdae9f..b9ce2a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ matrix: dist: trusty sudo: required - os: osx - osx_image: xcode7.2 allow_failures: - os: osx diff --git a/README.md b/README.md index 0c3876e..03fefc4 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ There is an AUR package for bash-snippets located [here](https://aur.archlinux.o * Then cd into the cloned directory: ```cd Bash-Snippets``` -* Git checkout to the latest stable release ```git checkout v1.17.2``` +* Git checkout to the latest stable release ```git checkout v1.17.3``` * Run the guided install script with ```bash diff --git a/changelog.md b/changelog.md index e65b75d..a4398cc 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,19 @@ # Bash-Snippets Changelog +## Version 1.17.3 + + + +### Changes +* checkInternet now checks github.com over google.com +* tools that don't need bc don't use it +* tools that need bc can approximate without it +* Fixing trailing quotation mark for newton on osx + + +
+ ## Version 1.17.2
diff --git a/cheat/cheat b/cheat/cheat index 3b01bb4..7abae2d 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index 0d4acf9..8eb0aad 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index 8111c06..786777a 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" state="" configuredClient="" diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency index 4077ce9..9c69e9f 100755 --- a/cryptocurrency/cryptocurrency +++ b/cryptocurrency/cryptocurrency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/currency/currency b/currency/currency index db34936..412dc52 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK EUR GBP HKD HRK HUF IDR ILS INR diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index 33a3545..8fb3dab 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index c713456..8db36e2 100755 --- a/geo/geo +++ b/geo/geo @@ -4,7 +4,7 @@ # Author: Jake Meyer # Github: https://github.com/jakewmeyer -currentVersion="1.17.2" +currentVersion="1.17.3" 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 3409869..0100cb0 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" declare -a tools=(cheat cloudup crypt cryptocurrency currency geo movies newton qrify short siteciphers stocks taste todo weather ytview) declare -a extraLinuxTools=(maps) declare -a extraDarwinTools diff --git a/movies/movies b/movies/movies index b068e30..74b4440 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" configuredPython="" detail=false diff --git a/newton/newton b/newton/newton index 9248736..20240cb 100755 --- a/newton/newton +++ b/newton/newton @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" flagCount="0" declare -a simpleOperations=(simplify factor derive integrate zeroes roots tangent area cos sin tan arccos arcsin arctan abs log) diff --git a/qrify/qrify b/qrify/qrify index 54fe7ab..09ba2ff 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.17.2" +currentVersion="1.17.3" multiline="0" # flag that indicates multiline option diff --git a/short/short b/short/short index bf3395b..fac7658 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" configuredPython="" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index d70bce1..88517b6 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,7 +1,7 @@ #!/usr/bin/env bash DELAY=1 configuredClient="" -currentVersion="1.17.2" +currentVersion="1.17.3" checkOpenSSL() { diff --git a/stocks/stocks b/stocks/stocks index 0eb2915..034b5cb 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index 9efb2d9..6ff6f22 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" configuredPython="" source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable diff --git a/todo/todo b/todo/todo index 1657f13..3d0f77c 100755 --- a/todo/todo +++ b/todo/todo @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein flag="" -currentVersion="1.17.2" +currentVersion="1.17.3" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/weather/weather b/weather/weather index 12623cd..93b17a2 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.17.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 +currentVersion="1.17.3" #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 988f498..cf0c043 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.17.2" +currentVersion="1.17.3" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one