Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 3.87 KB

changelog.md

File metadata and controls

94 lines (59 loc) · 3.87 KB

Unreleased

  • Now use higher resolution album artwork without the Spotify logo in the corner
  • Renamed 'Black' icon style to 'Auto (Black/White)'

0.6.0 (October 05, 2016)

  • Code refactor (implemented by Seb Jachec)
  • Revamped preferences UI (implemented by Seb Jachec)
  • Fixed broken keyboard shortcut (implemented by Seb Jachec)
  • Added the ability to skip songs via the notification (implemented by Seb Jachec)
  • Added a menu bar item to open Spotify (implemented by Seb Jachec)

0.5.2 (October 07, 2015)

  • Changed the icons to use Spotify's new artwork (AGAIN!) (implemented by randybruder)
  • Enabled NSAllowsArbitraryLoads to allow album artwork from Spotify to pass through App Transport Security (disable Album Artwork to opt-out)

0.5.1 (February 06, 2015)

  • Changed the icons to use Spotify's new artwork (implemented by ricefield)

0.5.0 (October 27, 2014)

  • Implemented a single check for OS capabilities on launch
  • Fixed previous album art work appearing on current notifications (thanks to hawkeye0203 for submitting a bug report)
  • Added continuous integration testing (implemented by TheSeg)
  • Added a separate class for managing track information
  • Added the ability to manually disable album art
  • Changed the identifier to io.citruspi.Spotify-Notifications
  • Disabled resizing of the preferences window (implemented by harlanhaskins)
  • Added Last.fm integration (implemented by hadimichael)
  • Fixed typo's (implemented by hadimichael)
  • Changed labels on the preferences window for increased clarity (implemented by hadimichael)
  • Added a notification when the shortcut is pressed by a song hasn't been recorded (thanks to chrowe for submitting a bug report)
  • Added a button linking to the home page
  • Added an option to only show the latest song (implemented by josebama)
  • Added support for Yosemite's dark mode (implemented by anujdas)
  • Added a keyboard shortcut for the preferences window (CMD+,)

0.4.8 (December 22, 2013)

  • Fixed preferences window not properly opening (implemented by ksuther)

0.4.7 (December 21, 2013)

  • Fixed lagging notifications (implemented by ksuther)

0.4.6 (November 27, 2013)

  • Fixed bug in OS X 10.8 and below which caused notifications not to be displayed (thanks to gostaj for submitting a bug report)

0.4.5 (November 22, 2013)

  • Added album art to notifcations (implemented by jamessnee)
  • Added an option to only show notifications for new tracks (implemented by danfortunato)

0.4.4 (October 22, 2013)

  • Included global shortcut to show current track information

0.4.3 (October 20, 2013)

  • Disabled preference window visibility on startup

0.4.2 (October 20, 2013)

  • Implemented open Spotify when the notification is clicked

0.4.1 (October 19, 2013)

  • Implemented start on login

0.4 (September 17, 2013)

  • Moved preferences from menu bar to window
  • Added option to run without a menu bar

0.3.1 (March 8, 2013)

  • Added Retina version of colored icon (implemented by raphaa)

0.3.0 (March 8, 2013)

  • Added black menu bar icon (implemented by raphaa)
  • Removed extra icon files (.pxm and .png)

0.2.0 (March 7, 2013)

  • Made notification sound optional

0.1.0 (March 6, 2013)

  • Spotify Notifications is born