mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Updated versions and changelogs
This commit is contained in:
parent
0ac15f6a59
commit
cb89392c86
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
|||||||
|
sdrangel (7.19.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add channel power channel. PR #2019, #2021
|
||||||
|
* Use mouse keys for CW modulation in SSB modulator. Fixes #1948
|
||||||
|
* ADS-B: Only list available maps. PR #2017
|
||||||
|
* CRightClickEnabler: Prevent duplicate events... PR #2017
|
||||||
|
* Update snap. PR #2016
|
||||||
|
* Scan all plugins for qml (for Mac). PR #2014
|
||||||
|
* fix memset() arguments order in vkfftengine. PR #2013
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 17 Mar 2024 19:17:00 +0100
|
||||||
|
|
||||||
sdrangel (7.19.0-1) unstable; urgency=medium
|
sdrangel (7.19.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Upgraded RTL-SDR library to v2.0.1
|
* Upgraded RTL-SDR library to v2.0.1
|
||||||
|
@ -20,7 +20,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 "19")
|
set(sdrangel_VERSION_MINOR "19")
|
||||||
set(sdrangel_VERSION_PATCH "0")
|
set(sdrangel_VERSION_PATCH "1")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
sdrangel (7.19.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add channel power channel. PR #2019, #2021
|
||||||
|
* Use mouse keys for CW modulation in SSB modulator. Fixes #1948
|
||||||
|
* ADS-B: Only list available maps. PR #2017
|
||||||
|
* CRightClickEnabler: Prevent duplicate events... PR #2017
|
||||||
|
* Update snap. PR #2016
|
||||||
|
* Scan all plugins for qml (for Mac). PR #2014
|
||||||
|
* fix memset() arguments order in vkfftengine. PR #2013
|
||||||
|
|
||||||
|
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 17 Mar 2024 19:17:00 +0100
|
||||||
|
|
||||||
sdrangel (7.19.0-1) unstable; urgency=medium
|
sdrangel (7.19.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Upgraded RTL-SDR library to v2.0.1
|
* Upgraded RTL-SDR library to v2.0.1
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||||
ADSBDemod::m_channelId,
|
ADSBDemod::m_channelId,
|
||||||
QStringLiteral("ADS-B Demodulator"),
|
QStringLiteral("ADS-B Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
|
||||||
AMDemod::m_channelId,
|
AMDemod::m_channelId,
|
||||||
QStringLiteral("AM Demodulator"),
|
QStringLiteral("AM Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
const PluginDescriptor FreeDVPlugin::m_pluginDescriptor = {
|
const PluginDescriptor FreeDVPlugin::m_pluginDescriptor = {
|
||||||
FreeDVDemod::m_channelId,
|
FreeDVDemod::m_channelId,
|
||||||
QStringLiteral("FreeDV Demodulator"),
|
QStringLiteral("FreeDV Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
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 NFMPlugin::m_pluginDescriptor = {
|
const PluginDescriptor NFMPlugin::m_pluginDescriptor = {
|
||||||
NFMDemod::m_channelId,
|
NFMDemod::m_channelId,
|
||||||
QStringLiteral("NFM Demodulator"),
|
QStringLiteral("NFM Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
const PluginDescriptor SSBPlugin::m_pluginDescriptor = {
|
||||||
SSBDemod::m_channelId,
|
SSBDemod::m_channelId,
|
||||||
QStringLiteral("SSB Demodulator"),
|
QStringLiteral("SSB Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
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 WFMPlugin::m_pluginDescriptor = {
|
const PluginDescriptor WFMPlugin::m_pluginDescriptor = {
|
||||||
WFMDemod::m_channelId,
|
WFMDemod::m_channelId,
|
||||||
QStringLiteral("WFM Demodulator"),
|
QStringLiteral("WFM Demodulator"),
|
||||||
QStringLiteral("7.17.3"),
|
QStringLiteral("7.19.1"),
|
||||||
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…
Reference in New Issue
Block a user