kopia lustrzana https://github.com/f4exb/sdrangel
rodzic
f2b2fa1425
commit
e60e4da02c
14
CHANGELOG
14
CHANGELOG
|
@ -1,4 +1,16 @@
|
|||
sdrangel (5.7.10-1) unstable; urgency=medium
|
||||
sdrangel (4.14.17-1) unstable; urgency=medium
|
||||
|
||||
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
|
||||
* Channel Analyzer: improved baseband thread management
|
||||
* AM demod: improved baseband thread management
|
||||
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
|
||||
* Device API: fixes in MIMO case. Fixes #567
|
||||
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
|
||||
* RemoteInput: do not stop UDP handler when stop. Fixes #563
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 22:12:45 +0200
|
||||
|
||||
sdrangel (4.14.16-1) unstable; urgency=medium
|
||||
|
||||
* ATV demod: fixed initialization issues. Fixes #560
|
||||
* GLSpectrum: synchronize spectrum with the GUI spectrum freeze button. Fixes issue #561
|
||||
|
|
|
@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "14")
|
||||
set(sdrangel_VERSION_PATCH "16")
|
||||
set(sdrangel_VERSION_PATCH "17")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
sdrangel (4.14.17-1) unstable; urgency=medium
|
||||
|
||||
* Channel Analyzer: fixed sink apply channel settings. Fixes #569 and #570
|
||||
* Channel Analyzer: improved baseband thread management
|
||||
* AM demod: improved baseband thread management
|
||||
* DeviceUISet: fixed deleteChannel method in GUI. Fixes #568
|
||||
* Device API: fixes in MIMO case. Fixes #567
|
||||
* Channel Analyzer: let spectrum free running when in free running mode. Issue #571
|
||||
* RemoteInput: do not stop UDP handler when stop. Fixes #563
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 13 Jul 2020 22:12:45 +0200
|
||||
|
||||
sdrangel (5.7.10-1) unstable; urgency=medium
|
||||
|
||||
* ATV demod: fixed initialization issues. Fixes #560
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
|
||||
ChannelAnalyzer::m_channelId,
|
||||
QString("Channel Analyzer"),
|
||||
QString("4.14.14"),
|
||||
QString("4.14.17"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
const PluginDescriptor AMDemodPlugin::m_pluginDescriptor = {
|
||||
AMDemod::m_channelId,
|
||||
QString("AM Demodulator"),
|
||||
QString("4.14.14"),
|
||||
QString("4.14.17"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
Ładowanie…
Reference in New Issue