Skip to content

v2.2

Latest
Compare
Choose a tag to compare
@craigbrett17 craigbrett17 released this 29 Oct 19:56

New in this release

  • Playlist management: Add and remove tracks from existing playlists, or to a new playlist altogether. Accessible through the Blindspot context menu.
  • Added a shuffle mode, activated with alt+shift+h by default, or through the Blindspot context menu. When active and you pick a track from an album or playlist, all other tracks in the album or playlist will be inserted into your play queue in a random order.
  • Ability to choose which device Blindspot uses for playback. Selectable under the options dialog.
  • A skip unplayable tracks option, which will automatically skip over tracks that can't be played for whatever reason (akin to the behaviour in the main Spotify desktop client). Turned on by default, but can be toggled in the options dialog.
  • Added an add next in queue command (alt+shift+x by default), to add the currently selected track to play next.
  • Much more simplified playback code. Please let us know of any issues arising.
  • Created a what's new page and added a start menu item to take you to it.
  • Moved project to GitHub, created a GitHub pages page to replace the more user friendly CodePlex homepage.

Bug fixes in this release

  • Fixed a bug where Blindspot would not launch if the user launching the application wasn't the same as the one who installed it. Important for scenarios where people may have a separate administrator user for handling installs.
  • Fixed an issue with empty buffers and the home/end commands crashing the app
  • Fixed an issue where Blindspot would incorrectly say 1 of 0 items on an empty buffer, closes GitHub issue #21
  • Fixed an issue where Blindspot would not display the number of tracks in a playlist on the item details window, closes GitHub issue #22