From 01cddaa4fdb60270aae2ae95f2aa1179996cc053 Mon Sep 17 00:00:00 2001 From: SKProCH Date: Wed, 3 Feb 2021 14:53:01 +0300 Subject: [PATCH] Bump version --- RELEASE-NOTES.md | 6 ++++++ YandexMusicResolver/YandexMusicResolver.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 74114ad..d1e9049 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,9 @@ +# v3.0.0 +- ***BREAKING CHANGES***: `LoadPlaylist` -> `LoadAlbum`, remove `almubId` from `LoadTrack`, remove track `Metadata` `IsStream`, rework `YandexMusicMainResolver` and `YandexMusicSearchResultLoader` ctors, new `YandexMusicAuth` method names, ***`Load` in config now called by loaders and can be called multiple times*** +- Global type system rework: playlist now differs from album, no more meta classes as public API, new load on demand system for tracks in playlists and albums, remove `AudioTrackInfo`, now `YandexMusicTrack` are standalone, remove `IAudioItem` - `ResolveQueue` now return `YandexMusicSearchResult` and other changes +- Extend MainResolver `ResolveQuery` functionality + + # v2.2.1 - Add some missing xml docs diff --git a/YandexMusicResolver/YandexMusicResolver.csproj b/YandexMusicResolver/YandexMusicResolver.csproj index da6a0eb..4692828 100644 --- a/YandexMusicResolver/YandexMusicResolver.csproj +++ b/YandexMusicResolver/YandexMusicResolver.csproj @@ -12,7 +12,7 @@ A library aimed at searching, resolving and getting direct links to tracks, playlists or albums in Yandex.Music. Can work without authorization. Git https://github.com/SKProCH/YandexMusicResolver - 2.2.1 + 3.0.0 https://github.com/SKProCH/YandexMusicResolver/blob/master/LICENSE Please write the package release notes in “RELEASE NOTES.md”