Releases: JohnnyCrazy/SpotifyAPI-NET
Releases · JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI Web API 4.1.0
➕ Additions
- Added overload for
CursorPaging<T>
inGetNextPage(Async)
, see #340 for some usage instructions. (Docs update WIP)
SpotifyAPI Web API 4.0.1
SpotifyAPI Web API 4.0.0
SpotifyAPI Web API 3.1.2
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
Fixes:
- Fixed Header Overflow when requesting for a longer period (Thanks to @flownzu #299 )
- Added
currently_playing_type
toPlaybackContext
(Thanks to @aleab #292 ) - Added
position_ms
parameter toResumePlayback
(Thanks to @kg73 #288 ) - Modified
SpotifyWebClient
to use a singleHttpClient
(Thanks to @kg73 #287 ) - Updated description of AddPlaylistTrack/Async (Thanks to @h-philip #290 )
Additions from 3.1.0
SpotifyAPI Web API 3.0.2
3.0.0 changes:
- .net standard support
- Seperated NuGet Packages for Core Client and Auth flows:
- SpotifyAPI.Web - The API Client
- SpotifyAPI.Web.Auth - The 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
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
SpotifyAPI-NET 2.18.1
Local-API
- Fixed Timestamp in
after
andbefore
fields (#233 )
SpotifyAPI-NET 2.18.0
All APIs
Local API
Web API
- Fixed DateTime to timestamp int --> double
- Added
SnapshotId
to theFullPlaylist
model, thanks to @lukaswagner (#227 ) - Added
ReleaseDate
andReleaseDatePrecision
toSimpleAlbum
, thanks to @Gruhlum (#230 )