Updated versions and changelogs

pull/942/head v6.15.0
f4exb 2021-06-27 19:17:28 +02:00
rodzic e642e23d48
commit a57c856a26
10 zmienionych plików z 36 dodań i 8 usunięć

Wyświetl plik

@ -1,3 +1,17 @@
sdrangel (6.15.0-1) unstable; urgency=medium
* New Radio Clock plugin. PRs #394, #936 and #939
* Add image zooming to APT demodulator. PR #941
* Add Star Tracker galactic line of sight plot. PR #938
* Improved packet demod performance. PR #935
* Scope GUI: refactor of amplitude scale and offset. Issue #937
* Scope: allow complex float possibly unscaled input. Issue #929
* Fixed SWGModelFactory so that init() is invoked on complex objects. Fixes #899
* Fixed multiple streams input. Fixes #925
* Upgraded libairspy to v1.0.10
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 27 Jun 2021 17:12:08 +0200
sdrangel (6.14.0-1) unstable; urgency=medium
* New noise figure Rx channel plugin PR #917 and #919

Wyświetl plik

@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "6")
set(sdrangel_VERSION_MINOR "14")
set(sdrangel_VERSION_MINOR "15")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

14
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,17 @@
sdrangel (6.15.0-1) unstable; urgency=medium
* New Radio Clock plugin. PRs #394, #936 and #939
* Add image zooming to APT demodulator. PR #941
* Add Star Tracker galactic line of sight plot. PR #938
* Improved packet demod performance. PR #935
* Scope GUI: refactor of amplitude scale and offset. Issue #937
* Scope: allow complex float possibly unscaled input. Issue #929
* Fixed SWGModelFactory so that init() is invoked on complex objects. Fixes #899
* Fixed multiple streams input. Fixes #925
* Upgraded libairspy to v1.0.10
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 27 Jun 2021 17:12:08 +0200
sdrangel (6.14.0-1) unstable; urgency=medium
* New noise figure Rx channel plugin PR #917 and #919

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = {
Interferometer::m_channelId,
QStringLiteral("Interferometer"),
QStringLiteral("6.14.0"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId,
QStringLiteral("Channel Analyzer"),
QStringLiteral("6.14.0"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
APTDemod::m_channelId,
QStringLiteral("APT Demodulator"),
QStringLiteral("6.10.2"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = {
PacketDemod::m_channelId,
QStringLiteral("Packet Demodulator"),
QStringLiteral("6.10.3"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor RadioClockPlugin::m_pluginDescriptor = {
RadioClock::m_channelId,
QStringLiteral("Radio Clock"),
QStringLiteral("6.14.1"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -30,7 +30,7 @@
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
StarTracker::m_featureId,
QStringLiteral("Star Tracker"),
QStringLiteral("6.13.0"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -34,7 +34,7 @@ const int AirspyPlugin::m_maxDevices = 32;
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
QStringLiteral("Airspy"),
QStringLiteral("Airspy Input"),
QStringLiteral("4.19.0"),
QStringLiteral("6.15.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,