Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 17, 2022
1 parent 93c1244 commit f65c6ab
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sdrangel (7.8.5-1) unstable; urgency=medium

* Local Sink: enhanced functionnality. Implements #871
* BladeRF v1: fixed XB-200 support in GUI. Fixes #1535
* RadioSonde: Fix plotting of heading. Fixes #1527. PR #1528
* Metis MISO GUI: fixed frequency limits

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 17 Dec 2022 09:27:34 +0100

sdrangel (7.8.4-1) unstable; urgency=medium

* Adapt code to Qt6. PR #1518
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 "7")
set(sdrangel_VERSION_MINOR "8")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_PATCH "5")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sdrangel (7.8.5-1) unstable; urgency=medium

* Local Sink: enhanced functionnality. Implements #871
* BladeRF v1: fixed XB-200 support in GUI. Fixes #1535
* RadioSonde: Fix plotting of heading. Fixes #1527. PR #1528
* Metis MISO GUI: fixed frequency limits

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 17 Dec 2022 09:27:34 +0100

sdrangel (7.8.4-1) unstable; urgency=medium

* Adapt code to Qt6. PR #1518
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/localsink/localsinkplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
LocalSink::m_channelId,
QStringLiteral("Local channel sink"),
QStringLiteral("7.8.1"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/radiosonde/radiosondeplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
Radiosonde::m_featureId,
QStringLiteral("Radiosonde"),
QStringLiteral("7.8.4"),
QStringLiteral("7.8.5"),
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("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/bladerf1output/bladerf1outputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor Bladerf1OutputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF1"),
QStringLiteral("BladeRF1 Output"),
QStringLiteral("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/bladerf1input/bladerf1inputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = {
QStringLiteral("BladeRF1"),
QStringLiteral("BladeRF1 Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.8.5"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit f65c6ab

Please sign in to comment.