mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 09:18:54 -05:00
Updated version and changelogs
This commit is contained in:
parent
e40032e939
commit
ef0377cf4c
14
CHANGELOG
14
CHANGELOG
@ -1,3 +1,17 @@
|
||||
sdrangel (6.18.1-1) unstable; urgency=medium
|
||||
|
||||
* APRS: implemented Mic-E decoding. PR #1108
|
||||
* Spectrum: implemented annotation markers. Issue #887
|
||||
* BFM Demod: fixed RDS text clearscreen. Fixes #1101
|
||||
* BFM Demod: keep last message on a second line.
|
||||
* BFM demod: make rds active setting persistent
|
||||
* BFM demopd: clear BAS area when clearing RDS fields
|
||||
* Metis: set output FIFO size to size policy. Fixes #1100
|
||||
* Removed unused symbol synchronization object and irrelevant references to liquidsdr. Fixes #1104
|
||||
* API: added histogram and waterfall markers to spectrum settings
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 23 Jan 2022 22:17:30 +0100
|
||||
|
||||
sdrangel (6.18.0-1) unstable; urgency=medium
|
||||
|
||||
* New Jogdial Control feature. Implements #1088
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "18")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,3 +1,17 @@
|
||||
sdrangel (6.18.1-1) unstable; urgency=medium
|
||||
|
||||
* APRS: implemented Mic-E decoding. PR #1108
|
||||
* Spectrum: implemented annotation markers. Issue #887
|
||||
* BFM Demod: fixed RDS text clearscreen. Fixes #1101
|
||||
* BFM Demod: keep last message on a second line.
|
||||
* BFM demod: make rds active setting persistent
|
||||
* BFM demopd: clear BAS area when clearing RDS fields
|
||||
* Metis: set output FIFO size to size policy. Fixes #1100
|
||||
* Removed unused symbol synchronization object and irrelevant references to liquidsdr. Fixes #1104
|
||||
* API: added histogram and waterfall markers to spectrum settings
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 23 Jan 2022 22:17:30 +0100
|
||||
|
||||
sdrangel (6.18.0-1) unstable; urgency=medium
|
||||
|
||||
* New Jogdial Control feature. Implements #1088
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor BFMPlugin::m_pluginDescriptor = {
|
||||
BFMDemod::m_channelId,
|
||||
QStringLiteral("Broadcast FM Demodulator"),
|
||||
QStringLiteral("6.18.0"),
|
||||
QStringLiteral("6.18.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
|
||||
APRS::m_featureId,
|
||||
QStringLiteral("APRS"),
|
||||
QStringLiteral("6.18.0"),
|
||||
QStringLiteral("6.18.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("MetisMISO"),
|
||||
QStringLiteral("Metis MISO"),
|
||||
QStringLiteral("6.17.1"),
|
||||
QStringLiteral("6.18.1"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user