diff --git a/README.md b/README.md index 46242478..6bc8f58b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Python packages: ## **Changelog:** +**v1.5 (19 Oct 2021):** +- Made downloading a lot more efficient and probably faster. +- Made the sanitizer more efficient. +- Formatted and linted all the code. + **v1.4 (19 Oct 2021):** - Added option to encode the downloaded tracks in the "ogg" format rather than "mp3". - Added small improvement to sanitation function so it catches another edge case. diff --git a/requirements.txt b/requirements.txt index 4191b571..23cbce18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ git+https://github.com/kokarare1212/librespot-python music_tag pydub -websocket-client \ No newline at end of file +websocket-client +Pillow \ No newline at end of file