Releases: tamland/python-tidal
Releases · tamland/python-tidal
v0.7.0rc1
v0.6.10
v0.6.9
Release to update the client secret, since the previous one seems to have expired
- Update the client secret - @morguldir
- Fix token_refresh() not correctly including the client secret - @morguldir
v0.6.8
Release to support OAuth now that the last known token for the old method has expired.
- Support OAuth login through login_oauth_simple() and login_oauth() - @morguldir
- Support loading an OAuth session through load_oauth_session() - @morguldir
- Include more info when a request fails - @morguldir
v0.6.7
v0.6.4
- Add parameter to search() allowing for more results (up to 300) - @morguldir
- Fix get_track_url() not returning anything - @morguldir
v0.6.3
- Fix quality options using enum names instead of values - @morguldir
- Handle situations where tidal doesn't set the version tag - @morguldir
v0.6.2
- Update lossless token - @morguldir
- Always use the same api token - @morguldir
- Include additional info when logging fails - @morguldir
- Make user_id and country_code optional when using load_session() - @morguldir
- Add version tag for Track - @Husky22
- Switch to netlify for documentation - @morguldir