Skip to content

Commit

Permalink
Update for release v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Sep 2, 2022
1 parent fb51984 commit 53ceedb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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.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)

### v1.1.6 (2022-03-07)
- Fix for missing mediatype video info with addon video content (@MoojMidge) (@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)
- Fix for Kodi not using the video player/playlist to play videos (@MoojMidge)
- Fixes misalignment of system.time and endtime (@jojobrogess)

### 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)
Expand Down
38 changes: 15 additions & 23 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="service.upnext" name="Up Next" version="1.1.6" provider-name="im85288">
<addon id="service.upnext" name="Up Next" version="1.1.7" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
Expand Down Expand Up @@ -40,6 +40,20 @@ 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.7 (2022-09-03)
- Update check for filename of multi-part episodes
- Check for physical disc or disc image being played
- Translation update to Russian
- Fix CI workflow

v1.1.6 (2022-03-07)
- Fix for missing mediatype video info with addon video content
- Translation updates to Croatian, Japanese, Korean, Swedish and Finnish
- New translation for Taiwanese Mandarin
- Use onAVStarted instead of onPlayBackStarted
- Fix for Kodi not using the video player/playlist to play videos
- Fixes misalignment of system.time and endtime

v1.1.5 (2021-02-21)
- Fix playlists to work with non-library content
- Fix to prevent unwanted playback when using playlist queueing method
Expand All @@ -56,28 +70,6 @@ v1.1.3 (2020-10-14)
- 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
- 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)
- Add notification_offset for Netflix add-on
- Fix various runtime exceptions
- Implement new settings
- Implement new developer mode
- Show current time and next endtime in notification
- New translations for Brazilian, Czech, Greek, Japanese, Korean
- New translations for Russian, Slovak, Spanish, Swedish
- Translation updates to Croatian, French, German, Hungarian, Italian, Polish
</news>
<assets>
<icon>resources/media/icon.png</icon>
Expand Down

0 comments on commit 53ceedb

Please sign in to comment.