What's Changed
- Expanded SDR support: Added HackRF support and enabled Airspy support on Windows.
- Improved SoapySDR integration: Added explicit module loading and configurable Bias-T controls.
- Block Inspect & Edit Menu: Directly inspect and edit a block's YAML configuration.
- More native GPU acceleration: Added a CUDA implementation for multiply-constant operations.
- Improved platform reliability: Fixed RTL-SDR teardown crash on WebUSB.
- UI polish: Fixed flowgraph panning jumps on touch devices and text grid truncation in tall viewports.
- Release tooling fixes: Normalized GitHub links in generated release notes.
Pull-Requests
- fix: prevent flowgraph panning jumps on touch input by @luigifcruz in #283
- feat: support explicit SoapySDR module loading by @luigifcruz in #282
- feat: add configurable Bias-T support for Soapy SDR by @luigifcruz in #280
- feat: improved frame block interface by @luigifcruz in #279
- fix: MSVC string literal limit in Python bridge header generation by @MohsenD98 in #275
- feat: add YAML block configuration inspector by @luigifcruz in #281
- feat: add native CUDA multiply constant implementation by @luigifcruz in #284
- fix: prevent text grid truncation in tall viewports by @luigifcruz in #285
- feat: enable Airspy support on Windows by @luigifcruz in #286
- feat: add hackrf support via soapy by @ooeygui in #185
- fix: cancel WebUSB transfers during RTL-SDR teardown by @luigifcruz in #287
- fix: normalize GitHub release note links by @luigifcruz in #288
New Contributors
- @MohsenD98 made their first contribution in #275
- @ooeygui made their first contribution in #185
Full Changelog: v1.8.4...v1.9.0