kopia lustrzana https://github.com/f4exb/sdrangel
rodzic
8e702fd900
commit
4fb5633e62
11
CHANGELOG
11
CHANGELOG
|
@ -1,3 +1,14 @@
|
|||
sdrangel (4.17.0-1) unstable; urgency=medium
|
||||
|
||||
* Packet modulator: new channel Tx plugin
|
||||
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
|
||||
* DATV demod: added standard basic settings dialog
|
||||
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
|
||||
* Corrected Highpass and Bandpass filters normalization. Implements #642
|
||||
* Channel add action: fixed tab view being in use. Fixes #645
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 26 Sep 2020 07:12:43 +0200
|
||||
|
||||
sdrangel (4.16.1-1) unstable; urgency=medium
|
||||
|
||||
* BladeRF2: fixed global gain setting. Fixes issue #630
|
||||
|
|
|
@ -17,8 +17,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "4")
|
||||
set(sdrangel_VERSION_MINOR "16")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_MINOR "17")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
sdrangel (4.17.0-1) unstable; urgency=medium
|
||||
|
||||
* Packet modulator: new channel Tx plugin
|
||||
* DATV demod: Spectrum point and click is used fix. Fixes issue #637
|
||||
* DATV demod: added standard basic settings dialog
|
||||
* SoapySDR Input: reversed soft LO ppm correction. Fixes #641
|
||||
* Corrected Highpass and Bandpass filters normalization. Implements #642
|
||||
* Channel add action: fixed tab view being in use. Fixes #645
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 26 Sep 2020 07:12:43 +0200
|
||||
|
||||
sdrangel (4.16.1-1) unstable; urgency=medium
|
||||
|
||||
* BladeRF2: fixed global gain setting. Fixes issue #630
|
||||
|
|
|
@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
|
|||
{
|
||||
DATVDemod::m_channelId,
|
||||
QString("DATV Demodulator"),
|
||||
QString("4.16.2"),
|
||||
QString("4.17.0"),
|
||||
QString("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("SoapySDR"),
|
||||
QString("SoapySDR Input"),
|
||||
QString("4.15.0"),
|
||||
QString("4.17.0"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
Ładowanie…
Reference in New Issue