Skip to content

Releases: alexanderepstein/Bash-Snippets

Version 1.11.0

08 Jul 07:15
Compare
Choose a tag to compare

Changes

  • Adding manpage, view it with man bash-snippets
  • Better help sections for each tool
  • Cleaning up output in crypt script

Version 1.10.1

06 Jul 00:23
Compare
Choose a tag to compare

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 #40
  • Cloudup now retains git history when it backs up to bitbucket
  • Fetch removed from qrify since it will not work

Version 1.10.0

05 Jul 17:18
Compare
Choose a tag to compare

Changes

  • Added qrify component #39 #19

Bugfixes

  • Bug in taste where the -i option was not working
  • Bug in all scripts that used python on OSX #38
  • Bug in taste script on OSX #36

Version 1.9.0

04 Jul 13:41
Compare
Choose a tag to compare

Changes

  • Added cloudup component

cloudup

Bugfixes

  • Fixing bug in ytview when search results are sparse #33

Version 1.8.0

04 Jul 00:27
Compare
Choose a tag to compare

Changes

  • Added ytview component #26

ytview

Bugfixes

  • Using $@ instead of $1 $2 $3... in all applicable scripts #28
  • Make call to python 2 explicit in all applicable scripts #24
  • Hiding the cheatsheet api help page from the user

Version 1.7.0

03 Jul 01:40
Compare
Choose a tag to compare

Changes

  • Added cheat component #20

cheat

Bugfixes

  • Check if openssl is installed in crypt

Version 1.6.0

01 Jul 04:10
Compare
Choose a tag to compare

Changes

  • Added geo component

geo

Version 1.5.0

30 Jun 15:21
Compare
Choose a tag to compare

Changes

  • Added short component #12

short

Bugfixes

  • Sending errors in taste tool to /dev/null
  • Taste tool only has one unique youtube link not three

Version 1.4.0

30 Jun 05:49
Compare
Choose a tag to compare

Changes

  • Added taste component #3
    • Recommendation engine that provides three similar items like the supplied item
    • Also can provide information on a given item
    • Valid items are: shows, books, music, artists, movies, authors, games
      Usage

Version 1.3.1

30 Jun 01:49
Compare
Choose a tag to compare

Bugfixes

  • Fixing bug in currency where invalid exchangeTo wasn't handled correctly