diff --git a/CHANGELOG b/CHANGELOG index 307f068dc..e7d884ac8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,53 @@ +sdrangel (7.8.6-1) unstable; urgency=medium + + - SSB demod: corrected DSB filter + - Fixed CI/CD issues and warnings (1) + - Add icons for arranging windows PR #1539 + - Allow Android virtual keyboard to change sign in ValueDialZ widget PR #1539 + - Scale splash screen to size of screen PR #1539 + - Support touchscreen tap and hold to be used instead of right mouse PR #1539 + - Add DialogPositioner to ensure dialogs are fully on screen and remain on PR #1539 + - Add welcome dialog for Android PR #1539 + - Add new sdrgui files to CMakeLists.txt PR #1539 + - Add RSP and Android remote TCP protocol commands PR #1539 + - Add gesture support to maps PR #1539 + - Set plugins path for Android PR #1539 + - Add popups for dials PR #1539 + - Add pinch gesture to GraphicsViewZoom PR #1539 + - GLSpectrum touchscreen updates PR #1540 + - Add buttons to stack MDI windows vertically and put in tabs. PR #1541 + - Allow maximize button to make window full screen, if already maximized. PR #1541 + - Allow sampling devices to be refreshed while SDRangel is running. PR #1542 + - Add Android support and settings resources PR #1542 + - Change map provider from osm to mapboxgl on Linux, to avoid crash PR #1542 + - Call processEvents to try to avoid not responding warning on Linux PR #1542 + - Avoid divide by zero when no fixed windows PR #1542 + - Scan for serial AMBE devices on Windows PR #1543 + - On Android, list USB devices by VID/PID and open using file descriptor.PR #1544 + - Fixed possible sample device pointer not set yet when DSPMIMOSignalNo...Fixes #1529 + - Fixed passing QPoint reference from right click enabler to connected... Fixes #1549 + - Support relative satellite image URLs PR #1550 + - Ignore SSL certifcate errors on Android PR #1554 + - Check for errors when writing to log PR #1554 + - Reduce UI minimum size for small Android screens PR #1554 + - Add Android support. Convert line endings PR #1554 + - Add support for multiple ABIs on Android PR #1554 + - Fix crash when no logger implemented. Add additional error reporting... PR #1554 + - Update aligned_malloc implementation on Android, so it works with API... PR #1554 + - Add flag to skip FFMPEG version check on Android PR #1554 + - Support FileInput plugin on Android, by using QFile rather istream PR #1554 + - Make WebEngine support in Map optional for Android PR #1554 + - Make WebEngine support in Map optional for Android PR #1554 + - Add libusb for Android PR #1554 + - Add progress dialog for device enumeration, as some drivers are slow PR #1555 + - Reenable 3D Map PR #1555 + - Fix #1559. Update protocol before calling setAzimuthElevation PR #1560 + - BladeRF v1: fixed VGA controls in GUI. Fixes #1535 + - Re-enable LimeSuite in Windows with latest commit + - FT8 demod library support + + -- Edouard Griffiths, F4EXB Fri, 13 Jan 2023 22:17:50 +0100 + sdrangel (7.8.5-1) unstable; urgency=medium * Local Sink: enhanced functionnality. Implements #871 diff --git a/CMakeLists.txt b/CMakeLists.txt index 453aef0a8..4d661ba52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") set(sdrangel_VERSION_MINOR "8") -set(sdrangel_VERSION_PATCH "5") +set(sdrangel_VERSION_PATCH "6") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index adf38736c..817ec5916 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +sdrangel (7.8.6-1) unstable; urgency=medium + + - SSB demod: corrected DSB filter + - Fixed CI/CD issues and warnings (1) + - Add icons for arranging windows PR #1539 + - Allow Android virtual keyboard to change sign in ValueDialZ widget PR #1539 + - Scale splash screen to size of screen PR #1539 + - Support touchscreen tap and hold to be used instead of right mouse PR #1539 + - Add DialogPositioner to ensure dialogs are fully on screen and remain on PR #1539 + - Add welcome dialog for Android PR #1539 + - Add new sdrgui files to CMakeLists.txt PR #1539 + - Add RSP and Android remote TCP protocol commands PR #1539 + - Add gesture support to maps PR #1539 + - Set plugins path for Android PR #1539 + - Add popups for dials PR #1539 + - Add pinch gesture to GraphicsViewZoom PR #1539 + - GLSpectrum touchscreen updates PR #1540 + - Add buttons to stack MDI windows vertically and put in tabs. PR #1541 + - Allow maximize button to make window full screen, if already maximized. PR #1541 + - Allow sampling devices to be refreshed while SDRangel is running. PR #1542 + - Add Android support and settings resources PR #1542 + - Change map provider from osm to mapboxgl on Linux, to avoid crash PR #1542 + - Call processEvents to try to avoid not responding warning on Linux PR #1542 + - Avoid divide by zero when no fixed windows PR #1542 + - Scan for serial AMBE devices on Windows PR #1543 + - On Android, list USB devices by VID/PID and open using file descriptor.PR #1544 + - Fixed possible sample device pointer not set yet when DSPMIMOSignalNo...Fixes #1529 + - Fixed passing QPoint reference from right click enabler to connected... Fixes #1549 + - Support relative satellite image URLs PR #1550 + - Ignore SSL certifcate errors on Android PR #1554 + - Check for errors when writing to log PR #1554 + - Reduce UI minimum size for small Android screens PR #1554 + - Add Android support. Convert line endings PR #1554 + - Add support for multiple ABIs on Android PR #1554 + - Fix crash when no logger implemented. Add additional error reporting... PR #1554 + - Update aligned_malloc implementation on Android, so it works with API... PR #1554 + - Add flag to skip FFMPEG version check on Android PR #1554 + - Support FileInput plugin on Android, by using QFile rather istream PR #1554 + - Make WebEngine support in Map optional for Android PR #1554 + - Make WebEngine support in Map optional for Android PR #1554 + - Add libusb for Android PR #1554 + - Add progress dialog for device enumeration, as some drivers are slow PR #1555 + - Reenable 3D Map PR #1555 + - Fix #1559. Update protocol before calling setAzimuthElevation PR #1560 + - BladeRF v1: fixed VGA controls in GUI. Fixes #1535 + - Re-enable LimeSuite in Windows with latest commit + - FT8 demod library support + + -- Edouard Griffiths, F4EXB Fri, 13 Jan 2023 22:17:50 +0100 + sdrangel (7.8.5-1) unstable; urgency=medium * Local Sink: enhanced functionnality. Implements #871 diff --git a/plugins/channelrx/demodssb/ssbplugin.cpp b/plugins/channelrx/demodssb/ssbplugin.cpp index 1614423c4..cf5f9b61a 100644 --- a/plugins/channelrx/demodssb/ssbplugin.cpp +++ b/plugins/channelrx/demodssb/ssbplugin.cpp @@ -12,7 +12,7 @@ const PluginDescriptor SSBPlugin::m_pluginDescriptor = { SSBDemod::m_channelId, QStringLiteral("SSB Demodulator"), - QStringLiteral("7.8.1"), + QStringLiteral("7.8.6"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesink/bladerf2output/bladerf2outputplugin.cpp b/plugins/samplesink/bladerf2output/bladerf2outputplugin.cpp index 9bfd2660f..95d6f601c 100644 --- a/plugins/samplesink/bladerf2output/bladerf2outputplugin.cpp +++ b/plugins/samplesink/bladerf2output/bladerf2outputplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor BladeRF2OutputPlugin::m_pluginDescriptor = { QStringLiteral("BladeRF2"), QStringLiteral("BladeRF2 Output"), - QStringLiteral("7.8.2"), + QStringLiteral("7.8.6"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/bladerf1input/bladerf1inputplugin.cpp b/plugins/samplesource/bladerf1input/bladerf1inputplugin.cpp index 78366fee7..bdddb87ba 100644 --- a/plugins/samplesource/bladerf1input/bladerf1inputplugin.cpp +++ b/plugins/samplesource/bladerf1input/bladerf1inputplugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = { QStringLiteral("BladeRF1"), QStringLiteral("BladeRF1 Input"), - QStringLiteral("7.8.5"), + QStringLiteral("7.8.6"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,