From a534e464c725560cec6071d863ea2e9454aba71a Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Mon, 30 Sep 2024 23:23:14 +0200 Subject: [PATCH] Updated changelog --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 7ea13ab..6ad0053 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,11 @@ History ======= v0.7.7 ------ +* Feature: Set UserPlaylist public/private. Add method for getting public user playlists. - tehkillerbee_ +* Feature: Remove multiple items from UserPlaylist. (Fixes #259) - tehkillerbee_ +* Remove deprecated username/pass login method (Fixes #279) - tehkillerbee_ +* Populate the track/items.album attributes from the parent Album object. Updated tests (Fixes #281) - tehkillerbee_ +* Added clarifications to video_url method. Check video URLs for all available video qualities (Fixes #257) - tehkillerbee_ * Tests: Fix all tests that previously failed. - tehkillerbee_ * Use enum to specify default audio / video quality - tehkillerbee_ * Bugfix: Recent TIDAL changes resulted in missing Mix not causing a ObjectNotFound exception. - tehkillerbee_