Skip to content

Commit 9cbf50e

Browse files
itsab1989claude
andcommitted
Release v3.13.12-beta.34: arrow tab nav + scanner .mxf picker + report PDF path & header
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 489d743 commit 9cbf50e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v3.13.12-beta.34
4+
5+
- **Keyboard — arrows move between tabs (Basti).** After ⌘1–5 (or Tab to the tab
6+
strip), the ← / → keys now switch tabs. The Keyboard-shortcuts card lists it.
7+
- **Scanner-target import takes i1Profiler's .mxf/.cxf directly (Knut).** The
8+
measurement picker only offered .ti3/.txt even though ChromIQ already converts
9+
the others; it now lists .mxf / .txt / .cxf, with matching help text.
10+
- **Measurement Report — the PDF saves in a sensible place (Knut).** An imported
11+
i1Profiler measurement is converted in a temporary folder, and the report used
12+
to try to save there. It now defaults to a "reports" folder next to the file
13+
you loaded (created if missing).
14+
- **Measurement Report — tidier header with many measurements (Knut).** Loading a
15+
whole folder of measurements no longer prints a long list of names in the page
16+
header; past a handful it shows the run count and date range instead.
17+
318
## v3.13.12-beta.33
419

520
- **Measurement Report — add many measurements at once (Knut).** The picker is

core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
APP_VERSION = "3.13.12-beta.33"
1+
APP_VERSION = "3.13.12-beta.34"

0 commit comments

Comments
 (0)