Skip to content

Commit

Permalink
Prepare for release v1.0.3 (#41)
Browse files Browse the repository at this point in the history
Update README and addon.xml for release.
  • Loading branch information
dagwieers authored Mar 20, 2021
1 parent 59ee8e2 commit 4725351
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get body
id: get-body
run: |
description=$(sed '1,/^## Releases$/d;/## v[0-9\.]* ([0-9-]*)/d;/^$/,$d' README.md)
description=$(sed '1,/^# Changelog/d;/## v[0-9\.]* ([0-9-]*)/d;/^$/,$d' README.md)
echo $description
description="${description//'%'/'%25'}"
description="${description//$'\n'/'%0A'}"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Big thanks to [peak3d](https://github.com/peak3d) for his plugin and all the sup
also to [basrieter](https://bitbucket.org/basrieter/xbmc-online-tv/src/master/) for helping to debug my plugin!

# Changelog #
### v1.0.3 (2021-03-20)
- Ensure no windows are shown when non-interactive (@dagwieers)

### v1.0.2 (2021-03-04)
- Fix an exception on Matrix when using IPTV Manager (@dagwieers)

Expand Down
21 changes: 12 additions & 9 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.yelo" name="Yelo" version="1.0.2" provider-name="shycoderX">
<addon id="plugin.video.yelo" name="Yelo" version="1.0.3" provider-name="shycoderX">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.dateutil" version="2.4.2"/>
Expand Down Expand Up @@ -32,18 +32,21 @@
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>
v1.0.3 (2021-03-20)
- Ensure no windows are shown when non-interactive

v1.0.2 (2021-03-04)
- Fix an exception on Matrix when using IPTV Manager (@dagwieers)
- Fix an exception on Matrix when using IPTV Manager

v1.0.1 (2020-11-02)
- Add Kodi 19 checks @shycoderX)
- Load EPG in the background (@shycoderX)
- Add device registration for Play subscription (@fripsy)
- Use sock.sendall instead of sock.send (@michaelarnauts)
- Add Kodi 19 checks
- Load EPG in the background
- Add device registration for Play subscription
- Use sock.sendall instead of sock.send

### v1.0.0 (2020-05-22)
- Add Dutch translations (@dagwieers)
- Add support for IPTV Manager (@shycoderX, @dagwieers)
v1.0.0 (2020-05-22)
- Add Dutch translations
- Add support for IPTV Manager
</news>
</extension>
</addon>

0 comments on commit 4725351

Please sign in to comment.