|
3 | 3 | History
|
4 | 4 | =======
|
5 | 5 |
|
| 6 | +v0.7.0 |
| 7 | +------ |
| 8 | + |
| 9 | +* (BREAKING!) Removed obsolete parameter session_id from load_oauth_session - lutzbuerkle_ |
| 10 | +* (BREAKING!) Drop support for python2.7 - morguldir_ |
| 11 | +* (BREAKING!) Change the architecture of the library to allow for using more files, see the migration guide - morguldir_ |
| 12 | +* Add support for tidal pages (e.g. home, videos and explore in the web ui) - morguldir_ |
| 13 | +* Add support for parsing mixes and retrieving the media - morguldir_ |
| 14 | +* Get rid of the old genre and mood support, you can now find them in the pages instead - morguldir_ |
| 15 | +* Update almost all of the json parsing and classes to include more fields - morguldir_ |
| 16 | +* Add complete docstrings to many of the functions - morguldir_ |
| 17 | +* Tests now cover almost all of the code - morguldir_ |
| 18 | +* Pylint scores are now much higher - morguldir_ |
| 19 | +* Add option to retrieve master quality tracks (I can't test this, but I believe it works as of writing) - morguldir_ |
| 20 | +* Add a few documentation pages explaining the basics - morguldir_ |
| 21 | +* Add support for modifying playlists - morguldir_ |
| 22 | +* Add a parameter to always fetch the track album if it's not provided - divadsn_ |
| 23 | +* Add function to retrieve the year and date from either the release data or the stream start date - divadsn_ |
| 24 | +* Improve the performance of the internal get_items() function by using extend - BlackLight_ |
| 25 | +* Properly deal with the api returning non-json results - BlackLight_ |
| 26 | +* Add support for retrieving the reviews of an album - retired-guy_ |
| 27 | + |
| 28 | + |
| 29 | +v0.6.10 |
| 30 | +------- |
| 31 | +* Update the client secret - 1nikolas_ |
| 32 | +* Use a track url endpoint compatible with the new secret - morguldir_ |
| 33 | + |
| 34 | +v0.6.9 |
| 35 | +------ |
| 36 | + |
| 37 | +* Update the client secret - morguldir_ |
| 38 | +* Fix token_refresh() not correctly including the client secret - morguldir_ |
| 39 | + |
| 40 | +v0.6.8 |
| 41 | +------ |
| 42 | + |
| 43 | +* Support OAuth login through login_oauth_simple() and login_oauth() - morguldir_ |
| 44 | +* Support loading an OAuth session through load_oauth_session() - morguldir_ |
| 45 | +* Include more info when a request fails - morguldir_ |
| 46 | + |
| 47 | +v0.6.7 |
| 48 | +------ |
| 49 | + |
| 50 | +* Fix wimp images not resolving - ktnrg45_ |
| 51 | +* Made the favorite playlists function also return created playlists - morguldir_ |
| 52 | + |
6 | 53 | v0.6.6
|
7 | 54 | ------
|
8 | 55 |
|
|
37 | 84 |
|
38 | 85 | .. _morguldir: https://github.com/morguldir
|
39 | 86 | .. _Husky22: https://github.com/Husky22
|
| 87 | +.. _ktnrg45: https://github.com/ktnrg45 |
| 88 | +.. _1nikolas: https://github.com/1nikolas |
| 89 | +.. _divadsn: https://github.com/divadsn |
| 90 | +.. _BlackLight: https://github.com/BlackLight |
| 91 | +.. _lutzbuerkle: https://github.com/lutzbuerkle |
| 92 | +.. _retired-guy: https://github.com/retired-guy |
0 commit comments