Skip to content

Commit

Permalink
Bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phate89 committed Apr 6, 2021
1 parent 9c5771c commit a0db936
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/addon-submitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: actions/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ steps.kodi-addon-submitter.outputs.addon-zip }}
Expand Down
9 changes: 4 additions & 5 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.video.videomediaset" name="Mediaset Play" provider-name="phate89, aracnoz" version="2.0.3">
<addon id="plugin.video.videomediaset" name="Mediaset Play" provider-name="phate89, aracnoz" version="2.0.4">
<requires>
<import addon="xbmc.python" version="2.25.0" />
<import addon="script.module.phate89" version="1.2.1"/>
Expand All @@ -19,10 +19,9 @@
<forum>https://forum.kodi.tv/showthread.php?tid=292876</forum>
<source>https://github.com/phate89/plugin.video.videomediaset</source>
<reuselanguageinvoker>true</reuselanguageinvoker>
<news>2.0.3
- fixed live channel list loading in pre-matrix with spechial characters (thx to madpilot78)
- added paging for videos
- added range in url requests (thx to thinkingmik)
<news>2.0.4
- fixed loading of live channels and tv guide for a missing property (thx to madpilot78)
- removed workaround that created problems with loading seasons in shows like striscia
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[B]2.0.4[/B]
- fixed loading of live channels and tv guide for a missing property (thx to madpilot78)
- removed workaround that created problems with loading seasons in shows like striscia

[B]2.0.3[/B]
Expand Down

0 comments on commit a0db936

Please sign in to comment.