|
3 | 3 | History |
4 | 4 | ======= |
5 | 5 |
|
6 | | -Upcoming |
| 6 | +v0.8.7 |
7 | 7 | -------- |
| 8 | +* OAuth Client ID, secret updated - tehkillerbee_ |
| 9 | +* Bugfix: `albums_paginated` using `get_artists_count` instead of `get_albums_count` - rafrombrc_ |
8 | 10 | * TooManyRequests now includes the retry_after header in its data. - semohr_ |
9 | 11 | * Added a central error class (TidalAPIError) to allow for unified error handling. - semohr_ |
10 | 12 |
|
11 | 13 | v0.8.6 |
12 | 14 | ------ |
13 | | -* Add support for get<track, album, artist, playlist>count(), Workers: Use get_*_count to get the actual number of items. - tehkillerbee_ |
| 15 | +* Bugfix: Use get_*_count in workers to get the actual number of items. (Fixes #360) - tehkillerbee_ |
| 16 | +* Feature: Add support for get<track, album, artist, playlist>count(), Workers: Use get_*_count to get the actual number of items. - tehkillerbee_ |
| 17 | +* Feature: Get playlist tracks, items count. Get playlist tracks paginated. - tehkillerbee_ |
14 | 18 | * Only return warning if page itemtype (v2) is not implemented (Fixes: #362) - tehkillerbee_ |
15 | 19 | * Add legacy home endpoint for backwards compatibility - tehkillerbee_ |
16 | | -* Get playlist tracks, items count. Get playlist tracks paginated. - tehkillerbee_ |
17 | 20 |
|
18 | 21 | v0.8.5 |
19 | 22 | ------ |
@@ -248,7 +251,6 @@ v0.6.2 |
248 | 251 | * Add version tag for Track - Husky22_ |
249 | 252 | * Switch to netlify for documentation - morguldir_ |
250 | 253 |
|
251 | | -.. _semohr: https://github.com/semohr |
252 | 254 | .. _morguldir: https://github.com/morguldir |
253 | 255 | .. _Husky22: https://github.com/Husky22 |
254 | 256 | .. _ktnrg45: https://github.com/ktnrg45 |
@@ -278,4 +280,6 @@ v0.6.2 |
278 | 280 | .. _C0rn3j: https://github.com/C0rn3j |
279 | 281 | .. _Nokse22: https://github.com/Nokse22 |
280 | 282 | .. _nilathedragon: https://github.com/nilathedragon |
| 283 | +.. _semohr: https://github.com/semohr |
| 284 | +.. _rafrombrc: https://github.com/rafrombrc |
281 | 285 |
|
0 commit comments