- Change pickle path to addon directory
- Temporary muzic file is now special://temp/deezer-temp.mp3
- Fixed streaming 128kbps when no MD5 for legacy
- Added auth from https://connect.deezer.com/oauth/user_auth.php
- Added API from https://www.deezer.com/ajax/gw-light.php for getting track tokens
- Added getting streams from https://media.deezer.com/v1/get_url
- Added streams decryption
- Now working with free tiers
- Fixed "authenticate user failed" when streaming
- Fixed a python version incompatibility
- Added Kodi 20 support
- Dropped kodi 18 support
- More robust API error handling
- Added sort by default, date, title, album and artist
- Added flow
- Added icons where relevant
- More user feedback
- More robust connection
- Every listing will now show all elements (no more limited to 25 on certain cases)
- Artist's albums now show more than 25 items
- Added possibility to browse favorite albums
- Added possibility to browse favorite artists
- Canceling a search won't show an error anymore
- Added icons when displaying user's playlists, albums and artists
- Improved speed when queuing playlists or albums
- Addon is now compatible with Kodi 19
- Unavailable tracks won't be displayed in albums and playlists anymore
- Added a notification if a track cannot be played
- Setting window now automatically opens if no credentials are specified
- Fixed a bug that threw an error while searching
- Improved logs
- Added information dialog if DeezerKodi cannot connect to Deezer
- Fixed a bug that prevented loading folders or track and causing DeezerKodi to crash (#3 on github)
- Addon now logs information into kodi.log file
- Slight speed improvement while loading folders
- Main profile now accessible for family account
- Personal account now usable
- Slight speed improvement
- fixed a bug preventing profiles with non-ascii characters to be loaded
- fixed a bug that prevent user from searching tracks
- fixed a bug that prevent inserting certain characters in DB
- Fixed bug where kodi crashes when a song was set to not playable by the API
- Fixed bug that prevented the extension from installing on version older than Leia 18
- First pre-release