From 8b1d59bee3d789e0119ab027936266588e13bd69 Mon Sep 17 00:00:00 2001 From: MoojMidge <56883549+MoojMidge@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:31:40 +1100 Subject: [PATCH] Version bump - v7.0.3+beta.2 --- addon.xml | 2 +- changelog.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index f5e02e8f2..0485bbaaa 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 2a4508ef3..19626a5da 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,20 @@ +## v7.0.3+beta.2 +### Changed +- Function and data cache are now created per user +- Video channel no longer used as studio infolabel +- Since v7.0.3+beta.1 setting values are logged to the debug log + - Now sensitive details (location, API key, etc.) are masked +- Deprecated plugin actions removed +- Changed caching of playlists + - First page of playlists are only cached for 5 minutes + - Following pages are cached for 1 hour + +### Fixed +- Fix error when opening My Subscriptions after login #555 +- Fix directory items being treated as short videos #556 +- Fix error with Setup Wizard not loading #557 +- Refresh context menu item will now actually refresh listings #558 + ## v7.0.3+beta.1 ### New - Add display of extra video information (premieres, views, comments, likes) #18, #464, #503