Skip to content

Commit 5acbd7c

Browse files
authored
Merge pull request #343 from EbbLabs/feature/0.8.4-prep
Feature/0.8.4 prep
2 parents fc593b6 + ab438fa commit 5acbd7c

File tree

5 files changed

+204
-181
lines changed

5 files changed

+204
-181
lines changed

HISTORY.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
33
History
44
=======
5+
v0.8.4
6+
------
7+
* Album: Add UPC barcode, genre URL for tidal tracks - tehkillerbee_
8+
* Remove Python 2 cruft - C0rn3j_
9+
* Adhere to typing standards and mark Python current versions as supported - C0rn3j_
10+
* Add Track.get_radio_mix and Artist.get_radio_mix to get radio as Mix - tehkillerbee_, Nokse22_
11+
* Consistent use of path file open - tehkillerbee_
12+
* CI: Fix branch syntax, bump action and python versions to current, fix indent - C0rn3j_
13+
* Implement sorting for remaining favourites + playlists nilathedragon_
14+
* Feature/v2 endpoints by tehkillerbee_
15+
* Feature/origin album cover by tehkillerbee_
16+
* Validate returned tracks (isrc) and skip invalid results tehkillerbee_
17+
518
v0.8.3
619
------
720
* Extended file extension detection to properly detect M4A files. - exislow_
@@ -236,6 +249,7 @@ v0.6.2
236249
.. _M4TH1EU: https://github.com/M4TH1EU
237250
.. _GioF71: https://github.com/GioF71
238251
.. _TooYoungTooSimp: https://github.com/TooYoungTooSimp
239-
240-
252+
.. _C0rn3j: https://github.com/C0rn3j
253+
.. _Nokse22: https://github.com/Nokse22
254+
.. _nilathedragon: https://github.com/nilathedragon
241255

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "The tidalapi Developers"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.8.3"
26+
release = "0.8.4"
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)