diff --git a/README.md b/README.md index 48790d16..d864b13d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ ## What's new in this fork +### 2026-06-25 — Search in script output + +The output panel now has a find bar (search icon in the "Output" header): type to +highlight all matches in the log, with a match counter and previous/next +navigation (Enter / Shift+Enter, Esc to close). Matches are highlighted via the +CSS Custom Highlight API, so the live-appending terminal and inline images are +left untouched. Available wherever logs are shown (execution view and history). + ### 2026-06-24 — Dependency security scan in CI A `Security scan` job audits dependencies on every push/PR: `pip-audit` for the diff --git a/web-src/src/common/components/log_panel.vue b/web-src/src/common/components/log_panel.vue index 4fd72693..fe8b5b3d 100644 --- a/web-src/src/common/components/log_panel.vue +++ b/web-src/src/common/components/log_panel.vue @@ -3,6 +3,29 @@