2.2.10 - Faster Skin Search

This commit is contained in:
2026-05-24 15:58:44 +02:00
parent a9f4be0ae7
commit 91405174ba
4 changed files with 7 additions and 10 deletions
+5 -8
View File
@@ -1,8 +1,5 @@
[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.
[COLOR dodgerblue][B]Version 2.2.10[/B][/COLOR]
- Fixed: Auto-update download failed when `fenlight_version` used Windows line endings (ZIP URL contained a stray carriage return).
- 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.
+1 -1
View File
@@ -1 +1 @@
2.2.09
2.2.10
+1 -1
View File
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<a href="plugin.video.fenlight-2.2.09.zip">plugin.video.fenlight-2.2.09.zip</a>
<a href="plugin.video.fenlight-2.2.10.zip">plugin.video.fenlight-2.2.10.zip</a>
Binary file not shown.