From ac72b55743994ccef15d5cb04d508bf989933c1c Mon Sep 17 00:00:00 2001 From: arvvoid Date: Wed, 29 Apr 2020 22:54:02 +0200 Subject: [PATCH] Minor version bump --- README.md | 2 +- addon.xml | 3 ++- changelog.md | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1dd3047..eacfca83 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/addon.xml b/addon.xml index 2d34ace1..dbb002cb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,4 +1,4 @@ - + @@ -44,6 +44,7 @@ If an official app is available for your platform, use it instead of this. https://github.com/arvvoid/plugin.video.hbogoeu https://arvvoid.github.io/plugin.video.hbogoeu +- 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 diff --git a/changelog.md b/changelog.md index 5e0e3c01..c9aae9da 100644 --- a/changelog.md +++ b/changelog.md @@ -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)