Releases: acgonzales/pydeezer
Releases · acgonzales/pydeezer
PyDeezer v1.1.4-post1
05 Jan 11:23
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes TypeError: got an unexpected keyword argument when using DefaultProgressHandler on download.
PyDeezer v1.1.4
05 Jan 10:10
Compare
Sorry, something went wrong.
No results found
Changes
Replaced tqdm into rich for default progress library.
Feature
Added Downloader class to support multithreaded downloads.
PyDeezer v1.1.3-post1
05 Jan 05:57
Compare
Sorry, something went wrong.
No results found
Changes
Added initialize() to BaseProgressHandler to be able to support custom properties on __init__().
PyDeezer v1.1.3
04 Jan 17:25
Compare
Sorry, something went wrong.
No results found
Fixes
Fixes a KeyError if a track have no genre.
Feature
Added support for custom progress handlers on downloads. See README.md
PyDeezer v1.1.2
03 Aug 14:47
Compare
Sorry, something went wrong.
No results found
Fixed a bug where it displays wrong tracks on the CLI
Fixed a KeyError in get_artist_poster()
PyDeezer v1.1.1-p3
26 Jul 08:40
Compare
Sorry, something went wrong.
No results found
Skip adding featuring artists in title if it already exists.
PyDeezer v1.1.1-p2
18 May 09:38
Compare
Sorry, something went wrong.
No results found
Supposed fix on #6
Fix on the CLI KeyError when media type argument is supplied.
PyDeezer v1.1.1-p1
12 May 14:52
Compare
Sorry, something went wrong.
No results found
PyDeezer v1.1.1
05 May 09:12
Compare
Sorry, something went wrong.
No results found
Now able to write genre tags in the music id3/flac tags.
Solution to Issue #4
PyDeezer v1.1.0
24 Apr 11:14
Compare
Sorry, something went wrong.
No results found
Fix console script overriding other packages