Skip to content

Commit

Permalink
Merge pull request #233 from dagwieers/prepare-1.1.4
Browse files Browse the repository at this point in the history
Prepare for v1.1.4 release
  • Loading branch information
dagwieers authored Dec 3, 2020
2 parents a0a1fcd + 486deaf commit 1e5a881
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,21 @@ 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.4 (2020-12-03)
- Fix problem causing pop-up to not appear (@MoojMidge)
- Translation updates to Romanian, Russian and Spanish (@tmihai20, @vlmaksime, @roliverosc)

### 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)
- Translation updates to German (@tweimer)

### v1.1.2 (2020-06-22)
- Small bugfix release (@im85288)
- Translation updates to Japanese and Korean (@Thunderbird2086)

### v1.1.1 (2020-06-21)
- Avoid conflict with external players (@BrutuZ)
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.3" provider-name="im85288">
<addon id="service.upnext" name="Up Next" version="1.1.4" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
Expand Down Expand Up @@ -40,15 +40,21 @@ 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.4 (2020-12-03)
- Fix problem causing pop-up to not appear
- Translation updates to Romanian, Russian and Spanish

### 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
- Translation updates to German

### v1.1.2 (2020-06-22)
- Bug fix for change from sleep to waitForAbort using seconds and not ms
- Translation updates to Japanese and Korean

### v1.1.1 (2020-06-21)
- Avoid conflict with external players
Expand Down

0 comments on commit 1e5a881

Please sign in to comment.