Skip to content

Commit

Permalink
Updated version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jan 23, 2022
1 parent e40032e commit ef0377c
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 23 Jan 2022 22:17:30 +0100

sdrangel (6.18.0-1) unstable; urgency=medium

* New Jogdial Control feature. Implements #1088
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 23 Jan 2022 22:17:30 +0100

sdrangel (6.18.0-1) unstable; urgency=medium

* New Jogdial Control feature. Implements #1088
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodbfm/bfmplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/aprs/aprsplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/metismiso/metismisoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ef0377c

Please sign in to comment.