Updated versions and changelogs

This commit is contained in:
f4exb 2023-04-01 13:42:53 +02:00
parent 5d81a42564
commit cf0489d96f
9 changed files with 33 additions and 7 deletions

View File

@ -1,3 +1,16 @@
sdrangel (7.12.0-1) unstable; urgency=medium
- New ILS demod plugin. PR #1635
- Heatmap: added 10 MS/s and fixed bandwidth limit. PR #1638
- Correct settings keys for Satellite Tracker settings dialog. Fixes #1642. PR #1643
- Add UTC data time in radiometerand more. Fix #1640. PR #1644
- DATV demod: processing optimizations
- Add missing setting ket in Rotator Controller. Fix #1642. PR #1645
- Fix missing GUI connections in Radio Astronomy plugin. Scan for features on startup. PR #1646
- Fix settings keys in Star Tracker (Rename to settings to match). PR #1646
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Apr 2023 11:39:53 +0200
sdrangel (7.11.0-1) unstable; urgency=medium
- New RTTY and Navtex demods. PR #1610

View File

@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "11")
set(sdrangel_VERSION_MINOR "12")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
sdrangel (7.12.0-1) unstable; urgency=medium
- New ILS demod plugin. PR #1635
- Heatmap: added 10 MS/s and fixed bandwidth limit. PR #1638
- Correct settings keys for Satellite Tracker settings dialog. Fixes #1642. PR #1643
- Add UTC data time in radiometerand more. Fix #1640. PR #1644
- DATV demod: processing optimizations
- Add missing setting ket in Rotator Controller. Fix #1642. PR #1645
- Fix missing GUI connections in Radio Astronomy plugin. Scan for features on startup. PR #1646
- Fix settings keys in Star Tracker (Rename to settings to match). PR #1646
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 01 Apr 2023 11:39:53 +0200
sdrangel (7.11.0-1) unstable; urgency=medium
- New RTTY and Navtex demods. PR #1610

View File

@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QStringLiteral("DATV Demodulator"),
QStringLiteral("7.8.1"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor HeatMapPlugin::m_pluginDescriptor = {
HeatMap::m_channelId,
QStringLiteral("Heat Map"),
QStringLiteral("7.11.0"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -29,7 +29,7 @@
const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = {
RadioAstronomy::m_channelId,
QStringLiteral("Radio Astronomy"),
QStringLiteral("7.8.0"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
GS232Controller::m_featureId,
QStringLiteral("Rotator Controller"),
QStringLiteral("7.8.4"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
SatelliteTracker::m_featureId,
QStringLiteral("Satellite Tracker"),
QStringLiteral("7.8.4"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

View File

@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
QStringLiteral("7.8.4"),
QStringLiteral("7.12.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,