Skip to content

Commit f9e388e

Browse files
committed
Version bump, updated changelog
1 parent fc593b6 commit f9e388e

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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 ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidalapi"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
description = "Unofficial API for TIDAL music streaming service."
55
authors = ["Thomas Amland <[email protected]>"]
66
maintainers = ["tehkillerbee <[email protected]>"]

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
User,
1818
)
1919

20-
__version__ = "0.8.3"
20+
__version__ = "0.8.4"

0 commit comments

Comments
 (0)