26.0.2
Summary¶
This release adds a Command Palette for instant access to any action in the app, along with trace re-export, multi-file open, and automatic segment expansion. It also includes a redesigned plot tooltip, improved measurement tool, and various panel sizing and UI refinements.
Added¶
- Command Palette: Open with
Cmd+K/Ctrl+Kto quickly search and run any action across the app — playback controls, workspace management, layouts, settings, extensions, and more. Includes keyboard shortcut hints and fuzzy search. Learn more → - Trace Re-Export: Export opened trace files to a new
.trzfile. Supports time-range selection and merging multiple open traces into a single output. - Segment Auto-Expansion: Overlapping data segments for the same signal now automatically expand into distinct series in plots, tables, and value panels — similar to scoped signals. Non-overlapping segments remain merged.
- Multiple File Selection: The open file dialog now supports selecting and opening multiple
.trzfiles at once.
Changed¶
- Plot Tooltip Redesign: Compact, data-dense layout with monospace numeric alignment and better readability.
- Measurement Tool: Updated design to match the new tooltip style. Cursors can now snap to any data point and move freely with automatic swap behavior.
- Plot Panel at Small Sizes: Adaptive Y-axis tick labels that scale to available panel height. X-axis ticks adjust based on plot width.
- Signal Chips Area: Cleaner expand/collapse with fixed row heights and a compact chevron toggle.
- Panel Minimum Size: Increased minimum panel width and height to prevent unusable sizing.
- Extensions UI: Clearer status messaging and disabled buttons when not connected to an agent.
Fixed¶
- Cursor not following navigation (pan, zoom, scroll) while paused
- Incorrect file name display on Windows due to backslash path separators