diff --git a/CHANGELOG b/CHANGELOG index 5b4b7f970..30885d4de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +sdrangel (4.21.0-1) unstable; urgency=medium + + * New ADS-B demodulator and decoder. PR #671 + * New GS-232 controller (feature). PR #671 + * Improvements to USRP support. PR #670 + * AFC feature plugin. Issue #634 + * Added spectrum display to Frequency tracker. Issue #665 + * Windows: distribute Qt ANGLE support libraries. Issue #660 and PR #671 + + -- Edouard Griffiths, F4EXB Wed, 28 Oct 2020 07:40:44 +0100 + sdrangel (4.20.0-1) unstable; urgency=medium * New IEEE 802.15.4 modulator. PR #654 diff --git a/CMakeLists.txt b/CMakeLists.txt index ce5e14658..adb17700c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") -set(sdrangel_VERSION_MINOR "20") +set(sdrangel_VERSION_MINOR "21") set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_SUFFIX "") diff --git a/debian/changelog b/debian/changelog index b352da2ad..118efddd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +sdrangel (4.21.0-1) unstable; urgency=medium + + * New ADS-B demodulator and decoder. PR #671 + * New GS-232 controller (feature). PR #671 + * Improvements to USRP support. PR #670 + * AFC feature plugin. Issue #634 + * Added spectrum display to Frequency tracker. Issue #665 + * Windows: distribute Qt ANGLE support libraries. Issue #660 and PR #671 + + -- Edouard Griffiths, F4EXB Wed, 28 Oct 2020 07:40:44 +0100 + sdrangel (4.20.0-1) unstable; urgency=medium * New IEEE 802.15.4 modulator. PR #654 diff --git a/plugins/channelrx/demodadsb/adsbplugin.cpp b/plugins/channelrx/demodadsb/adsbplugin.cpp index 2b44dd522..36b8e8373 100644 --- a/plugins/channelrx/demodadsb/adsbplugin.cpp +++ b/plugins/channelrx/demodadsb/adsbplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor ADSBPlugin::m_pluginDescriptor = { ADSBDemod::m_channelId, QString("ADS-B Demodulator"), - QString("4.20.0"), + QString("4.21.0"), QString("(c) Jon Beniston, M7RCE"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/freqtracker/freqtrackerplugin.cpp b/plugins/channelrx/freqtracker/freqtrackerplugin.cpp index f871633c7..93c94f12d 100644 --- a/plugins/channelrx/freqtracker/freqtrackerplugin.cpp +++ b/plugins/channelrx/freqtracker/freqtrackerplugin.cpp @@ -28,7 +28,7 @@ const PluginDescriptor FreqTrackerPlugin::m_pluginDescriptor = { FreqTracker::m_channelId, QString("Frequency Tracker"), - QString("4.19.0"), + QString("4.21.0"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/feature/gs232controller/gs232controllerplugin.cpp b/plugins/feature/gs232controller/gs232controllerplugin.cpp index 868d7a9df..ee46ad573 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, QString("GS-232 Rotator Controller"), - QString("4.20.0"), + QString("4.21.0"), QString("(c) Jon Beniston, M7RCE"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesink/usrpoutput/usrpoutputplugin.cpp b/plugins/samplesink/usrpoutput/usrpoutputplugin.cpp index 7c2ec6adc..8a503825a 100644 --- a/plugins/samplesink/usrpoutput/usrpoutputplugin.cpp +++ b/plugins/samplesink/usrpoutput/usrpoutputplugin.cpp @@ -35,7 +35,7 @@ const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = { QString("USRP"), QString("URSP Output"), - QString("4.19.0"), + QString("4.21.0"), QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/samplesource/usrpinput/usrpinputplugin.cpp b/plugins/samplesource/usrpinput/usrpinputplugin.cpp index e844951e0..377844d16 100644 --- a/plugins/samplesource/usrpinput/usrpinputplugin.cpp +++ b/plugins/samplesource/usrpinput/usrpinputplugin.cpp @@ -35,7 +35,7 @@ const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = { QString("USRP"), QString("USRP Input"), - QString("4.19.0"), + QString("4.21.0"), QString("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/sdrbase/resources/webapi.qrc b/sdrbase/resources/webapi.qrc index 20344e735..5649c81d1 100644 --- a/sdrbase/resources/webapi.qrc +++ b/sdrbase/resources/webapi.qrc @@ -2,6 +2,8 @@ webapi/doc/html2/index.html webapi/doc/swagger/swagger.yaml + webapi/doc/swagger/include/ADSBDemod.yaml + webapi/doc/swagger/include/AFC.yaml webapi/doc/swagger/include/Airspy.yaml webapi/doc/swagger/include/AirspyHF.yaml webapi/doc/swagger/include/AMDemod.yaml @@ -36,6 +38,7 @@ webapi/doc/swagger/include/FreqTracker.yaml webapi/doc/swagger/include/GLScope.yaml webapi/doc/swagger/include/GLSpectrum.yaml + webapi/doc/swagger/include/GS232Controller.yaml webapi/doc/swagger/include/HackRF.yaml webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml webapi/doc/swagger/include/LimeRFE.yaml @@ -68,6 +71,8 @@ webapi/doc/swagger/include/TestSource.yaml webapi/doc/swagger/include/UDPSource.yaml webapi/doc/swagger/include/UDPSink.yaml + webapi/doc/swagger/include/User.yaml + webapi/doc/swagger/include/USRP.yaml webapi/doc/swagger/include/WFMDemod.yaml webapi/doc/swagger/include/WFMMod.yaml webapi/doc/swagger/include/Xtrx.yaml