-
Notifications
You must be signed in to change notification settings - Fork 18
Changelog
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).
- 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
- Added new wiki
- Updated help command to go to new wiki
- Updated readme to point to wiki
- Release Notes
- Fixed issue with creating radio station from current track
- Release Notes
- 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}
andspot track {SEARCH}
to avoid conflicts, now required to use the hotkey shortcut or typespot 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
- 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
- Added hotkey support for searching
- Added hotkey support for creating custom radio stations
- Release Notes
- 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
andspot artist
will still work to notify you of current playing track's album, track or artist - Release Notes
- Fixed repeat toggle, switch
repating
torepeating
- DOH!
- Update bundle ID
- Updated readme, forgot it
- Removed option to assume track as search because it slows down the search. You must type
artist
,album
ortrack
before you query. - Added
spot clear
to clear any images cached in theartwork
folder.
- 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 theincl
folder.
- Updated volume controls to
spot vol {NUM}
- Updated search codebase just to clean it up a bit.
- Updated search workflow so that if Spotify isn't open it activates it first, then runs search.
- Split all the commands into their own workflows. This will allow lists of commands to appear for Spotify.
- 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.
- Extension ported to a workflow for version 2 of Alfred.
- Further removed code to support non growl version.
- 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.
- Update eval of isRunning to isRunning is true to try and solve not having growl installed issue
- Added version variable to show Spotify version and copy to clipboard
- Removed log call in splitString, hoping it fixes an issue for a user
- Now checks if shuffling and repeating are enabled in current view before toggling them
- Arg, missed a testing line in the script, removed it ;)
- Fixed issue with repeat and shuffle
- spot url now returns the actual HTTP url for linking (thanks gfontenot)
- spot appurl will return the actual application URL
- Added ability to open applications
- Added ability to toggle shuffling
- Added ability to toggle repeating
- Added help link
- Add developer information call
- Added search capabilities ;)
- 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'
- Updated growl notifications to updated spec on growl.info. Should work with all versions of growl now.
- Added growl notification if you call an invalid argument. IE: 'spot i hey'
- Fixed issue if no album artwork exists, Growl will use the Spotify icon
- Added functionality to add any info returned from 'spot i OPT' automatically to the clipboard
- Added support for track information and growl
- Commit: Initial Release