From 0e726d797ddd78a5cc8924127ec5abd87c4770c4 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 11 Oct 2020 23:22:04 +0200 Subject: [PATCH] Prepare for v1.1.3 release Update README and addon.xml for release. --- README.md | 7 +++++++ addon.xml | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 568b2c6d..30fa5b5e 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ 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.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) + ### v1.1.2 (2020-06-22) - Small bugfix release (@im85288) diff --git a/addon.xml b/addon.xml index 1e950ca2..dcb5f5ec 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -40,6 +40,12 @@ Många befintliga tillägg integreras redan med den här utanför lådan-tjänst all GPL-2.0-only +### 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 ### v1.1.2 (2020-06-22) - Bug fix for change from sleep to waitForAbort using seconds and not ms