diff --git a/CHANGELOG b/CHANGELOG index 8ffc191c3..0d9aa4332 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,18 @@ +sdrangel (6.17.2-1) unstable; urgency=medium + + * DATV modulator: API enhancements and GUI cosmetic fixes + * Implemented run action API in relevant feature plugins + * API: report running state for feature plugins with run action + + -- Edouard Griffiths, F4EXB Sun, 24 Oct 2021 08:05:33 +0200 + sdrangel (6.17.1-1) unstable; urgency=medium * MainWindow: Change Feature UI set when feature tab changes. Fixes #1012 * Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014 * Moved CI/CD MSVC build to Github Actions - -- Edouard Griffiths, F4EXB Sat, 16 Oct 2021 21:25:21s +0200 + -- Edouard Griffiths, F4EXB Sat, 16 Oct 2021 21:25:21 +0200 sdrangel (6.17.0-1) unstable; urgency=medium @@ -15,7 +23,7 @@ sdrangel (6.17.0-1) unstable; urgency=medium * StarTracker updates for Radioastronomy plugin * ValueDialZ: when setting range fix zero display initial value - -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16s +0200 + -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16 +0200 sdrangel (6.16.7-1) unstable; urgency=medium @@ -25,7 +33,7 @@ sdrangel (6.16.7-1) unstable; urgency=medium * Only copy file if different to avoid unnecessary rebuilds. PR #1009 * Use on premises BYOC for Ubuntu image build - -- Edouard Griffiths, F4EXB Thu, 07 Oct 2021 19:29:51s +0200 + -- Edouard Griffiths, F4EXB Thu, 07 Oct 2021 19:29:51 +0200 sdrangel (6.16.6-1) unstable; urgency=medium diff --git a/CMakeLists.txt b/CMakeLists.txt index abf7fd025..a1ba0484f 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 "17") -set(sdrangel_VERSION_PATCH "1") +set(sdrangel_VERSION_PATCH "2") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index fa5e2642f..6f39463c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ +sdrangel (6.17.2-1) unstable; urgency=medium + + * DATV modulator: API enhancements and GUI cosmetic fixes + * Implemented run action API in relevant feature plugins + * API: report running state for feature plugins with run action + + -- Edouard Griffiths, F4EXB Sun, 24 Oct 2021 08:05:33 +0200 + sdrangel (6.17.1-1) unstable; urgency=medium * MainWindow: Change Feature UI set when feature tab changes. Fixes #1012 * Metis MISO: set absolute maximum frequency to 500 MHz. Fixes #1014 * Moved CI/CD MSVC build to Github Actions - -- Edouard Griffiths, F4EXB Sat, 16 Oct 2021 21:25:21s +0200 + -- Edouard Griffiths, F4EXB Sat, 16 Oct 2021 21:25:21 +0200 sdrangel (6.17.0-1) unstable; urgency=medium @@ -15,7 +23,7 @@ sdrangel (6.17.0-1) unstable; urgency=medium * StarTracker updates for Radioastronomy plugin * ValueDialZ: when setting range fix zero display initial value - -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16s +0200 + -- Edouard Griffiths, F4EXB Tue, 12 Oct 2021 21:23:16 +0200 sdrangel (6.16.7-1) unstable; urgency=medium @@ -25,7 +33,7 @@ sdrangel (6.16.7-1) unstable; urgency=medium * Only copy file if different to avoid unnecessary rebuilds. PR #1009 * Use on premises BYOC for Ubuntu image build - -- Edouard Griffiths, F4EXB Thu, 07 Oct 2021 19:29:51s +0200 + -- Edouard Griffiths, F4EXB Thu, 07 Oct 2021 19:29:51 +0200 sdrangel (6.16.6-1) unstable; urgency=medium diff --git a/plugins/channeltx/moddatv/datvmodplugin.cpp b/plugins/channeltx/moddatv/datvmodplugin.cpp index 41e6139c0..c749f9a99 100644 --- a/plugins/channeltx/moddatv/datvmodplugin.cpp +++ b/plugins/channeltx/moddatv/datvmodplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor DATVModPlugin::m_pluginDescriptor = { DATVMod::m_channelId, QStringLiteral("DATV Modulator"), - QStringLiteral("6.16.2"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE, Edouard Griffiths, F4EXB. DVB-S2 by G4GUO"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/afc/afcplugin.cpp b/plugins/feature/afc/afcplugin.cpp index 1c6ffad25..5f2deb458 100644 --- a/plugins/feature/afc/afcplugin.cpp +++ b/plugins/feature/afc/afcplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor AFCPlugin::m_pluginDescriptor = { AFC::m_featureId, QStringLiteral("AFC"), - QStringLiteral("6.4.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp index 42995e0c3..1c2f82d6d 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("GS-232 Rotator Controller"), - QStringLiteral("6.17.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/pertester/pertesterplugin.cpp b/plugins/feature/pertester/pertesterplugin.cpp index 597bb4fab..c12dea5ee 100644 --- a/plugins/feature/pertester/pertesterplugin.cpp +++ b/plugins/feature/pertester/pertesterplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor PERTesterPlugin::m_pluginDescriptor = { PERTester::m_featureId, QStringLiteral("Packet Error Rate Tester"), - QStringLiteral("6.8.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/rigctlserver/rigctlserverplugin.cpp b/plugins/feature/rigctlserver/rigctlserverplugin.cpp index ce96c383e..1bae2ee25 100644 --- a/plugins/feature/rigctlserver/rigctlserverplugin.cpp +++ b/plugins/feature/rigctlserver/rigctlserverplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor RigCtlServerPlugin::m_pluginDescriptor = { RigCtlServer::m_featureId, QStringLiteral("RigCtl Server"), - QStringLiteral("4.19.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp index 8b7557585..5d2660f66 100644 --- a/plugins/feature/satellitetracker/satellitetrackerplugin.cpp +++ b/plugins/feature/satellitetracker/satellitetrackerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = { SatelliteTracker::m_featureId, QStringLiteral("Satellite Tracker"), - QStringLiteral("6.16.6"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/simpleptt/simplepttplugin.cpp b/plugins/feature/simpleptt/simplepttplugin.cpp index 69f22ee48..d7cf56163 100644 --- a/plugins/feature/simpleptt/simplepttplugin.cpp +++ b/plugins/feature/simpleptt/simplepttplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = { SimplePTT::m_featureId, QStringLiteral("Simple PTT"), - QStringLiteral("6.5.1"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/startracker/startrackerplugin.cpp b/plugins/feature/startracker/startrackerplugin.cpp index af3149609..11e58c05a 100644 --- a/plugins/feature/startracker/startrackerplugin.cpp +++ b/plugins/feature/startracker/startrackerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = { StarTracker::m_featureId, QStringLiteral("Star Tracker"), - QStringLiteral("6.17.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/vorlocalizer/vorlocalizerplugin.cpp b/plugins/feature/vorlocalizer/vorlocalizerplugin.cpp index 6a02b85b4..c9f269d62 100644 --- a/plugins/feature/vorlocalizer/vorlocalizerplugin.cpp +++ b/plugins/feature/vorlocalizer/vorlocalizerplugin.cpp @@ -29,7 +29,7 @@ const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = { VORLocalizer::m_featureId, QStringLiteral("VOR Localizer"), - QStringLiteral("6.10.0"), + QStringLiteral("6.17.2"), QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("https://github.com/f4exb/sdrangel"), true,