Releases: f4exb/sdrangel
Maintenance and enhancements
What's Changed
- Update Qt version to 6.9.1 on Windows and Mac. by @srcejon in #2482
- Fix type forward declaration by @srcejon in #2484
- Add crash handler on Windows. by @srcejon in #2493
- Rotator Controller: Add line ending setting for GS-232 protocol. by @srcejon in #2497
- glscope: Clear buffer to black rather than transparent. by @srcejon in #2498
- Fix moving features to another workspace. by @srcejon in #2503
- Heat Map: Increase precision of coordinates to 6 decimal places. by @srcejon in #2505
- Set csv as default filename extension for save file dialogs. by @srcejon in #2507
- ADS-B: Add recommended initial device settings for RTL SDR to docs. by @srcejon in #2508
- RigCtlServer: Add missing enabled setting key. by @srcejon in #2516
- Add keyboard short cuts for toolbar. by @srcejon in #2517
- Updating to latest version of LimeSuite, Opus & Codec2 by @srcejon in #2518
- Further updates for cmake 4 support by @srcejon in #2522
Full Changelog: v7.22.8...v7.22.9
- 2025/10/5: Fixed problem with mac arm64 code signing. #2524
Map and ADS-B updates
Map and ADS-B updates
Thanks to @srcejon there are a lot of changes and new features. For details see PR #2465
What's Changed
- Fix swagger by @f4exb in #2450
- Add 384000 and maximum supported audio sample rates for Qt 6 by @srcejon in #2461
- Map and ADS-B updates by @srcejon in #2465
- A few small fixes by @srcejon in #2467
- Fix --remote-tcp. by @srcejon in #2472
- RemoteTCP: Add support for SDR_RX_SAMPLE_24BIT=OFF by @srcejon in #2473
- FreqScanner: Fix crash if row is selected when remove is pressed. by @srcejon in #2474
- Radio Astronomy: Add option to auto save data to .csv. by @srcejon in #2475
- Fix 2478 by @f4exb in #2479
Full Changelog: v7.22.7...v7.22.8
DATV demod server plugin
DATV demod server plugin
Server variant for the DATV demod plugin allowing headless configurations for remote, repeater, etc... Was motivated by combining SDRangel for reception and Pluto equipped with F5OEO PlutoDVB2 firmware to create a DATV repeater. See https://github.com/f4exb/sdrangel/blob/master/scriptsapi/plutodvbrpt.py for a script that controls the Pluto PTT depending on sending TS on UDP from the DATV demod.
What's Changed
- Radiosonde: Fix pressure calculation. by @srcejon in #2394
- Mac x64 build for Mac OS 12 by @srcejon in #2397
- Fix -DBUILD_SHARED_LIBS=ON for FLAC by @srcejon in #2402
- wdsp: Remove redundant code that causes stack overflow on Mac. by @srcejon in #2410
- Fix HackRF support by @srcejon in #2414
- Update LimeSuite to latest version to fix Windows build by @srcejon in #2416
- Update HackRF to v2024.02.1. by @srcejon in #2417
- Split button added, swagger changed manually, but should be the same β¦ by @lukolszewski in #2425
- ChannelWebAPIUtils: Add double version of patchDeviceSetting. by @srcejon in #2432
- Fix sat tracker doppler crash by @srcejon in #2433
- Also accept +0179+0001 as an acceptable gs232 format for reporting po⦠by @mattsoftware in #2438
- Fix build with Qt 6.9.0. by @srcejon in #2439
- Try to fix Windows CI build by @srcejon in #2442
New Contributors
- @lukolszewski made their first contribution in #2425
- @mattsoftware made their first contribution in #2438
Full Changelog: v7.22.6...v7.22.7
Maintenance and enhancements
What's Changed
- DSC Demod: Add coast station names. by @srcejon in #2355
- Fix audio modulators when channel sample rate is greater than audio sample rate by @srcejon in #2357
- Fix Win32 plugin directory for Qt6 build by @srcejon in #2362
- ADS-B: Fix OpenSky authentication to enable 4000 API calls per day. by @srcejon in #2363
- Add GPIO support for USRP devices by @srcejon in #2365
- right-click-enabler: Allow activation of the right click action by keyboard by @tyrylu in #2369
- Added "All Colors Are Beautiful" colormap by @das-Iro in #2371
- SID: Fix crash when loading data from .csv. by @srcejon in #2377
- Radiosonde: Rate limit position updates to SondeHub. by @srcejon in #2379
- Fix SSB Mod Morse keyer by @srcejon in #2380
- Add --start command line option to start all devices and features. by @srcejon in #2381
- Radiosonde: Add option to display predicted paths. by @srcejon in #2382
- FileSink: Add minimum width constraint so widgets don't move around a⦠by @srcejon in #2383
- Update Mac Github actions by @srcejon in #2385
- Fix gcc warnings about warning options by @srcejon in #2386
- Update snap to use UHD 4.7. by @srcejon in #2389
New Contributors
Full Changelog: v7.22.5...v7.22.6
Maintenance release
Maintenance release
- Windows: upload signed releases rather than unsigned releases to Github releases page. PR #2347 from @srcejon
- Windows: fixed signed releases. PR #2344 from @srcejon
- FT8 Demod: limit upper bandwidth to 5.8 kHz. Fixes #2339
- Stop device while changing channel set. Fixes #2332. PR #2342 from @srcejon
- ADSB: Update URL of OpenSkyNetwork Aircraft database. PR #2341from @srcejon
- Don't stop source if being deleted. For #2315. PR #2340 from @srcejon
- Send DSPSignalNotification in audio mods for #2336. PR #2340 from @srcejon
- Radiosonde: limit precision of floating point numbers sent to SondeHub. PR #2338 from @srcejon
- Windows signed releases: use relative path. Increase timeout to 30 minutes. PR #2335 from @srcejon
- ADSB: Include adsbdemodsettings.h PR #2334 from @srcejon
- Use release signing certificate for Windows installer. PR #2331 from @srcejon
- Fix memory leak and race condition relating to DSP*Engines. Part of #2159 PR #2330 from @srcejon
- FreeDV: Fix memory allocation/free issues. Part of #2315. PR #2330 from @srcejon
- Wav Files: Add support for meta-data. PR #2328 from @srcejon
- DemodAnalyzer: Ensure sample rate is set in worker. Fixes #2309. PR #2328 from @srcejon
- SDRplayv3: Mac: link with libsdrplay_api.so.3 rather than libsdrplay_api.so.3.15. PR #2327 from @srcejon
- ADS-B: Fix memory use after delete. For #1734 and part of #2315 PR #2326 from @srcejon
- Fixed Appveyor Docker image build
- Fix output-artifact-directory and unzip file. PR #2323 from @srcejon
Fix missing 3d Map and Sky Map from Windows release
Maintenance release
Maintenance release
- Add deb dependencies for pipewire. PR #2314 from @gl-bars
- Added compilation options for WebAssembly. PR #2313 from @srcejon
- ADS-B: Use settings keys. PR #2310 from @srcejon
- AIS Demod: Remove spacing around messages. PR #2310 from @srcejon
- Freuqency Scanner: Add multiplex mode. PR #2310 from @srcejon
- Build snap, MAC, Windows and Ubuntu .deb with Github actions. Various PRs from @srcejon
- Server: Use Sink/MIMO signals rather than Source. Part of #2294. PR #2304 from @srcejon
- Updated some Python scripts to Python3. PR #2298 from @srcejon
- RemoteTCPSink: Does use IQ only setting for RTL0. PR #2301 from @srcejon
- Server: wait for set sample source/sink/MIMO to complete before loading the device settings. Fixes #2294
- Fix spectrum peak measurement for SSB spectra. Fixes #2282. PR #2299 from @srcejon
- Upgrade C++ standard to c++17
- Fixes for Android . PR #2288 from @srcejon
- Add qtshadertools. PR #2287 from @srcejon
- Add more Qt modules and set ENABLE_QT6=ON. PR #2287 from @srcejon
- Update Qt optional packages for 6.8 , PR #2287 from @srcejon
- Use Qt 6.8 for Windows build. PR #2287 from @srcejon
Mainwindow Finite State Machine
Mainwindow Finite State Machine
Following PR #2274 from @srcejon a Finite State Machine has been implemented in Mainwindow with the purpose of removing possible blocking on the main (GUI) thread while keeping the existing functionalities.
Other changes and fixes
- ChirpChat: increased preamble symbols limit from 20 to 32. Fixes #2284
- RTLSDR: Apply driver settings in RTLSDRThread Add sync read for WebAssembly. PR #2281 from @srcejon
- SSB demod: fixed GUI and returned to previous threading model. Fixes #2273
- HeatMap: Catch memory allocation failures... For #2083 PR #2277 from @srcejon
- Add default-qt6-windows cmake config. PR #2276 from @srcejon
- Add pager notifications. Add option to ignore duplicates. Support plotting pager messages on the map. PR #2276 from @srcejon
- Don't load defaults if loading a preset. PR #2274 from @srcejon
- DeviceGUI::closeEvent - Don't automatically delete the GUI,.. PR #2274 from @srcejon
- Fix replay buffer when FixReal is qint16. PR #2270 from @srcejon
- snap: Try to get version number from latest tag. PR #2270 from @srcejon
- Add libflac to snap. Set ARCH_OPT to nehalem. PR #2270 from @srcejon
- Fix flac on Mac. PR #2270 from @srcejon
- RemoteTCP: Update docs. PR #2270 from @srcejon
- Map: Fix Kiwi list. Add SDRangel wss support. PR #2270 from @srcejon
- RemoteTCPSink: Report server init errors via GUI. Send protocol to public list. PR #2270 from @srcejon
- RemoteTCPInput: Add wss protocol support. PR #2270 from @srcejon
- Fix DeviceAPI::deserialize. Fixes #2266. PR #2267 from @srcejon
Binary artifacts
For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 22.04. Please note that SSE 4.2 is required.
Maintenance release
Maintenance release
- Removed SyncMessenger from DSPDeviceSourceEngine. Part of #2159
- Fixed threading model for DSPDeviceSourceEngine. Part of #2159
- Removed SyncMessenger from DSPDeviceMIMOEngine. Part of #2159
- RTLSDR: make sure start and stop are effective once only. PArt of #2159
- Fixed threading model for DSPDeviceMIMOEngine plus other fixes. Part of #2159
- Removed SyncMessenger from DSPDeviceSinkEngine. Part of #2159
- SSBMod, AMMod, NFMMod: revised thread processing
- Fixed threading model for DSPDeviceSinkEngine plus other fixes. Part of #2159
- DeviceSet and DeviceUISet: use delete channel API instead of destroy method...
- BladeRF2Output: removed applySettings from stop method
- All device plugins: make sure start and stop are effective once only. Part of #2159
- Removed the destroy method from ChannelGUI interface
- DeviceGUI: removed destroy method. Part of #2159
- Fix SopaySDR library search when system cmake package present. PR #2245 from @DreamNik
- Append prefix to plugin name when running on Android. PR #2245 from @DreamNik
- Fix compilation with newer ffmpeg libavutil. PR #2245 from @DreamNik
- Fix compilation for Android with Qt6. PR #2245 from @DreamNik
- Bump Cmake minimal version to 3.17
- Use new find_package(CUDA Toolkit). PR #2250 from @GlassOnTin
- Update CMakeLists.txt to allow static libraries to be built, as well as shared... PR #2252 from @srcejon
- Allow plugins to be compiled as static libs, part 2. PR #2254 from @srcejon
- Use opencv4 with VS2022. PR #2257 from @srcejon
- Frequency Scanner: initialize pointer to FrequencyScanner. Fixes #2262
- Update channel list upon Morse Decoder and Demod Analyzer GUI creation. Fixes #2263
Binary artifacts
For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 22.04. Please note that SSE 4.2 is required.
WDSP receiver plugin
WDSP receiver plugin
This plugin implements a Rx channel based on the WDSP library. It implements issue #2156. This is a powerful and feature rich DSP library for SDR more specifically amateur radio and SWL audio modes: SSB, CW, AM, FM. The WDSP library is at the heart of OpenHPSDR and Pi-HPSDR projects and both implement excellent communication receivers. Experience with Pi-HPSDR was the main motivation to create this plugin. More details here
Other changes and fixes
- Added cubehelix based color maps. Issue #2191
- Fix API host address in About dialog and debug message. PR #2216 from @dforsi
- Some cleanup. PR #2212 from @dforsi
- Added shift to channel marker to take RIT into account. Part of #2156
- Added S-meter units to scale engine. Part of #2156
- Some typos fixes. PR #2206 from @dforsi
- Map enhancements and fixes. PR #2187 from @dforsi
- APT Demod: Check filename suffix is specified. PR #2190 from @srcejon
- Don't change filenames on Android, PR #2190 from @srcejon
- Frequency Scanner: Fix rounding error. PR #2186 from @srcejon
- Update sdrangel-windows-libraries link to include latest VC redistributable. PR #2185 from @srcejon
Binary artifacts
For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 22.04. Please note that SSE 4.2 is required.