From f358be208b83bfe632d8c82251b97ca601ee6117 Mon Sep 17 00:00:00 2001 From: Tikipeter <28930002+Tikipeter@users.noreply.github.com> Date: Sat, 6 Jul 2024 11:11:05 +1000 Subject: [PATCH] 1.0.56 --- packages/fen_light_changes | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/fen_light_changes b/packages/fen_light_changes index a0df6f4..ba1427f 100644 --- a/packages/fen_light_changes +++ b/packages/fen_light_changes @@ -1,7 +1,5 @@ -[COLOR red][B]Online Release Version 1.0.55[/B][/COLOR] -- Added Easynews image search. -- Added ability to bind Fen Light's Extras dialog and Options dialog to specific keys/buttons for quick access. This would be done instead of letting Fen Light replace Kodi's Information and Context Menu dialogs as is currently an option. The command for opening the extras dialog is "RunPlugin(plugin://plugin.video.fenlight/?mode=custom_key_extras_menu_choice)", and the Options dialog is "RunPlugin(plugin://plugin.video.fenlight/?mode=custom_key_options_menu_choice)". Restart Kodi if you add these to a keymap. -- Added Settings->Content->Content->"Control Viewtypes within Addon". If your skin is able (through a helper script) to handle "locking" viewtypes, then this functionality in Fen Light can likely be turned OFF as it may not be needed. -- Adedd Settings->Content->Content->"Shuffle Order of Personal/Liked Trakt Lists" to same settings menu. -- Fixed Trakt lists not loading if there is an instance of type: person within the list. +[COLOR red][B]Online Release Version 1.0.56[/B][/COLOR] +- Adjustments to shuffle trakt lists functionality. +- Fixed caching issue for lists made using FenLight's "Discover" method. Caching will be 48 hours instead of 720 hours. +- Removed setting for "shuffling" the order of Trakt My Lists/Liked Lists. The shuffled lists are now found in Random Lists->Trakt Lists. - Other changes/fixes.