mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-31 13:02:27 -04:00
Updated versions and changelogs
This commit is contained in:
parent
93c1244c81
commit
f65c6ab1e7
@ -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 <f4exb06@gmail.com> Sat, 17 Dec 2022 09:27:34 +0100
|
||||||
|
|
||||||
sdrangel (7.8.4-1) unstable; urgency=medium
|
sdrangel (7.8.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Adapt code to Qt6. PR #1518
|
* Adapt code to Qt6. PR #1518
|
||||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "7")
|
set(sdrangel_VERSION_MAJOR "7")
|
||||||
set(sdrangel_VERSION_MINOR "8")
|
set(sdrangel_VERSION_MINOR "8")
|
||||||
set(sdrangel_VERSION_PATCH "4")
|
set(sdrangel_VERSION_PATCH "5")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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 <f4exb06@gmail.com> Sat, 17 Dec 2022 09:27:34 +0100
|
||||||
|
|
||||||
sdrangel (7.8.4-1) unstable; urgency=medium
|
sdrangel (7.8.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Adapt code to Qt6. PR #1518
|
* Adapt code to Qt6. PR #1518
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
|
const PluginDescriptor LocalSinkPlugin::m_pluginDescriptor = {
|
||||||
LocalSink::m_channelId,
|
LocalSink::m_channelId,
|
||||||
QStringLiteral("Local channel sink"),
|
QStringLiteral("Local channel sink"),
|
||||||
QStringLiteral("7.8.1"),
|
QStringLiteral("7.8.5"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
|
const PluginDescriptor RadiosondePlugin::m_pluginDescriptor = {
|
||||||
Radiosonde::m_featureId,
|
Radiosonde::m_featureId,
|
||||||
QStringLiteral("Radiosonde"),
|
QStringLiteral("Radiosonde"),
|
||||||
QStringLiteral("7.8.4"),
|
QStringLiteral("7.8.5"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
|
const PluginDescriptor MetisMISOPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("MetisMISO"),
|
QStringLiteral("MetisMISO"),
|
||||||
QStringLiteral("Metis MISO"),
|
QStringLiteral("Metis MISO"),
|
||||||
QStringLiteral("7.8.2"),
|
QStringLiteral("7.8.5"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
const PluginDescriptor Bladerf1OutputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor Bladerf1OutputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("BladeRF1"),
|
QStringLiteral("BladeRF1"),
|
||||||
QStringLiteral("BladeRF1 Output"),
|
QStringLiteral("BladeRF1 Output"),
|
||||||
QStringLiteral("7.8.2"),
|
QStringLiteral("7.8.5"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor Blderf1InputPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("BladeRF1"),
|
QStringLiteral("BladeRF1"),
|
||||||
QStringLiteral("BladeRF1 Input"),
|
QStringLiteral("BladeRF1 Input"),
|
||||||
QStringLiteral("7.8.2"),
|
QStringLiteral("7.8.5"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user