mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-04-26 09:23:59 -04:00
Release 7.24.0
This commit is contained in:
parent
c610864087
commit
0e13bbab85
@ -1,3 +1,9 @@
|
||||
sdrangel (7.24.0-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 28 Mar 2026 18:18:14 +0100
|
||||
|
||||
sdrangel (7.23.2-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
@ -19,8 +19,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "23")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_MINOR "24")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
sdrangel (7.24.0-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 28 Mar 2026 18:18:14 +0100
|
||||
|
||||
sdrangel (7.23.2-1) unstable; urgency=medium
|
||||
|
||||
* See Github release
|
||||
|
||||
@ -5,5 +5,5 @@ for plugin in $PLUGINS
|
||||
do
|
||||
FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp")
|
||||
echo $FILE
|
||||
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.23\.2\"\)/" $FILE
|
||||
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.24\.0\"\)/" $FILE
|
||||
done
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||
ADSBDemod::m_channelId,
|
||||
QStringLiteral("ADS-B Demodulator"),
|
||||
QStringLiteral("7.22.10"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor FT8Plugin::m_pluginDescriptor = {
|
||||
FT8Demod::m_channelId,
|
||||
QStringLiteral("FT8 Demodulator"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor ILSDemodPlugin::m_pluginDescriptor = {
|
||||
ILSDemod::m_channelId,
|
||||
QStringLiteral("ILS Demodulator"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor MeshtasticPlugin::m_pluginDescriptor = {
|
||||
MeshtasticDemod::m_channelId,
|
||||
QStringLiteral("Meshtastic Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor NavtexDemodPlugin::m_pluginDescriptor = {
|
||||
NavtexDemod::m_channelId,
|
||||
QStringLiteral("Navtex Demodulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor FreqScannerPlugin::m_pluginDescriptor = {
|
||||
FreqScanner::m_channelId,
|
||||
QStringLiteral("Frequency Scanner"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor MeshtasticModPlugin::m_pluginDescriptor = {
|
||||
MeshtasticMod::m_channelId,
|
||||
QStringLiteral("Meshtastic Modulator"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor FileInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("FileInput"),
|
||||
QStringLiteral("File device input"),
|
||||
QStringLiteral("7.23.2"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
const PluginDescriptor LimeSDRInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("LimeSDR"),
|
||||
QStringLiteral("LimeSDR Input"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("RemoteTCPInput"),
|
||||
QStringLiteral("Remote TCP device input"),
|
||||
QStringLiteral("7.23.1"),
|
||||
QStringLiteral("7.24.0"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user