From 7edfc25a1f7a09ab9ebed24162fc15e0f9d0c0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Mon, 15 Jun 2026 23:38:45 +0200 Subject: [PATCH] docs: note F1 variable filter under 0.3.2 Co-Authored-By: Claude Opus 4.8 --- release_note.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_note.txt b/release_note.txt index e63f820..42160f4 100644 --- a/release_note.txt +++ b/release_note.txt @@ -1,5 +1,7 @@ version 0.3.2 ============== +- The variables window (F1) now has a filter box: type to show only the + variables whose name matches. Tick "values" to also match on the value. - The ``run`` item now captures the output of the test it launches into your log and report (it used to go only to the terminal and was lost from the report). New ``batch: true`` option runs that test headless (and captured)