From 72d7d118c26737496d969cd52691608e85c651f2 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:56:37 +1000 Subject: [PATCH] Version bump v7.0.9+beta.2 --- addon.xml | 2 +- changelog.txt | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 8a4169d11..e12e26256 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index a982ebc6f..af54f637c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,26 @@ +## v7.0.9+beta.2 +### Fixed +- Fix ask for video quality setting being inconsistently applied +- Fix http server not sleeping after initial start of service #746 #801 +- Fix not reloading WL playlist if open after playback of video in WL + +### Changed +- Rename My Subscriptions plugin url + - From: + - plugin://plugin.video.youtube/special/new_uploaded_videos_tv + - plugin://plugin.video.youtube/special/new_uploaded_videos_tv_filtered + - To: + - plugin://plugin.video.youtube/special/my_subscriptions + - plugin://plugin.video.youtube/special/my_subscriptions_filtered + - Old url retained for backwards compatibility, to be removed with Kodi v22 + +### New +- Add notifications for creating/removing/clearing bookmarks #720 + ## v7.0.9+beta.1 ### Fixed - Fix renaming playlists -- Improve https server wakeup #746 #801 +- Improve http server wakeup #746 #801 ### Changed - Make live query parameter optional when playing channel live stream