diff --git a/README.md b/README.md index 05710f0..596bcbc 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ cd Bash-Snippets * Git checkout to the latest stable release ```bash -git checkout v1.19.0 +git checkout v1.19.1 ``` * Run the guided install script with diff --git a/changelog.md b/changelog.md index abcb8dc..bb4de51 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,16 @@ # Bash-Snippets Changelog +## Version 1.19.1 + + + +## Changes +* Fixed bug in todo for task lists over 8 tasks +* Fixing the endpoint in the short tool + +
+ ## Version 1.19.0
diff --git a/cheat/cheat b/cheat/cheat index 8c16e16..9678fe1 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" ## rest of these variables are search flags search="0" diff --git a/cloudup/cloudup b/cloudup/cloudup index 5975d64..601080e 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" private="0" ## state of private flag all="0" ## state of all flag diff --git a/crypt/crypt b/crypt/crypt index 568f072..6d79fd3 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" state="" configuredClient="" diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency index 348f7cc..3ad83ac 100755 --- a/cryptocurrency/cryptocurrency +++ b/cryptocurrency/cryptocurrency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.19.0" +currentVersion="1.19.1" 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 e9a0e58..068fbbb 100755 --- a/currency/currency +++ b/currency/currency @@ -3,7 +3,7 @@ base="" exchangeTo="" -currentVersion="1.19.0" +currentVersion="1.19.1" 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 0d2d65c..98e3e79 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.19.0" +currentVersion="1.19.1" configuredClient="" directionsFlag="0" directionsMapFlag="0" diff --git a/geo/geo b/geo/geo index c323961..fe1eecd 100755 --- a/geo/geo +++ b/geo/geo @@ -4,7 +4,7 @@ # Author: Jake Meyer # Github: https://github.com/jakewmeyer -currentVersion="1.19.0" +currentVersion="1.19.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 fdd5c3f..b843aa5 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" declare -a tools=(cheat cloudup crypt cryptocurrency currency geo lyrics movies newton qrify short siteciphers stocks taste todo transfer weather ytview) declare -a extraLinuxTools=(maps) declare -a extraDarwinTools diff --git a/lyrics/lyrics b/lyrics/lyrics index ef6b7ea..5e6396e 100755 --- a/lyrics/lyrics +++ b/lyrics/lyrics @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" artist="false" song="false" diff --git a/movies/movies b/movies/movies index a49ba39..d71c65e 100755 --- a/movies/movies +++ b/movies/movies @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" configuredPython="" detail=false diff --git a/movies/tmdb b/movies/tmdb index 2544f57..d24bf0d 100755 --- a/movies/tmdb +++ b/movies/tmdb @@ -2,7 +2,7 @@ # Author: Alexander Epstein https://github.com/alexanderepstein # Author: Navan Chauhan https://github.com/N3V0N -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" configuredPython="" APIKEY="b2f8880475c888056b6207067fbaa197" diff --git a/newton/newton b/newton/newton index 7f286b4..c67a303 100755 --- a/newton/newton +++ b/newton/newton @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" 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 8897db1..8f49869 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Linyos Torovoltos github.com/linyostorovovoltos -currentVersion="1.19.0" +currentVersion="1.19.1" multiline="0" # flag that indicates multiline option diff --git a/short/short b/short/short index 25fa4b6..744ded9 100755 --- a/short/short +++ b/short/short @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" configuredPython="" diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index 08b1f56..2ca83e5 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -1,7 +1,7 @@ #!/usr/bin/env bash DELAY=1 configuredClient="" -currentVersion="1.19.0" +currentVersion="1.19.1" checkOpenSSL() { diff --git a/skeleton b/skeleton index 37c197c..76beda1 100755 --- a/skeleton +++ b/skeleton @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/stocks/stocks b/stocks/stocks index 726b5e6..2af25c5 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" configuredPython="" diff --git a/taste/taste b/taste/taste index 6421780..cbe0065 100755 --- a/taste/taste +++ b/taste/taste @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.0" +currentVersion="1.19.1" configuredClient="" configuredPython="" source ~/.bash_profile 2> /dev/null ## allows grabbing enviornment variable diff --git a/todo/todo b/todo/todo index 64e38af..b3f15b4 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.19.0" +currentVersion="1.19.1" configuredClient="" ## This function determines which http get tool the system has installed and returns an error if there isnt one diff --git a/transfer/transfer b/transfer/transfer index b230397..2215400 100755 --- a/transfer/transfer +++ b/transfer/transfer @@ -3,7 +3,7 @@ configuredDownloadClient="" configuredUploadClient="" configuredClient="" -currentVersion="1.19.0" +currentVersion="1.19.1" down="false" ## 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 f711983..2f2b028 100755 --- a/weather/weather +++ b/weather/weather @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Author: Alexander Epstein https://github.com/alexanderepstein -currentVersion="1.19.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.19.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 8ec9fe8..b332402 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.19.0" +currentVersion="1.19.1" flag="" ## This function determines which http get tool the system has installed and returns an error if there isnt one