From 098093c25f7b87ec842202ff0d2668e140f552a8 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Sun, 17 Mar 2024 16:24:46 +1100 Subject: [PATCH] Update changelog --- changelog.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index a7154ca91..6c506e8a9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,21 +1,28 @@ ## v7.0.4+beta.2 ### Fixed - Overhaul of http server settings to try and fix #633 +- Fix unicode handling error when accessing My Subscriptions in Kodi 18 #636 +- Update url resolver + - remove redundant resolving attempt + - attempt to bypass cookie consent redirect #631 ### Changed - Live stream sorting changed - Upcoming sorted by date - Live sorted by most viewed - Completed by most viewed in last 3 days +- Update setup wizard performance tier settings + - Disable MPEG-DASH for old devices + - Enable VP9 for low powered devices ### New - Kodi 18 (Leia) release available - - These releases are unsupported and not completely functional - - If they work, then that is good - - If they don't work, then that is no different to current state of affairs + - These releases are unsupported and may not be completely functional + - If something works, then that is good + - If something doesn't work, it will not be addressed unless it applies to Kodi 19+ - Known issues: - accessing script actions through settings does not work (e.g. maintenance and user actions) -- Setup wizard will disable use of website urls if no playercorefactory.xml is found +- Setup wizard will disable use of website urls if no playercorefactory.xml is found #632 ## v7.0.4+beta.1 ### Fixed