mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-22 17:45:48 -05:00
Updated versions and changelogs
This commit is contained in:
parent
08a7e42096
commit
19b809affb
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
sdrangel (6.6.0-1) unstable; urgency=medium
|
||||
|
||||
* New APT demodulator for NOAA satellites. PR #787
|
||||
* New Satellite tracker feature plugin. PR #787
|
||||
* DATV: display MER and CNR. Issue #784
|
||||
* DATV: new control for LDPC bit flips maximum corrections
|
||||
* RTL-SDR: increase LO ppm range to +/-200
|
||||
* FileSink: enable record button only when plugin is running. Issue #782
|
||||
* SigMFFileSink: enable record button only when plugin is running
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 28 Feb 2021 18:43:09 +0100
|
||||
|
||||
sdrangel (6.5.5-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum frequency zooming: Implements #773
|
||||
|
@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "5")
|
||||
set(sdrangel_VERSION_PATCH "5")
|
||||
set(sdrangel_VERSION_MINOR "6")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
sdrangel (6.6.0-1) unstable; urgency=medium
|
||||
|
||||
* New APT demodulator for NOAA satellites. PR #787
|
||||
* New Satellite tracker feature plugin. PR #787
|
||||
* DATV: display MER and CNR. Issue #784
|
||||
* DATV: new control for LDPC bit flips maximum corrections
|
||||
* RTL-SDR: increase LO ppm range to +/-200
|
||||
* FileSink: enable record button only when plugin is running. Issue #782
|
||||
* SigMFFileSink: enable record button only when plugin is running
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 28 Feb 2021 18:43:09 +0100
|
||||
|
||||
sdrangel (6.5.5-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum frequency zooming: Implements #773
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
|
||||
APTDemod::m_channelId,
|
||||
QStringLiteral("APT Demodulator"),
|
||||
QStringLiteral("6.5.5"),
|
||||
QStringLiteral("6.6.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
||||
{
|
||||
DATVDemod::m_channelId,
|
||||
QString("DATV Demodulator"),
|
||||
QString("4.19.0"),
|
||||
QString("6.6.0"),
|
||||
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||
FileSink::m_channelId,
|
||||
QStringLiteral("File Sink"),
|
||||
QStringLiteral("6.5.5"),
|
||||
QStringLiteral("6.6.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
||||
SigMFFileSink::m_channelId,
|
||||
QStringLiteral("SigMF File Sink"),
|
||||
QStringLiteral("6.5.5"),
|
||||
QStringLiteral("6.6.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
|
||||
SatelliteTracker::m_featureId,
|
||||
QStringLiteral("Satellite Tracker"),
|
||||
QStringLiteral("6.5.6"),
|
||||
QStringLiteral("6.6.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -15,7 +15,7 @@
|
||||
const PluginDescriptor RTLSDRPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("RTLSDR"),
|
||||
QStringLiteral("RTL-SDR Input"),
|
||||
QStringLiteral("6.5.3"),
|
||||
QStringLiteral("6.6.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user