Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid committed Apr 29, 2020
1 parent 94f16bb commit ac72b55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If an official app is available for your platform, use it instead of this.

Simple Kodi add-on to access HBO® Go content from Kodi Media Center (http://kodi.tv).

This add-on support 18 countries at the moment Bosnia and Herzegovina, Bulgaria, Croatia, Czech Republic, Denmark, Finland, Hungary, Macedonia, Montenegro, Norway, Polonia, Portugal, Romania, Serbia, Slovakia, Slovenija, Spain, Sweden, to see the full list of supported regions/countries/operoators go to the [REGIONAL SUPPORT](https://github.com/arvvoid/plugin.video.hbogoeu/wiki/Regional-support) wiki page.
This add-on support 18 countries at the moment: Bosnia and Herzegovina, Bulgaria, Croatia, Czech Republic, Denmark, Finland, Hungary, Macedonia, Montenegro, Norway, Polonia, Portugal, Romania, Serbia, Slovakia, Slovenija, Spain, Sweden. To see the full list of supported regions/countries/operators go to the [REGIONAL SUPPORT](https://github.com/arvvoid/plugin.video.hbogoeu/wiki/Regional-support) wiki page.

## Install instructions

Expand Down
3 changes: 2 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="plugin.video.hbogoeu" name="hGO EU" provider-name="arvvoid" version="2.5.11">
<addon id="plugin.video.hbogoeu" name="hGO EU" provider-name="arvvoid" version="2.6.0">
<requires>
<import addon="xbmc.python" version="2.26.0" />
<import addon="script.module.kodi-six" version="0.1.0" />
Expand Down Expand Up @@ -44,6 +44,7 @@ If an official app is available for your platform, use it instead of this.
<source>https://github.com/arvvoid/plugin.video.hbogoeu</source>
<website>https://arvvoid.github.io/plugin.video.hbogoeu</website>
<news>
- Updated and improved subtitle support for Spain/Nordic region (major ttml2srt update)
- Improve elapsed time function (prevent failed report play status to Hbo in some cases)
- Alternative method to retrieve season listing (slower) in case standard one fail for some reason (happen rarely, usually its just temporary error, but the add-on can deal with it now without bothering the user)
- Translations update
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.2.6.0
- Updated and improved subtitle support for Spain/Nordic region (major ttml2srt update)

v.2.5.10
- Improve elapsed time function (prevent failed report play status to Hbo in some cases)
- Alternative method to retrieve season listing (slower) in case standard one fail for some reason (happen rarely, usually its just temporary error, but the add-on can deal with it now without bothering the user)
Expand Down

0 comments on commit ac72b55

Please sign in to comment.