Skip to content

Commit

Permalink
Release version 3.2.0
Browse files Browse the repository at this point in the history
Removed unused file. Should have been removed in
commit 6c3aac2.
  • Loading branch information
jaylinski committed Apr 20, 2020
1 parent 64e51f2 commit 6d71f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
20 changes: 5 additions & 15 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.soundcloud" name="SoundCloud" version="3.1.2" provider-name="jaylinski">
<addon id="plugin.audio.soundcloud" name="SoundCloud" version="3.2.0" provider-name="jaylinski">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.future" version="0.16.0"/>
Expand All @@ -19,20 +19,10 @@
<forum>https://forum.kodi.tv/showthread.php?tid=206635</forum>
<website>https://soundcloud.com</website>
<source>https://github.com/jaylinski/kodi-addon-soundcloud</source>
<news>3.1.2 (2020-03-30)
[fix] Fix loading of large (> 50) track lists

3.1.1 (2019-12-01)
[fix] Fixed client-ID extraction from SoundCloud website
[lng] Added Dutch translations

3.1.0 (2019-10-16)
[upd] Added "Albums", "Playlists" and "Spotlight" folders to user pages
[upd] Thumbnail images now have a higher resolution
[fix] Fixed error when selecting the "Discover" folder
[fix] Changed default format to "mp3" to fix a session timeout issue on tracks longer than 30 minutes
[fix] Fixed Python 3 compatibility issue (Addon is now ready for Kodi 19)
[lng] Improved German translations
<news>3.2.0 (2020-04-18)
[fix] Custom client ID won't be overwritten anymore
[new] Added ability to clear cache in settings
[new] Track descriptions can now be viewed in info window
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
3 changes: 0 additions & 3 deletions service.py

This file was deleted.

0 comments on commit 6d71f63

Please sign in to comment.