1.0.0
DeezNET
- Changed how
DeezerClient
s are created - Changed how ARLs are applied to clients
- Fixed parameters of search-related methods in
PublicApi
which used the incorrect enum type for search order - Fixed ID parsing for some URLs that ended with a forward slash (
/
) - Fixed
GetAssociatedTracks
forArtists
entities - Added a helper method to return a fallback bitrate (
static Downloader.GetLowerFallbackBitrate(Bitrate bitrate)
) - Added documentation to non-Deezer API methods
- Added TrackCount to track metadata application
- Added an optional
coverResolution
parameter toApplyMetadataToTrackBytes
- Added a method for retrieving the bytes of artwork by their ID (
Downloader.GetArtBytes(string id, int resolution)
) - Added the
ActiveARL
property toDeezerClient
- Implemented tests for non-Deezer API methods (except
DeezerURL.GetAssociatedTracks()
) - Updated
BouncyCastle.Cryptography
to 2.4.0-beta.61
DeezCLI
- Improved CLI fallback bitrate
- Improved logging
- Added TrackCount to metadata
- Added template-based output arguments (see README for more info)
- Album art is now downloaded to a file, rather than only being embedded