diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7669c..f268daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v2.0.5 + +### [Fix] + +- Fixed "authenticate user failed" when streaming + +## v2.0.4 + +### [Fix] + +- Fixed a python version incompatibility + +## v2.0.3 + +### [Breaking changes] + +- Added Kodi 20 support +- Dropped kodi 18 support + ## v1.0.1 - More robust API error handling diff --git a/README.md b/README.md index 3dfc4a6..06a9cef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tracks are played in 128kb resolution as that's the max available bitrate for TV # Installation * Download - the [latest release zip file](https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip) + the [latest release zip file](https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip) located at `plugin.audio.deezer/plugin.audio.deezer-x.y.z.zip`. * Move it to your kodi box. * Install it by selecting `'Install from zip file'` in the addon menu. diff --git a/addons.xml b/addons.xml index a52d480..7969033 100644 --- a/addons.xml +++ b/addons.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED. This addon was not provided by Deezer. -- Fixed a python version incompatibility +- Fixed "authenticate user failed" when streaming all diff --git a/addons.xml.md5 b/addons.xml.md5 index 7cce9e0..5d74b34 100644 --- a/addons.xml.md5 +++ b/addons.xml.md5 @@ -1 +1 @@ -a54afe5c6215d16065c3d10489f41b3b addons.xml +f97fa007c33dd7b5de4c6335222dc01c addons.xml diff --git a/plugin.audio.deezer/addon.xml b/plugin.audio.deezer/addon.xml index 3fa58e7..4ad6c76 100644 --- a/plugin.audio.deezer/addon.xml +++ b/plugin.audio.deezer/addon.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED. This addon was not provided by Deezer. -- Fixed a python version incompatibility +- Fixed "authenticate user failed" when streaming all diff --git a/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip b/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip index c1146c8..a7b7856 100644 Binary files a/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip and b/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip differ diff --git a/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip.md5 b/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip.md5 index 283cc1f..9145b1b 100644 --- a/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip.md5 +++ b/plugin.audio.deezer/plugin.audio.deezer-2.0.4.zip.md5 @@ -1 +1 @@ -ceb1032f0eb2f478e86180285fc23036 *plugin.audio.deezer-2.0.4.zip +a94d604247ce9611be8eff7a73c0ecc1 *plugin.audio.deezer-2.0.4.zip diff --git a/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip b/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip new file mode 100644 index 0000000..ab75266 Binary files /dev/null and b/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip differ diff --git a/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip.md5 b/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip.md5 new file mode 100644 index 0000000..3db686a --- /dev/null +++ b/plugin.audio.deezer/plugin.audio.deezer-2.0.5.zip.md5 @@ -0,0 +1 @@ +4592a81e342e27a14df7b648627dd3b7 *plugin.audio.deezer-2.0.5.zip diff --git a/src/addon.xml b/src/addon.xml index 3fa58e7..4ad6c76 100755 --- a/src/addon.xml +++ b/src/addon.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED. This addon was not provided by Deezer. -- Fixed a python version incompatibility +- Fixed "authenticate user failed" when streaming all