V4.7.0
What's Changed
-
The AppImage is not anymore based on Ubuntu 20.04 but on Linux Mint 21.3 XFCE (itself based on Ubuntu 22.04). This was due to newer tools version needed
-
Protection level is shown in main window in #92
-
Scroll only the list of transmitters in map-viewer by @edd-cgfan in #98 and #97
-
Extend AJAX timeout for map view to fit better slower browser startups
-
Make the code generally better compilable with MSVC compiler (but there are still issues) #99
-
Fix in FIG size calculation (and make it more generic)
-
Many additions and fixes are made by @old-dab
- Update xml-reader in #93
- Faster replacement for cmplx_from_phase() in #94
- Calculate phase shift from sampling rate deviation in #95
- Some Bugfixes in #96
- Bugfix in estimate_carrier_offset in #100
- Removed errors and some warnings for clang compilerin #101
- Bugfixes in soapy handler in #103
- Adding SoapySDR support (experimental) by taken over Qt-Dab SoapySDR and making many adaptions
- More work on Soapy handler and SIMD in #104
- Change bandwidth selection in Soapy handler in #105
- Reduce CPU load, summarize 3x dongle select code, ppm and third gain setting added to soapy handler in #106
- Skip audio driver in soapy handler and omit the file's suffix in QLibrary in #107
- Use lib VOLK in SampleReader in #108
Full Changelog: v4.6.0...V4.7.0