diff --git a/CHANGELOG b/CHANGELOG index ec3f01163..da4329142 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +sdrangel (6.20.3-1) unstable; urgency=medium + + * Removed issue templates + * Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200 + * Add qtspeech5-speechd-plugin as a runtime dependency for Debian. PR #1198 + * SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth. PR #1196 + + -- Edouard Griffiths, F4EXB Wed, 29 Apr 2022 11:33:12 +0200 + sdrangel (6.20.2-1) unstable; urgency=medium * MainCore: signals to notify changes in devices channels and features. Part of #1139 diff --git a/CMakeLists.txt b/CMakeLists.txt index fe7c567b5..b7c5e02ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "6") set(sdrangel_VERSION_MINOR "20") -set(sdrangel_VERSION_PATCH "2") +set(sdrangel_VERSION_PATCH "3") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 9499afa7a..10d6b098d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +sdrangel (6.20.3-1) unstable; urgency=medium + + * Removed issue templates + * Spectrum markers dialog: fixed issue when there are no histogram markers. Fixes #1200 + * Add qtspeech5-speechd-plugin as a runtime dependency for Debian. PR #1198 + * SDRPlayV3: Take LIF downsampling into account when calculating the final bandwidth. PR #1196 + + -- Edouard Griffiths, F4EXB Wed, 29 Apr 2022 11:33:12 +0200 + sdrangel (6.20.2-1) unstable; urgency=medium * MainCore: signals to notify changes in devices channels and features. Part of #1139 diff --git a/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp b/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp index 6b8a7cbe4..249adf568 100644 --- a/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp +++ b/plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp @@ -32,7 +32,7 @@ const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = { QStringLiteral("SDRPlayV3"), QStringLiteral("SDRPlayV3 Input"), - QStringLiteral("6.20.2"), + QStringLiteral("6.20.3"), QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,