Releases: tehkillerbee/mopidy-tidal
Releases Β· tehkillerbee/mopidy-tidal
v0.3.9
What's Changed
- Bugfix: get_urls() always returning [str]. (Fixes #185). @tehkillerbee
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Tidalapi: version bump to v0.8.1 @tehkillerbee
- Bugfix: Reverted auto-login only when AUTO enabled. @tehkillerbee
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- Explicitly set token type when using pkce auth. by @tehkillerbee in #169
- Fix login_oauth_simple args. Formatting by @tehkillerbee in #181
- Tests: Fixed unit tests by @tehkillerbee in #183
- tidalapi version bump to v0.8.0
Full Changelog: v0.3.6...v0.3.7
v0.3.6
- Bugfix: Fix missing images on tracks
- Readme: PKCE logon details added
- Print Mopidy-Tidal, Python-Tidal version info to log
v0.3.5
- Fix HI_RES_LOSSLESS playback with PKCE authentication
- Added support for two stage PKCE authentication using HTTP web server
- Switch to using Stream MPEG-DASH MPD manifest directly for playback instead of direct URL
- Add new categories (Home, HiRes, Mixes & Radio, My Mixes)
- Add helper functions (create_category_directories) for navigating sub-categories
- Refactor/cleanup backend, move load/save session to tidalapi.
- Improve error handling
- Handle missing objects (ObjectNotFound) gracefully
- Handle HTTP 429 (TooManyRequests) gracefully
- Add auth_mode, login_server_port config params
- Add HI_RES (MQA), add auth_method, login_server_port, AUTO login_method as alias
- Fix missing pictures on some playlist types
- Skip video_mixes when generating mix playlists
- Rewrite test suite
(Major thanks to @2e0byo for test suite improvements, @quodrum-glas for inspiration and example code to use HTTP Server for PKCE authentication)