This commit is contained in:
2026-05-24 12:45:18 +02:00
parent 2a38439d06
commit 71a079a36f
4 changed files with 9 additions and 7 deletions
+7 -5
View File
@@ -1,5 +1,7 @@
[COLOR dodgerblue][B]Version 2.2.07[/B][/COLOR] [COLOR dodgerblue][B]Version 2.2.08[/B][/COLOR]
- Fixed: Genre parse failure does not reset genre - Fixed: Autoscrape Next Episode — notifications, results window, and rescrape steps (including Ignore Filters) now complete reliably on the main thread.
- Fixed: Background service startup errors being masked by incorrect exception logging. - Fixed: Autoscrape Next Episode no longer targets the wrong episode (manual scrapes no longer inherit next-ep flags; player uses your autoscrape setting during playback).
- Fixed: Autoscrape Next Episode not applying the Ignore Filters rescrape step. - Fixed: Autoscrape no longer re-triggers repeatedly during the same playback or overlaps a second next-ep scrape while the results dialog is open.
- Security: Replaced router exec() dispatch on plugin mode with allowlisted function dispatch. - Fixed: Rescrape chain return propagation and episode-group rescrape re-entry no longer break autoscrape or crash on ignore-filters.
- Fixed: Legacy plugin route `mode=set_view` now forwards to Set Views (`Navigator.set_view`) instead of calling a missing `kodi_utils.set_view`.
- Fixed: Plugin route `mode=show_text_media` opens the media text viewer correctly via new `kodi_utils.show_text_media()`.
+1 -1
View File
@@ -1 +1 @@
2.2.07 2.2.08
+1 -1
View File
@@ -1,2 +1,2 @@
<!DOCTYPE html> <!DOCTYPE html>
<a href="plugin.video.fenlight-2.2.07.zip">plugin.video.fenlight-2.2.07.zip</a> <a href="plugin.video.fenlight-2.2.08.zip">plugin.video.fenlight-2.2.08.zip</a>
Binary file not shown.