kopia lustrzana https://github.com/f4exb/sdrangel
Updated versions and changelog
rodzic
4cc81d55da
commit
8d799a5a6b
|
@ -1,3 +1,10 @@
|
|||
sdrangel (4.5.6-1) unstable; urgency=medium
|
||||
|
||||
* Remote input: fixed version display
|
||||
* DSD demod: save PLL enable and autio mute in preset
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 28 Apr 2019 20:14:18 +0100
|
||||
|
||||
sdrangel (4.5.5-1) unstable; urgency=medium
|
||||
|
||||
* FreeDV: fixes in REST API
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
||||
QString("DSD Demodulator"),
|
||||
QString("4.5.2"),
|
||||
QString("4.5.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||
QString("LimeSDR Input"),
|
||||
QString("4.5.4"),
|
||||
QString("4.5.5"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
||||
QString("Remote device input"),
|
||||
QString("4.5.2"),
|
||||
QString("4.5.6"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
|
Ładowanie…
Reference in New Issue