From 248117cfe5d051194428b6e65514d131058ee1cf Mon Sep 17 00:00:00 2001 From: tehkillerbee Date: Tue, 22 Aug 2023 21:25:02 +0200 Subject: [PATCH] Updated changelog --- HISTORY.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 25c7322..30c601f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,12 +5,15 @@ History v0.7.3 ------ -* Official support for HI_RES FLAC quality tehkillerbee_ -* Add helper functions to set audio/video quality for current session tehkillerbee_ -* Added missing WELCOME_MIX MixType tehkillerbee_ -* Various image bugfixes tehkillerbee_ +* Official support for HI_RES FLAC quality - tehkillerbee_ +* Add helper functions to set audio/video quality for current session - tehkillerbee_ +* Added missing WELCOME_MIX MixType - tehkillerbee_ +* Various image bugfixes - tehkillerbee_ +* Add "for_you" page - tehkillerbee_ +* Various test, poetry bugfixes - 2e0byo_ * Add typings for Artists and Users - arusahni_ * Add media metadata - jozefKruszynski_ +* Add option to limit track radio length - jozefKruszynski_ * Downgrade minimum required version of requests JoshMock_