Updated versions and changelogs

This commit is contained in:
f4exb 2022-04-29 13:34:25 +02:00
parent a3e3f69764
commit cbacc162b2
4 changed files with 20 additions and 2 deletions

View File

@ -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 <f4exb06@gmail.com> 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

View File

@ -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

9
debian/changelog vendored
View File

@ -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 <f4exb06@gmail.com> 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

View File

@ -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,