diff --git a/packages/fenlight_changes b/packages/fenlight_changes index 130b4a7..8943dba 100644 --- a/packages/fenlight_changes +++ b/packages/fenlight_changes @@ -1,8 +1,4 @@ -[COLOR dodgerblue][B]Version 2.2.09[/B][/COLOR] -- Security: Safer addon updates — validated ZIP extract, staging install before replacing files, and HTTP timeouts. -- Security: Replaced unsafe action dispatch on Extras, Discover, and random-play UI. -- Security: OMDb and TinyURL API calls now use HTTPS. -- Fixed: Renamed settings key typo `lists_cache_duraton` to `lists_cache_duration` (migrates on settings sync). -- Fixed: `custom_key.browse_related` works from remote keymaps (tip and router updated). -- Improved: Better error logging on scrape, playback, sync, and service paths. -- Cleanup: Removed unused code and legacy commented-out blocks. \ No newline at end of file +[COLOR dodgerblue][B]Version 2.2.10[/B][/COLOR] +- Improved: Movie and TV show search lists (`tmdb_movies_search`, `tmdb_tv_search`) build from TMDB search results instead of per-title detail calls — much faster for skin search URLs. +- Fixed: TV show search pagination now keeps `is_anime_list` on next page (anime search mode). +- Improved: TMDB movie/TV search queries are URL-encoded for reliable multi-word skin search. diff --git a/packages/fenlight_version b/packages/fenlight_version index 5d7acaa..0d3ad67 100644 --- a/packages/fenlight_version +++ b/packages/fenlight_version @@ -1 +1 @@ -2.2.09 +2.2.10 diff --git a/packages/index.html b/packages/index.html index 7dac8dd..88d0b49 100644 --- a/packages/index.html +++ b/packages/index.html @@ -1,2 +1,2 @@ -plugin.video.fenlight-2.2.09.zip +plugin.video.fenlight-2.2.10.zip diff --git a/packages/plugin.video.fenlight-2.2.10.zip b/packages/plugin.video.fenlight-2.2.10.zip new file mode 100644 index 0000000..7e1ee59 Binary files /dev/null and b/packages/plugin.video.fenlight-2.2.10.zip differ