Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Apr 6, 2023
1 parent d3fbf73 commit 3f9f81c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
sdrangel (7.12.0-1) unstable; urgency=medium

- New Aaronia input (Rx) plugin
- Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622
- Display rotator on Star Tracker and Satellite Tracker polar charts for #1641. PR #1650
- AFC and Demod Analyzer: fixed message queue disconnect. Fixes #1634
- Fixed ValueDial value settings when it is equal to previous value
- DATV demod: GUI: set RF bandwidth with standard SR
- Airspy: corrected transverter frequency and mode setting from GUI

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 06 Apr 2023 20:38:25 +0200

sdrangel (7.12.0-1) unstable; urgency=medium

- New ILS demod plugin. PR #1635
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "12")
set(sdrangel_VERSION_MINOR "13")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
sdrangel (7.12.0-1) unstable; urgency=medium

- New Aaronia input (Rx) plugin
- Channel analyzer: engage rational down sampler also when no channel decimation takes place. Fixes #1622
- Display rotator on Star Tracker and Satellite Tracker polar charts for #1641. PR #1650
- AFC and Demod Analyzer: fixed message queue disconnect. Fixes #1634
- Fixed ValueDial value settings when it is equal to previous value
- DATV demod: GUI: set RF bandwidth with standard SR
- Airspy: corrected transverter frequency and mode setting from GUI

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 06 Apr 2023 20:38:25 +0200

sdrangel (7.12.0-1) unstable; urgency=medium

- New ILS demod plugin. PR #1635
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/chanalyzer/chanalyzerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
const PluginDescriptor ChannelAnalyzerPlugin::m_pluginDescriptor = {
ChannelAnalyzer::m_channelId,
QStringLiteral("Channel Analyzer"),
QStringLiteral("7.6.2"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddatv/datvdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PluginDescriptor DATVDemodPlugin::m_ptrPluginDescriptor =
{
DATVDemod::m_channelId,
QStringLiteral("DATV Demodulator"),
QStringLiteral("7.12.0"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) F4HKW for SDRAngel using LeanSDR framework (c) F4DAV"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/afc/afcplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor AFCPlugin::m_pluginDescriptor = {
AFC::m_featureId,
QStringLiteral("AFC"),
QStringLiteral("7.8.4"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/demodanalyzer/demodanalyzerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor DemodAnalyzerPlugin::m_pluginDescriptor = {
DemodAnalyzer::m_featureId,
QStringLiteral("Demod Analyzer"),
QStringLiteral("7.10.0"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor AaroniaRTSAInputPlugin::m_pluginDescriptor = {
QStringLiteral("AaroniaRTSA"),
QStringLiteral("AaroniaRTSA input"),
QStringLiteral("7.12.0"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/airspy/airspyplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const int AirspyPlugin::m_maxDevices = 32;
const PluginDescriptor AirspyPlugin::m_pluginDescriptor = {
QStringLiteral("Airspy"),
QStringLiteral("Airspy Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.13.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 3f9f81c

Please sign in to comment.