diff --git a/packages/fenlight_changes b/packages/fenlight_changes
index d6235ca..82f0e29 100644
--- a/packages/fenlight_changes
+++ b/packages/fenlight_changes
@@ -1,5 +1,7 @@
-[COLOR dodgerblue][B]Version 2.2.07[/B][/COLOR]
-- Fixed: Genre parse failure does not reset genre
-- Fixed: Background service startup errors being masked by incorrect exception logging.
-- Fixed: Autoscrape Next Episode not applying the Ignore Filters rescrape step.
-- Security: Replaced router exec() dispatch on plugin mode with allowlisted function dispatch.
\ No newline at end of file
+[COLOR dodgerblue][B]Version 2.2.08[/B][/COLOR]
+- Fixed: Autoscrape Next Episode — notifications, results window, and rescrape steps (including Ignore Filters) now complete reliably on the main thread.
+- 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 no longer re-triggers repeatedly during the same playback or overlaps a second next-ep scrape while the results dialog is open.
+- 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()`.
diff --git a/packages/fenlight_version b/packages/fenlight_version
index df34579..3c9aa1b 100644
--- a/packages/fenlight_version
+++ b/packages/fenlight_version
@@ -1 +1 @@
-2.2.07
+2.2.08
diff --git a/packages/index.html b/packages/index.html
index f7150fa..039ef98 100644
--- a/packages/index.html
+++ b/packages/index.html
@@ -1,2 +1,2 @@
-plugin.video.fenlight-2.2.07.zip
+plugin.video.fenlight-2.2.08.zip
diff --git a/packages/plugin.video.fenlight-2.2.08.zip b/packages/plugin.video.fenlight-2.2.08.zip
new file mode 100644
index 0000000..bf770d5
Binary files /dev/null and b/packages/plugin.video.fenlight-2.2.08.zip differ