Skip to content

Releases: JohnnyCrazy/SpotifyAPI-NET

SpotifyAPI Web API 4.1.0

20 May 15:02
Compare
Choose a tag to compare

➕ Additions

  • Added overload for CursorPaging<T> in GetNextPage(Async), see #340 for some usage instructions. (Docs update WIP)

SpotifyAPI Web API 4.0.1

20 May 14:10
Compare
Choose a tag to compare

🏗 Fixes:

  • ImplicitGranAuth will try to close the browser by calling a JS Function to close the tab (Thanks to @jholzer #334)
  • TokenSwapAuth will try to close the browser by calling a JS Function to close the tab (Thanks to @TruDan #335)

SpotifyAPI Web API 4.0.0

20 May 14:05
c6de994
Compare
Choose a tag to compare

🛑 Breaking Changes

  • ImplictGrantAuth was correctly renamed to ImplicitGrantAuth (#320 )

Additions:

  • Allow Playlist image upload (Thanks to @mlavende #318 )
  • New Scope Flag: ugc-image-upload (Thanks to @mlavende #318 )
  • Added support for the new playlist query method, by just specifying an ID, without Owner

SpotifyAPI Web API 3.1.2

20 May 13:59
Compare
Choose a tag to compare

Additions

  • Added AppRemoteControl Scope (Thanks to @IIStevowII #309 )

Fixes:

  • Made docs up-to-date
  • Updated dependencies. which should fix the webserver on .NET4.6 and .NET Core

SpotifyAPI Web API 3.1.1

22 Nov 19:43
Compare
Choose a tag to compare

Fixes:

  • Fixed Header Overflow when requesting for a longer period (Thanks to @flownzu #299 )
  • Added currently_playing_type to PlaybackContext (Thanks to @aleab #292 )
  • Added position_ms parameter to ResumePlayback (Thanks to @kg73 #288 )
  • Modified SpotifyWebClient to use a single HttpClient (Thanks to @kg73 #287 )
  • Updated description of AddPlaylistTrack/Async (Thanks to @h-philip #290 )

Additions from 3.1.0

  • Added optional TooManyRequests Handling (Thanks to @Noggog #282 )

SpotifyAPI Web API 3.0.2

04 Sep 13:03
Compare
Choose a tag to compare

3.0.0 changes:

  • .net standard support
  • Seperated NuGet Packages for Core Client and Auth flows:
  • Auth flows now use a really good webserver called embedio, no hacky internal solution
  • Auth flows now can serve HTML/static files, so we could build a really good user experience
  • Auth flows have a cleaner API and should be more stable
  • Docs are not updated yet. But the API is very similar to the old one.

3.0.2 changes:

  • .net standard and .net 46 should be running smooth now. 404 error fixed.

SpotifyAPI-NET 2.19.0

12 May 18:56
Compare
Choose a tag to compare

All projects

  • Updated Newtonsoft.JSON library to latest version (Thanks to @dsafa #235 !)
  • Added a new project based on the oculus rift by @CaptainMorgs ( #240 )

Local-API

  • Fixed OnTrackChangeEvent not firing - please report if this doesn't work after the change
  • Allow users to set the show_dialog property when using the WebAPIFactory (Thanks to @aleab #239 )

SpotifyAPI-NET 2.18.1

01 Apr 17:15
Compare
Choose a tag to compare

Local-API

  • Fixed Timestamp in after and before fields (#233 )

SpotifyAPI-NET 2.18.0

25 Mar 18:04
Compare
Choose a tag to compare

All APIs

  • Added proxy configuration settings, thanks to @aleab (#224 ), more infos in the docs

Local API

  • Fixed some Exceptions and refined volume control, thanks to @aleab (#222 )

Web API

  • Fixed DateTime to timestamp int --> double
  • Added SnapshotId to the FullPlaylist model, thanks to @lukaswagner (#227 )
  • Added ReleaseDate and ReleaseDatePrecision to SimpleAlbum, thanks to @Gruhlum (#230 )

SpotifyAPI-NET 2.17.1

15 Jan 22:39
Compare
Choose a tag to compare

Local API

  • OnTrackChange will now be called for other track types as well (#204 )
  • Refactored Query Methods (#209 #212 )
  • Added another often used port to the docs