Skip to content

Commit

Permalink
Merge pull request #249 from dagwieers/release-v1.1.5
Browse files Browse the repository at this point in the history
Prepare for v1.1.5 release
  • Loading branch information
dagwieers authored Feb 21, 2021
2 parents 9fb2536 + 5f5d3ce commit b7efb9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ 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.5 (2021-02-21)
- Fix playlists to work with non-library content (@MoojMidge)
- Fix to prevent unwanted playback when using playlist queueing method (@MoojMidge)
- New translation for Finnish (@Dis90)

### 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)
Expand Down
21 changes: 13 additions & 8 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon id="service.upnext" name="Up Next" version="1.1.4" provider-name="im85288">
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.upnext" name="Up Next" version="1.1.5" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<!-- This is needed to get an addon icon -->
<extension point="xbmc.python.script" library="resources/lib/script_entry.py">
Expand Down Expand Up @@ -40,31 +40,36 @@ 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)
v1.1.5 (2021-02-21)
- Fix playlists to work with non-library content
- Fix to prevent unwanted playback when using playlist queueing method
- New translation for Finnish

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)
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)
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)
v1.1.1 (2020-06-21)
- Avoid conflict with external players
- Restore "Ignore Playlist" option
- Fix a known Kodi bug related to displaying hours
- Improvements to endtime visualization
- New translations for Hindi and Romanian
- Translation updates to Hungarian and Spanish

### v1.1.0 (2020-01-17)
v1.1.0 (2020-01-17)
- Add notification_offset for Netflix add-on
- Fix various runtime exceptions
- Implement new settings
Expand Down

0 comments on commit b7efb9d

Please sign in to comment.