Skip to content

Commit

Permalink
Merge pull request #148 from dagwieers/prepare-1.1.0
Browse files Browse the repository at this point in the history
Prepare for v1.1.0 release
  • Loading branch information
im85288 committed Jan 17, 2020
2 parents fd38881 + 77f3769 commit 8fd7cca
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ 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)

## Releases
### v1.1.0 (2020-01-17)
- Add notification_offset for Netflix add-on (@CastagnaIT)
- Fix various runtime exceptions (@thebertster)
- Implement new settings (@dagwieers)
- Implement new developer mode (@dagwieers)
- Show current time and next endtime in notification (@dagwieers)
- New translations for Brazilian, Czech, Greek, Japanese, Korean (@mediabrasiltv, @svetlemodry, @Twilight0, @Thunderbird2086)
- New translations for Russian, Slovak, Spanish, Swedish (@vlmaksime, @matejmosko, @sagatxxx, @Sopor)
- Translation updates to Croatian, German, Hungarian, Italian, Polish (@arvvoid, @tweimer, @frodo19, @EffeF, @notoco)
13 changes: 12 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" provider-name="im85288" version="1.0.7">
<addon id="service.upnext" name="Up Next" version="1.1.0" provider-name="im85288">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
Expand Down Expand Up @@ -35,6 +35,17 @@ Många befintliga tillägg integreras redan med den här utanför lådan-tjänst
Многие существующие дополнения уже интегрированы с этим сервисом "из коробки".</description>
<platform>all</platform>
<license>GPL-2.0-only</license>
<news>
### 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, German, Hungarian, Italian, Polish
</news>
<assets>
<icon>resources/media/icon.png</icon>
<fanart>resources/media/fanart.jpg</fanart>
Expand Down

0 comments on commit 8fd7cca

Please sign in to comment.