mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Updated versions and changelogs
This commit is contained in:
parent
d3fbf73ce3
commit
3f9f81caf9
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
sdrangel (7.12.0-1) unstable; urgency=medium
|
||||
|
||||
- New Aaronia input (Rx) plugin
|
||||
- Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622
|
||||
- Display rotator on Star Tracker and Satellite Tracker polar charts for #1641. PR #1650
|
||||
- AFC and Demod Analyzer: fixed message queue disconnect. Fixes #1634
|
||||
- Fixed ValueDial value settings when it is equal to previous value
|
||||
- DATV demod: GUI: set RF bandwidth with standard SR
|
||||
- Airspy: corrected transverter frequency and mode setting from GUI
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 06 Apr 2023 20:38:25 +0200
|
||||
|
||||
sdrangel (7.12.0-1) unstable; urgency=medium
|
||||
|
||||
- New ILS demod plugin. PR #1635
|
||||
|
@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "12")
|
||||
set(sdrangel_VERSION_MINOR "13")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
sdrangel (7.12.0-1) unstable; urgency=medium
|
||||
|
||||
- New Aaronia input (Rx) plugin
|
||||
- Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622
|
||||
- Display rotator on Star Tracker and Satellite Tracker polar charts for #1641. PR #1650
|
||||
- AFC and Demod Analyzer: fixed message queue disconnect. Fixes #1634
|
||||
- Fixed ValueDial value settings when it is equal to previous value
|
||||
- DATV demod: GUI: set RF bandwidth with standard SR
|
||||
- Airspy: corrected transverter frequency and mode setting from GUI
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 06 Apr 2023 20:38:25 +0200
|
||||
|
||||
sdrangel (7.12.0-1) unstable; urgency=medium
|
||||
|
||||
- New ILS demod plugin. PR #1635
|
||||
|
@ -26,7 +26,7 @@
|
||||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||
ChannelAnalyzer::m_channelId,
|
||||
QStringLiteral("Channel Analyzer"),
|
||||
QStringLiteral("7.6.2"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
DATVDemod::m_channelId,
|
||||
QStringLiteral("DATV Demodulator"),
|
||||
QStringLiteral("7.12.0"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
|
||||
AFC::m_featureId,
|
||||
QStringLiteral("AFC"),
|
||||
QStringLiteral("7.8.4"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
|
||||
DemodAnalyzer::m_featureId,
|
||||
QStringLiteral("Demod Analyzer"),
|
||||
QStringLiteral("7.10.0"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor AaroniaRTSAInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("AaroniaRTSA"),
|
||||
QStringLiteral("AaroniaRTSA input"),
|
||||
QStringLiteral("7.12.0"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -37,7 +37,7 @@ const int AirspyPlugin::m_maxDevices = 32;
|
||||
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("Airspy"),
|
||||
QStringLiteral("Airspy Input"),
|
||||
QStringLiteral("7.8.2"),
|
||||
QStringLiteral("7.13.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user