What's Changed
- Python scripts: Run Python blocks from files instead of the built-in code editor.
- Plot hold: Press Space in focused line plots, waterfalls, or spectrum analyzers to freeze and resume their displays.
- Hover readouts: Hover over detached line plots and waterfalls to see cursor position readouts.
- Drag-and-drop flowgraphs: Open
.ymland.yamlflowgraphs by dropping them onto the desktop window.
Pull-Requests
- fix: prevent remote streams from stalling after reconnects by @luigifcruz in #329
- fix(build): respect macOS deployment target in pipe2 detection by @luigifcruz in #328
- feat: open flowgraphs with drag and drop by @luigifcruz in #327
- feat: add quick access to examples and simplify welcome cards by @luigifcruz in #326
- feat(visualization): add hover cursor with readout to signal view by @luigifcruz in #333
- ci: reduce Windows build overhead by @luigifcruz in #332
- feat: toggle plot display hold with the spacebar by @luigifcruz in #331
- feat: add file-backed Python scripts and a dedicated console by @luigifcruz in #330
Full Changelog: v1.10.2...v1.11.0