Skip to content

Commit

Permalink
Merge pull request #217 from dagwieers/prepare-for-1.1.3
Browse files Browse the repository at this point in the history
Prepare for v1.1.3 release
  • Loading branch information
dagwieers committed Oct 30, 2020
2 parents 3252e71 + 0e726d7 commit 3d60b46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ The add-on has various settings to fine-tune the experience, however the default
For [Addon Integration](https://github.com/im85288/service.upnext/wiki/Addon-Integration) and [Skinners](https://github.com/im85288/service.upnext/wiki/Skinners) see the [wiki](https://github.com/im85288/service.upnext/wiki)

## Releases
### v1.1.3 (2020-10-14)
- Enable customPlayTime by default (@dagwieers)
- Do not seek to the end before playing next episode (@dagwieers)
- Add Kodi v17 compatibility (@dagwieers)
- Fix logging on Kodi v19 (Matrix) after recent breakage (@MoojMidge)
- Enqueue the next episode in the playlist (@MoojMidge)

### v1.1.2 (2020-06-22)
- Small bugfix release (@im85288)

Expand Down
8 changes: 7 additions & 1 deletion 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="service.upnext" name="Up Next" version="1.1.2" provider-name="im85288">
<addon id="service.upnext" name="Up Next" version="1.1.3" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
Expand Down Expand Up @@ -40,6 +40,12 @@ Många befintliga tillägg integreras redan med den här utanför lådan-tjänst
<platform>all</platform>
<license>GPL-2.0-only</license>
<news>
### v1.1.3 (2020-10-14)
- Enable customPlayTime by default
- Do not seek to the end before playing next episode
- Add Kodi v17 compatibility
- Fix logging on Kodi v19 (Matrix) after recent breakage
- Enqueue the next episode in the playlist

### v1.1.2 (2020-06-22)
- Bug fix for change from sleep to waitForAbort using seconds and not ms
Expand Down

0 comments on commit 3d60b46

Please sign in to comment.