Skip to content

Commit

Permalink
Release 1.1.8 (#285)
Browse files Browse the repository at this point in the history
* Update README.md for v1.1.8

* Update addon.xml for v1.1.8
  • Loading branch information
MoojMidge committed Sep 12, 2022
1 parent fce38b5 commit 9a82918
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ The add-on has various settings to fine-tune the experience, however the default

> NOTE: The add-on settings are found in the Kodi add-ons section, in the *Services* category.
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)
For [Addon Integration](https://github.com/im85288/service.upnext/wiki/Integration) and [Skinners](https://github.com/im85288/service.upnext/wiki/Skinners) see the [wiki](https://github.com/im85288/service.upnext/wiki)

## Releases

### v1.1.8 (2022-09-13)
- Never ask if Still Watching? if playedInARow is 0 (@MoojMidge)
- Still Watching? checks number of plays not number+1 (@MoojMidge)

### v1.1.7 (2022-09-03)
- Update check for filename of multi-part episodes (@MoojMidge)
- Check for physical disc or disc image being played (@MoojMidge)
- Translation update to Russian (@ArtyIF)
- Fix CI workflow (@MoojMidge) (@MoojMidge)
- Fix CI workflow (@MoojMidge)

### v1.1.6 (2022-03-07)
- Fix for missing mediatype video info with addon video content (@MoojMidge) (@MoojMidge)
- Fix for missing mediatype video info with addon video content (@MoojMidge)
- Translation updates to Croatian, Japanese, Korean, Swedish and Finnish (@dsardelic, @Thunderbird2086, @Sopor, @Dis90)
- New translation for Taiwanese Mandarin (@JuenTingShie)
- Use onAVStarted instead of onPlayBackStarted (@MoojMidge)
Expand Down
6 changes: 5 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.7" provider-name="im85288">
<addon id="service.upnext" name="Up Next" version="1.1.8" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
Expand Down Expand Up @@ -40,6 +40,10 @@ 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.8 (2022-09-13)
- Never ask if Still Watching? if playedInARow is 0
- Still Watching? checks number of plays not number+1

v1.1.7 (2022-09-03)
- Update check for filename of multi-part episodes
- Check for physical disc or disc image being played
Expand Down

0 comments on commit 9a82918

Please sign in to comment.