From 9171abc3ba9c2dee3f974b3160d8300f5b9ae820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Wed, 17 Jun 2026 15:14:49 +0200 Subject: [PATCH] docs: note Flatpak host-open of log paths and F1 location 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 6767d97..18dde6b 100644 --- a/release_note.txt +++ b/release_note.txt @@ -10,6 +10,8 @@ version 0.3.2 inspected afterwards (for example with ``expected_result`` or a ``py_func``). - "Show Results" now opens the log on Flatpak (it used to do nothing) and can be used while a test is running, not only after it finishes. +- Other places that open a file now work on Flatpak too: clicking a file path + in the log output, and the "open location" button in the variables (F1) window. - Double-clicking a test item to open the log now uses an editor of your choice: a new preference holds the command (default ``code -g {file}:{line}``); set it to your editor (for example ``kate -l {line} {file}``). Works on Flatpak too.