Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Mar 1, 2024
1 parent 1e5a0d9 commit 11d67c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

#### v0.3.5
- Fix HI_RES_LOSSLESS playback with PKCE authentication
- Added support for two stage PKCE authentication using HTTP web server
- Add new categories (HiRes, Mixes & Radio, My Mixes)
- Add helper functions (create_category_directories) for navigating sub-categories
- Switch to using Stream MPEG-DASH MPD manifest directly for playback instead of direct URL
- Refactor/cleanup backend, move load/save session to tidalapi.
- 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](https://github.com/2e0byo) for test suite improvements, [quodrum-glas](https://github.com/quodrum-glas) for inspiration to use HTTP Server for PKCE authentication)

#### v0.3.4
- Added support for navigating For You, Explore pages.

Expand Down

0 comments on commit 11d67c7

Please sign in to comment.