Skip to content

Latest commit

 

History

History
127 lines (101 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

127 lines (101 loc) · 4.24 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.1.0] - 2018-11-20

Added

  • Focus on song #56

Fixed

  • Do not poll spotify if window is not focused on Mac OS (reducing CPU load).
  • Smaller icon size in Activity bar #58

[3.0.4] - 2018-10-07

Fixed

  • Invalid version in changelog.

[3.0.3] - 2018-10-07

Fixed

  • Invalid showLyricsButtonSignInButton, showLyricsButtonSignOutButton params.

[3.0.2] - 2018-10-07

Fixed

  • Missing option for show signIn and signOut button #54 (kudos to negebauer(Nicolás Gebauer))

[3.0.1] - 2018-10-07

Fixed

  • Tooltip Missing Album Name in Tree Track. #52 (kudos to mikqi(Muhammad Rivki))

[3.0.0] - 2018-10-05

Added

  • Spotify Web Api implementation to enable this extension on Windows.
  • Playlist/tracks custom view TreeDataProviders.

Refactored

  • Refactored state to use Redux.

Fixed

  • Spotilocal is not initialized. #46
  • Installed vscode-spotify extension but not working #43
  • Status Bar Icons Disappeared #42
  • Utilize the new Spotify Player API #27

[2.6.1] - 2018-08-30

Fixed

  • Fixed Play, Pause, PlayPause, Volume controlls on linux. ONLY on Linux(dbus)
  • Fixed performance issue on MacOs(to manny querys)

[2.6.0] - 2018-08-27

Fixed

  • Fix for Status Bar Icons Disappeared (#42). ONLY on Linux(dbus)

[2.5.1] - 2018-07-23

Fixed

  • Emergency fix for Status Bar Icons Disappeared (#42). ONLY on MacOS

[2.5.0] - 2018-06-26

Fixed

[2.4.0] - 2018-03-25

Fixed

[2.3.2] - 2018-02-23

Fixed

[2.3.1] - 2018-02-09

Fixed

  • Increasing volume at max makes it go to 0 (#15)

[2.3.0] - 2018-02-06

Added

[2.2.1] - 2017-10-10

Fixed

[2.2.0] - 2017-09-30

Fixed

  • When Spotify is not open: "Failed to initialize vscode-spotify. We'll keep trying every 20 seconds." #20

Changed

  • useCombinedApproachOnMacOS is now true by default.

[2.1.1] - 2017-09-24

Fixed

  • Updated info in Readme.md

[2.1.0] - 2017-09-24

Added

  • Implemented status long-polling on Windows and Linux #19 (kudos to @levrik(Levin Rickert) (https://github.com/levrik))
  • Experimental applescript + http implementation of spotify client to reduce CPU usage on MacOs and improve status updating. Set spotify.useCombinedApproachOnMacOS to true to try out! (fixes ShyykoSerhiy#12)

Fixed

  • High CPU usage on MacOS #12 (via spotify.useCombinedApproachOnMacOS)

[2.0.1] - 2017-09-23

Fixed

  • Failed to initialize vscode-spotify. We'll keep trying every 20 seconds. (New VSCode Insiders / New Spotify ?) #17

[2.0.0] - 2017-05-22

Added

[1.1.0] - 2017-02-27

Added

  • Added statusCheckInterval param.

[1.0.0] - 2016-09-14

Added

  • initial implementation of windows & linux support.

[0.0.5] - 2015-12-08

Added

  • added dynamic colors for buttons
  • added spotify.toggleRepeating and spotify.toggleShuffling commands
  • added buttons to status bar

Fixed

  • Extension reopens Spotify if it gets closed. #4
  • Sometimes there is error (unexpected tocken u), that hides all the buttons. #3
  • Wrong stopped/playing state #2

[0.0.2] - 2015-11-25

Added

  • initial release