mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-08 20:38:39 -05:00
Updated versions and changelog
This commit is contained in:
parent
4cc81d55da
commit
8d799a5a6b
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
|
sdrangel (4.5.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* FreeDV: fixes in REST API
|
* FreeDV: fixes in REST API
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
const PluginDescriptor DSDDemodPlugin::m_pluginDescriptor = {
|
||||||
QString("DSD Demodulator"),
|
QString("DSD Demodulator"),
|
||||||
QString("4.5.2"),
|
QString("4.5.6"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||||
QString("LimeSDR Input"),
|
QString("LimeSDR Input"),
|
||||||
QString("4.5.4"),
|
QString("4.5.5"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
const PluginDescriptor RemoteInputPlugin::m_pluginDescriptor = {
|
||||||
QString("Remote device input"),
|
QString("Remote device input"),
|
||||||
QString("4.5.2"),
|
QString("4.5.6"),
|
||||||
QString("(c) Edouard Griffiths, F4EXB"),
|
QString("(c) Edouard Griffiths, F4EXB"),
|
||||||
QString("https://github.com/f4exb/sdrangel"),
|
QString("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user