Skip to content
Jeff Johns edited this page Jul 9, 2013 · 6 revisions

Below is a complete list of the changelog with a link to the actual release on Github (starting with version 2.2.0).

2.2.6 - July 9, 2013

  • Updated autocomplete logic to only start to return commands when one is typed
  • Replaced multiple instance of dirname(__FILE__) with $dirname
  • Added a new command to submit a bug spot bug
  • Added a new command to submit a feature request spot feature
  • Fixed sorting order of releases when displayed in Alfred
  • Release Notes

2.2.5 - July 8, 2013

  • Added new wiki
  • Updated help command to go to new wiki
  • Updated readme to point to wiki
  • Release Notes

2.2.4 - July 8, 2013

  • Fixed issue with creating radio station from current track
  • Release Notes

2.2.3 - July 8, 2013

  • Cleaned up codebase and workflow like whoa
  • Removed my keyword actions from workflow
  • Added autocomplete file to populate commands
  • Added better support for clone actions (IE: >, next = same thing)
  • Removed applescript.txt file, can see in the code now
  • Executing OSA and Bash from command line now for consolidation purposes
  • Added new commands.php file to keep track of commands and what to execute
  • Update release to 2.2.3 for auto-updater
  • Added various applescripts for commands requiring some logic
  • Removed the shorcuts for spot artist {SEARCH}, spot album {SEARCH} and spot track {SEARCH} to avoid conflicts, now required to use the hotkey shortcut or type spot search artist|album|track {SEARCH}. Hotkey is recommended :)
  • Added the ability to hit Control + Enter on a search result to start a radio station from that result
  • Added the ability to read about a specific release by using Option + Enter on an auto-update search result
  • Release Notes

2.2.2 - July 7, 2013

  • Added support for automatic updates spot update
  • Updated Spotify icon
  • Updated codebase a bit
  • Added easy way to find new releases spot new
  • Release Notes

2.2.1 - July 3, 2013

  • Added hotkey support for searching
  • Added hotkey support for creating custom radio stations
  • Release Notes

2.2.0 - June 15, 2013

  • Updated workflow to simply search
  • spot artist de la soul
  • spot album stakes is high
  • spot track sunshine
  • spot search [artist|album|track] {QUERY} will still work as well
  • spot album. spot track and spot artist will still work to notify you of current playing track's album, track or artist
  • Release Notes

2.1.9 - March 29, 2013

  • Fixed repeat toggle, switch repating to repeating - DOH!

2.1.8 - January 21, 2013

  • Update bundle ID

2.1.7 - January 13, 2012

  • Updated readme, forgot it

2.1.6 - January 13, 2012

  • Removed option to assume track as search because it slows down the search. You must type artist, album or track before you query.
  • Added spot clear to clear any images cached in the artwork folder.

2.1.5 - January 13, 2012

  • Many code optimizations, optimize layout of workflow, add the ability to return image icons in search results, added artwork folder to cache images in and put secondary PHP pages in the incl folder.

2.1.4 - January 13, 2012

  • Updated volume controls to spot vol {NUM}

2.1.3 - January 13, 2012

  • Updated search codebase just to clean it up a bit.

2.1.2 - January 13, 2012

  • Updated search workflow so that if Spotify isn't open it activates it first, then runs search.

2.1.1 - January 13, 2012

  • Split all the commands into their own workflows. This will allow lists of commands to appear for Spotify.

2.1.0 - January 12, 2012

  • Removed basic in-app search
  • Added the ability to search albums, artist and/or tracks and have the results appear in the Alfred result list.

2.0.0 - January 12, 2012

  • Extension ported to a workflow for version 2 of Alfred.

1.3.9 - August 2, 2012

  • Further removed code to support non growl version.

1.3.8 - July 24, 2012

  • Add a second extension that does not use growl. Not optimal but for users with no growl installed, please use this one until I have no growl installs figured out with applescript.

1.3.7 - July 24, 2012

  • Update eval of isRunning to isRunning is true to try and solve not having growl installed issue

1.3.6 - April 8, 2012

  • Added version variable to show Spotify version and copy to clipboard

1.3.5 - March 26, 2012

  • Removed log call in splitString, hoping it fixes an issue for a user

1.3.4 - March 26, 2012

  • Now checks if shuffling and repeating are enabled in current view before toggling them

1.3.3 - December 20, 2011

  • Arg, missed a testing line in the script, removed it ;)

1.3.2 - December 20, 2011

  • Fixed issue with repeat and shuffle

1.3.1 - December 16, 2011

  • spot url now returns the actual HTTP url for linking (thanks gfontenot)
  • spot appurl will return the actual application URL

1.3.0 - December 14, 2011

  • Added ability to open applications
  • Added ability to toggle shuffling
  • Added ability to toggle repeating
  • Added help link
  • Add developer information call

1.2.0 - December 12, 2011

  • Added search capabilities ;)

1.1.0 - December 12, 2011

  • Removed need to return info by calling 'spot i OPT' you can now just use 'spot OPT'. The former will still work.
  • Added more aliases for controls
  • Added support for true previous track 'spot <<' will take you to the actual previous track and not just the beginning of the same song.
  • When calling the next or previous track, growl will automatically fire to show what the track is
  • Combined artist and album_artist into the same method and will return both if they are not equal. If equal just the artist will be returned
  • Added new internal method of filterData()
  • Combined play, pause and stop into the same method for 'playpause'
  • If you call this extension with no command it will use 'playpause'

1.0.5 - December 9, 2011

  • Updated growl notifications to updated spec on growl.info. Should work with all versions of growl now.

1.0.4 - October 25, 2011

  • Added growl notification if you call an invalid argument. IE: 'spot i hey'

1.0.3 - October 20, 2011

  • Fixed issue if no album artwork exists, Growl will use the Spotify icon

1.0.2 - August 10, 2011

  • Added functionality to add any info returned from 'spot i OPT' automatically to the clipboard

1.0.1 - August 10, 2011

  • Added support for track information and growl

1.0.0 - August 9, 2011

  • Commit: Initial Release