From 89b74ce51197eb674babca4f1554be17a949259b Mon Sep 17 00:00:00 2001 From: Footsiefat <12180913+Footsiefat@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:03:52 +1300 Subject: [PATCH] Updated changelog to v2.3 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 008e0f7..92732fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ ## **Changelog:** +**v2.3 (25 Oct 2021):** +- Moved changelog to seperate file. +- Added argument parsing in search function (query results limit and query result types). +- Fixed spelling errors. +- Added mac specific install guide stuff. +- Fixed infinite loop. +- Fixed issue where zspotify could'nt run on python 3.8/3.9. +- Changed it so you can just run zspotify from the root folder again. +- Added function to auto generate config file if it doesnt exist. +- Fixed issue where if you enabled splitting discs into seperate folders downloading would fail. + **v2.2 (24 Oct 2021):** - Added basic support for downloading an entire podcast series. - Split code into multiple files for easier maintenance. @@ -81,4 +92,4 @@ - Added additional check for tracks that cannot be "played" due to licence(and similar) issues. These tracks will be skipped. **v0.9 (13 Oct 2021):** -- Initial upload, needs adjustments to get working again after backend rewrite. \ No newline at end of file +- Initial upload, needs adjustments to get working again after backend rewrite.