Changelog¤
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.1 - 2021-05-01¤
Fixed¤
- The session on Deezer will not be renewed after the expiration (again) (7e553d8).
0.5.0 - 2021-01-27¤
Changed¤
- The library is now using the unencrypted streaming endpoint (5512f6e).
- Updated dependencies
Removed¤
- Support for Python 3.7 (fb443c6)
0.4.3 - 2020-07-15¤
Added¤
- Additional tags to the track object and the downloaded tracks (lyrics, copyright, etc.) (880511b).
Fixed¤
- The session on Deezer will not be renewed after the expiration (a82cb4a).
- The ReplayGain tag had a wrong value (880511b).
0.4.2 - 2020-06-18¤
Changed¤
- Return absolute file path (c682537).
Fixed¤
- Forbidden file name characters on Windows were not escaped (487393e).
0.4.1 - 2020-06-08¤
Added¤
- Fallback to lower quality if the track cannot be downloaded (ffe271e).
pytest-covin dev-dependencies (56da09d).
Changed¤
- Exclude python files from
.editorconfigas it causes code style errors (88e7708).
Fixed¤
- Obsolete type annotations in docstrings (fab7a84).
- Some layout bugs in the documentation.
0.4.0 - 2020-06-02¤
Added¤
- API documentation (!9).
- Support for Python 3.7+ (again) (09f16e3).
- Raise
DeezerLoginErrorwhen the specified arl token is invalid. (c5b3693) - More tests (52c29e9).
.editorconfigfile (2a9aff1).
Changed¤
- Only accept an integer for the ID parameter of the album and track class. (f335333)
Fixed¤
- Invalid all-object (cbb1e5d).
- Useless object inheritance of Album class (05cb61e).
- Code style issues (ab13d39).
__init__method from base classExceptionis not called (094d15a).
0.3.3 - 2020-05-29¤
Added¤
- Raise DeezerApiError when the specified album is not found (0458012).
- Stream option for album download (c316814).
0.3.2 - 2020-05-27¤
Fixed¤
ID3NoHeaderErrorwhen tagging MP3 files (5c79b5c).
0.3.1 - 2020-05-27¤
Fixed¤
- The type of total bytes count should be int (0ebfd82).
- Stream the download while decrypting the track (0ebfd82)
0.3.0 - 2020-05-27¤
Added¤
0.2.0 - 2020-05-27¤
Added¤
- Support for album download (276ce7c).
- Caching of tracks and albums (c69d8a3).
- More album cover options (783f8b3).
Removed¤
- Support for Python 3.7 and earlier (3009e5f).
0.1.1 - 2020-05-06¤
Changed¤
- Use regex for the download url (0cf6739).
Fixed¤
- Wrong name of quality variable (399c1eb).
0.1.0 - 2020-05-05¤
Added¤
- Initial release! 🎉