From 0791474b304a24e442ceb63b673e7bc921cdd9e9 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:16:38 +1100 Subject: [PATCH] Version bump v7.1.1.3 --- addon.xml | 2 +- changelog.txt | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 78c493bb..90191fc5 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index afeecd5a..eb13564c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -## v7.1.1.1 +## v7.1.1.3 ### Fixed - Fix http server not listening on any interface if listen IP is 0.0.0.0 #927 - Standardise return type of LoginClient.refresh_token #932 @@ -33,6 +33,13 @@ - Attempt to fix possible deadlock on http server shutdown - Fix potential infinite loop with old data from access_manager.json #980 - Reduce unnecessary window navigation fallback attempts +- Fix incorrect duration display in Kodi 18 and Kodi 19 #999 +- Fix possible error with getting names of bookmarks that have not been updated with info +- Fix missing "Live" label in Kodi 18 +- Fix uncaught exception when sign-in does not succeed #985 +- Fix missing "Ask" translation string +- Fix incorrect parameter name breaking auto-remove from Watch Later #993 +- Fix processing of "q" and "channelId" search query params #1004 ### Changed - Improve display and update of bookmarks @@ -49,6 +56,8 @@ - path parameters used for folders and sub-folders - query parameters used for changing display modes, filtering, sorting and inputs - Don't retry server wakeup on error unless settings change +- Allow ISA and MPD in 720p performance preset in Setup Wizard +- Only use OAuth tokens if necessary #994 #996 ### New - Explicitly enable TCP keep alive #913