From 486deafc0736632dc1db399d534be329190598ae Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 3 Dec 2020 22:31:24 +0100 Subject: [PATCH] Prepare for v1.1.4 release Update README and addon.xml for release. --- README.md | 6 ++++++ addon.xml | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30fa5b5e..1f525395 100644 --- a/README.md +++ b/README.md @@ -23,15 +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.4 (2020-12-03) +- Fix problem causing pop-up to not appear (@MoojMidge) +- Translation updates to Romanian, Russian and Spanish (@tmihai20, @vlmaksime, @roliverosc) + ### v1.1.3 (2020-10-14) - Enable customPlayTime by default (@dagwieers) - Do not seek to the end before playing next episode (@dagwieers) - Add Kodi v17 compatibility (@dagwieers) - Fix logging on Kodi v19 (Matrix) after recent breakage (@MoojMidge) - Enqueue the next episode in the playlist (@MoojMidge) +- Translation updates to German (@tweimer) ### v1.1.2 (2020-06-22) - Small bugfix release (@im85288) +- Translation updates to Japanese and Korean (@Thunderbird2086) ### v1.1.1 (2020-06-21) - Avoid conflict with external players (@BrutuZ) diff --git a/addon.xml b/addon.xml index dcb5f5ec..6959cc7e 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -40,15 +40,21 @@ Många befintliga tillägg integreras redan med den här utanför lådan-tjänst all GPL-2.0-only +### v1.1.4 (2020-12-03) +- Fix problem causing pop-up to not appear +- Translation updates to Romanian, Russian and Spanish + ### v1.1.3 (2020-10-14) - Enable customPlayTime by default - Do not seek to the end before playing next episode - Add Kodi v17 compatibility - 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