Skip to content

Releases: JohnnyCrazy/SpotifyAPI-NET

SpotifyAPI-NET 2.5.0

07 Nov 19:55
Compare
Choose a tag to compare

Web-API:

  • Every API-Call is now additionally available as Async-Method (docs)
  • Fixed wrong Limit-Calculation
  • New Helper-Methods: GetNextPage and GetPreviousPage (docs)

A big shout-out to @JimmyAppelt for helping me with the async-implementation!

SpotifyAPI-NET 2.4.0

28 Oct 18:54
Compare
Choose a tag to compare
  • Refactored whole Project

Thanks to @Mrnikbobjeff !
LocalAPI

  • Removed nircmd.dll-dependency and added Win SoundClass
  • Added IsSpotifyMuted
  • Added SetSpotifyVolume(float volume = 100)
  • Added GetSpotifyVolume
  • Fixed #48

SpotifyAPI-NET 2.3.0

15 Oct 13:06
Compare
Choose a tag to compare

Local-API

  • Added some docs
  • Added GetAlbumArtAsByteArrayAsync and GetAlbumArtAsByteArray in Track.cs
  • Fixed IsAd, now supporting video ads
  • Fixed GetAlbumArtUrl crashing when an ad is currently playing

Web-API

  • Fixed a small spelling mistake in ImplicitGrantAuth.cs

SpotifyAPI-NET 2.2.0

01 Oct 15:40
Compare
Choose a tag to compare

Fixed #34 and #38 (Also PR #37)

Local-API

  • New Track-Method: track.IsAd()

SpotifyAPI-NET 2.1

11 Sep 15:25
Compare
Choose a tag to compare

Made HTTP-Server Port variable

SpotifyAPI-NET 2.0

26 Jul 15:03
Compare
Choose a tag to compare

Update to 1.2

23 Feb 20:18
Compare
Choose a tag to compare

SpotifyWebAPI:

  • Update to support all endpoints/updates as far as the February 11th, 2015
  • Fixed GetSavedTracks
  • Removed Header overflow
  • FullAlbum RealeaseDate Type changed to String
  • Some more fixes

SpotifyLocalAPI:

  • Added ability to use the beta-client (Discussion #15), Thanks to @gusper

Update to 1.1

04 Dec 17:35
Compare
Choose a tag to compare

Reordered whole project-structure

SpotifyWebAPI:

  • Update to support all endpoints/updates as far as the November 11th, 2014
  • Improved HTTPServer
  • Ordered methods in SpotifyWebApiCass
  • Added various models for the new endpoints

SpotifyLocalAPI:

  • Added ability to queue songs
  • Removed API.cs

Initial Release

17 Feb 12:12
Compare
Choose a tag to compare

Initial Release

If you find any bugs, please create a new issue. Thanks!