Updated versions and changelogs

pull/1603/head v7.10.0
f4exb 2023-02-23 01:02:36 +01:00
rodzic e264451a14
commit 5b169a3978
11 zmienionych plików z 39 dodań i 9 usunięć

Wyświetl plik

@ -1,3 +1,18 @@
sdrangel (7.10.0-1) unstable; urgency=medium
- Copy fftw3f and libusb dlls to bin directory. PR #1503
- Removed unncecessary call to updateChannels in VORLocalizer and DemodAnalyzer. Fixes #1572
- TestSource: use queued connection for connecting worker's deleteLater. Fixes possible crash on exit
- FT8 support: corrected possible code glitch
- DSD demod: disable audio for YSF wide mode if AMBE feature is active. Fixes #1587
- Fix SDRplay RSPdx LNA table, to have correct number of entries, for #1532. PR #1591
- Heat Map Rx channel plugin. Changes to Map. PR #1600
- Autostack: Fix channel windows being made to wide when SDRangel starts. PR #1601
- Android: Prevent app from being put to sleep when running. Add menu to keep screen on. PR #1602
- SSB demod GUI: display channel marker in correct stream if connected to a MIMO device
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 23 Feb 2023 23:59:54 +0100
sdrangel (7.9.0-1) unstable; urgency=medium sdrangel (7.9.0-1) unstable; urgency=medium
- FT8 demodulator. Implements #1561 - FT8 demodulator. Implements #1561

Wyświetl plik

@ -15,7 +15,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 "9") set(sdrangel_VERSION_MINOR "10")
set(sdrangel_VERSION_PATCH "0") set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "") set(sdrangel_VERSION_SUFFIX "")

15
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,18 @@
sdrangel (7.10.0-1) unstable; urgency=medium
- Copy fftw3f and libusb dlls to bin directory. PR #1503
- Removed unncecessary call to updateChannels in VORLocalizer and DemodAnalyzer. Fixes #1572
- TestSource: use queued connection for connecting worker's deleteLater. Fixes possible crash on exit
- FT8 support: corrected possible code glitch
- DSD demod: disable audio for YSF wide mode if AMBE feature is active. Fixes #1587
- Fix SDRplay RSPdx LNA table, to have correct number of entries, for #1532. PR #1591
- Heat Map Rx channel plugin. Changes to Map. PR #1600
- Autostack: Fix channel windows being made to wide when SDRangel starts. PR #1601
- Android: Prevent app from being put to sleep when running. Add menu to keep screen on. PR #1602
- SSB demod GUI: display channel marker in correct stream if connected to a MIMO device
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 23 Feb 2023 23:59:54 +0100
sdrangel (7.9.0-1) unstable; urgency=medium sdrangel (7.9.0-1) unstable; urgency=medium
- FT8 demodulator. Implements #1561 - FT8 demodulator. Implements #1561

Wyświetl plik

@ -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.8.0"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -12,7 +12,7 @@
const PluginDescriptor FT8Plugin::m_pluginDescriptor = { const PluginDescriptor FT8Plugin::m_pluginDescriptor = {
FT8Demod::m_channelId, FT8Demod::m_channelId,
QStringLiteral("FT8 Demodulator"), QStringLiteral("FT8 Demodulator"),
QStringLiteral("7.9.0"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -12,7 +12,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.8.6"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = { const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
DemodAnalyzer::m_featureId, DemodAnalyzer::m_featureId,
QStringLiteral("Demod Analyzer"), QStringLiteral("Demod Analyzer"),
QStringLiteral("7.8.4"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = { const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId, Map::m_featureId,
QStringLiteral("Map"), QStringLiteral("Map"),
QStringLiteral("7.9.0"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = { const PluginDescriptor VORLocalizerPlugin::m_pluginDescriptor = {
VORLocalizer::m_featureId, VORLocalizer::m_featureId,
QStringLiteral("VOR Localizer"), QStringLiteral("VOR Localizer"),
QStringLiteral("7.8.4"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"), QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = { const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"), QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"), QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("7.9.0"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"), QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,

Wyświetl plik

@ -31,7 +31,7 @@
const PluginDescriptor TestSourcePlugin::m_pluginDescriptor = { const PluginDescriptor TestSourcePlugin::m_pluginDescriptor = {
QStringLiteral("TestSource"), QStringLiteral("TestSource"),
QStringLiteral("Test Source input"), QStringLiteral("Test Source input"),
QStringLiteral("7.8.2"), QStringLiteral("7.10.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"), QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"), QStringLiteral("https://github.com/f4exb/sdrangel"),
true, true,