From 8260721f2d2ddb085f0f62cbd3b679d9a717b9c9 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 23 May 2023 22:39:27 +0200 Subject: [PATCH] Updated cersions and changelogs --- CHANGELOG | 33 ++++++++++++++++++- CMakeLists.txt | 2 +- debian/changelog | 33 ++++++++++++++++++- plugins/channelrx/demodais/aisdemodplugin.cpp | 2 +- .../channelrx/demoddatv/datvdemodplugin.cpp | 2 +- .../gs232controller/gs232controllerplugin.cpp | 2 +- .../aaroniartsainputplugin.cpp | 2 +- 7 files changed, 69 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 03a417cbf..b0eee235d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,35 @@ -sdrangel (7.12.0-1) unstable; urgency=medium +sdrangel (7.14.0-1) unstable; urgency=medium + + * New DSC channel Rx plugin (PR #1693) + * New Aaronia output (Tx) plugin + * GLSpectrumGUI: apply settings when buddies are set + * SpectrumVis: propagate apply settings to GUI message quque if it exists + * use MsgConfigureSpectrumVis in place of corresponding GLSpectrum set methods. Fixes #1624 + * DATV demod: change interpolator and NCO in the same block + * DATV demod: leansdr: fix possible segfaults + * Fix Qt6 compilation. PR #1654 + * Sat & Star tracker: Plot target on Az/El chart. Fixes #1641. PR #1641 + * Use latest libxml2 that has cmake support for use on Mac. For #1657. PR #1663 + * Set LIBXML2_LIBRARIES for static lib. PR #1663 + * AIS Demod: Calculate time slot used for messages. PR #1664 + * Aaroniartsainput: Changes with RTSA suite build 12830. PR #1667 + * Fixed swagger docker compose run script + * GLSpectrum: set default waterfall share to 0.5 + * Rotator Controller: Add gamepad input controller support. PR #1668 + * Rx channel demods: prevent possible reading past audio buffer end. Fixes #1661 + * Upgrade dsdcc to 1.9.4 + * Scope GUI updates. PR #1671 + * Add query to TLE download filename, to avoid clashes. Fixes #1647. PR #1673 + * Add accessibility interface for ValueDial widgets, so they work with screen readers. Fixes #1672. PR #1675 + * Fix QFileDialog filters to work with non-native dialog. Fixes #1681. PR #1685 + * Fixed missing initializations of QNetworkManager. Fixes #1689 + * Fix doppler correction for #1682. Add Az/El offset setting. PR #1694 + * Update spectrum settings to match what's used in sink. Fix deserialisation of UI related settings. PR #1695 + * Aaronia RTSA: Fixed API device settings PUT and PATCH + + -- Edouard Griffiths, F4EXB Tue, 23 May 2023 20:09:23 +0200 + +sdrangel (7.13.0-1) unstable; urgency=medium - New Aaronia input (Rx) plugin - Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622 diff --git a/CMakeLists.txt b/CMakeLists.txt index 1836dc7e2..9dcfa188b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") -set(sdrangel_VERSION_MINOR "13") +set(sdrangel_VERSION_MINOR "14") set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") diff --git a/debian/changelog b/debian/changelog index f8a1f2650..12b05a1a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,35 @@ -sdrangel (7.12.0-1) unstable; urgency=medium +sdrangel (7.14.0-1) unstable; urgency=medium + + * New DSC channel Rx plugin (PR #1693) + * New Aaronia output (Tx) plugin + * GLSpectrumGUI: apply settings when buddies are set + * SpectrumVis: propagate apply settings to GUI message quque if it exists + * use MsgConfigureSpectrumVis in place of corresponding GLSpectrum set methods. Fixes #1624 + * DATV demod: change interpolator and NCO in the same block + * DATV demod: leansdr: fix possible segfaults + * Fix Qt6 compilation. PR #1654 + * Sat & Star tracker: Plot target on Az/El chart. Fixes #1641. PR #1641 + * Use latest libxml2 that has cmake support for use on Mac. For #1657. PR #1663 + * Set LIBXML2_LIBRARIES for static lib. PR #1663 + * AIS Demod: Calculate time slot used for messages. PR #1664 + * Aaroniartsainput: Changes with RTSA suite build 12830. PR #1667 + * Fixed swagger docker compose run script + * GLSpectrum: set default waterfall share to 0.5 + * Rotator Controller: Add gamepad input controller support. PR #1668 + * Rx channel demods: prevent possible reading past audio buffer end. Fixes #1661 + * Upgrade dsdcc to 1.9.4 + * Scope GUI updates. PR #1671 + * Add query to TLE download filename, to avoid clashes. Fixes #1647. PR #1673 + * Add accessibility interface for ValueDial widgets, so they work with screen readers. Fixes #1672. PR #1675 + * Fix QFileDialog filters to work with non-native dialog. Fixes #1681. PR #1685 + * Fixed missing initializations of QNetworkManager. Fixes #1689 + * Fix doppler correction for #1682. Add Az/El offset setting. PR #1694 + * Update spectrum settings to match what's used in sink. Fix deserialisation of UI related settings. PR #1695 + * Aaronia RTSA: Fixed API device settings PUT and PATCH + + -- Edouard Griffiths, F4EXB Tue, 23 May 2023 20:09:23 +0200 + +sdrangel (7.13.0-1) unstable; urgency=medium - New Aaronia input (Rx) plugin - Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622 diff --git a/plugins/channelrx/demodais/aisdemodplugin.cpp b/plugins/channelrx/demodais/aisdemodplugin.cpp index b2183ef35..81e36ea6a 100644 --- a/plugins/channelrx/demodais/aisdemodplugin.cpp +++ b/plugins/channelrx/demodais/aisdemodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = { AISDemod::m_channelId, QStringLiteral("AIS Demodulator"), - QStringLiteral("7.0.0"), + QStringLiteral("7.14.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demoddatv/datvdemodplugin.cpp b/plugins/channelrx/demoddatv/datvdemodplugin.cpp index 4df5b40b0..8264c5f6d 100644 --- a/plugins/channelrx/demoddatv/datvdemodplugin.cpp +++ b/plugins/channelrx/demoddatv/datvdemodplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor = { DATVDemod::m_channelId, QStringLiteral("DATV Demodulator"), - QStringLiteral("7.13.0"), + QStringLiteral("7.14.0"), QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp index 0945ff734..a6a5a6f05 100644 --- a/plugins/feature/gs232controller/gs232controllerplugin.cpp +++ b/plugins/feature/gs232controller/gs232controllerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = { GS232Controller::m_featureId, QStringLiteral("Rotator Controller"), - QStringLiteral("7.12.0"), + QStringLiteral("7.14.0"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/aaroniartsainput/aaroniartsainputplugin.cpp b/plugins/samplesource/aaroniartsainput/aaroniartsainputplugin.cpp index f106b25aa..5c6fc8374 100644 --- a/plugins/samplesource/aaroniartsainput/aaroniartsainputplugin.cpp +++ b/plugins/samplesource/aaroniartsainput/aaroniartsainputplugin.cpp @@ -31,7 +31,7 @@ const PluginDescriptor AaroniaRTSAInputPlugin::m_pluginDescriptor = { QStringLiteral("AaroniaRTSA"), QStringLiteral("AaroniaRTSA input"), - QStringLiteral("7.13.0"), + QStringLiteral("7.14.0"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,