From b058e430890563411071ce56043c74d7a774c61a Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:58:50 +1000 Subject: [PATCH] Version bump v7.0.9+beta.6 --- addon.xml | 2 +- changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 82080ea3b..a93428c05 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 5d76f7b58..8ef55cb1d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +## v7.0.9+beta.6 +### Fixed +- Fix http server not working in Kodi 18 +- Fix issues with http server wakeup and sleep on initial start/restart + +### Changed +- Player requests no longer use configured plugin language +- Alternate client selections removed + ## v7.0.9+beta.5 ### Fixed - Fix disabling certification verification #841