diff --git a/addon.xml b/addon.xml index 82080ea3b..a93428c05 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<addon id="plugin.video.youtube" name="YouTube" version="7.0.9+beta.5" provider-name="anxdpanic, bromix, MoojMidge"> +<addon id="plugin.video.youtube" name="YouTube" version="7.0.9+beta.6" provider-name="anxdpanic, bromix, MoojMidge"> <requires> <import addon="xbmc.python" version="3.0.0"/> <import addon="script.module.requests" version="2.27.1"/> 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