File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
History
4
4
=======
5
+ v0.8.5
6
+ ------
7
+ * Cleanup: Removed deprecated function(s). - tehkillerbee _
8
+ * Feature: MixV2: Add support for parsing mixes originating from PageCategoryV2. - tehkillerbee _
9
+ * Feature: Add support for PageCategoryV2 as used on Home page. - tehkillerbee _, Nokse22 _
10
+ * Feature: Add pagination workers from mopidy-tidal - tehkillerbee _, BlackLight _
11
+ * Fix(playlist): Improve v2 endpoint usage. - tehkillerbee _
12
+ * fix(playlist): More robust handling of the passed objects. - BlackLight _
13
+
5
14
v0.8.4
6
15
------
7
16
* Album: Add UPC barcode, genre URL for tidal tracks - tehkillerbee _
Original file line number Diff line number Diff line change 23
23
author = "The tidalapi Developers"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "0.8.4 "
26
+ release = "0.8.5 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tidalapi"
3
- version = " 0.8.4 "
3
+ version = " 0.8.5 "
4
4
description = " Unofficial API for TIDAL music streaming service."
5
5
authors = [" Thomas Amland <thomas.amland@googlemail.com>" ]
6
6
maintainers = [" tehkillerbee <tehkillerbee@users.noreply.github.com>" ]
Original file line number Diff line number Diff line change 17
17
User ,
18
18
)
19
19
20
- __version__ = "0.8.4 "
20
+ __version__ = "0.8.5 "
You can’t perform that action at this time.
0 commit comments