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 Aug 14, 2022
1 parent 2309104 commit d699271
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 7 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.6.2-1) unstable; urgency=medium

* MacOS build fixes. PR #1374
* ChannelAnalyzer: apply fix for #892 only if the current trace mode is live. Fixes #1375
* Call find_package for OpenCV on Windows for modatv. PR #1382. Fixes #1366
* M17 mod: removed unwanted method declaration. Fixes #1380
* RemoteTCPInput: Use input frequency offset when calculating local centre frequency. PR #1383. Fixes #1377
* WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387
* SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices
* Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 14 Aug 2022 09:49:13 +0200

sdrangel (7.6.1-1) unstable; urgency=medium

* Fix map feature 5.15.4 check. PR #1370
Expand All @@ -8,7 +21,7 @@ sdrangel (7.6.1-1) unstable; urgency=medium
* Corrected order of deletion of feature vs feature GUI. Fixes #1332
* Some OpenGL fixes. Issues #1351 #1359. PR #1361

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +02004
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 03 Aug 2022 16:46:27 +0200

sdrangel (7.6.0-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "6")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.6.2-1) unstable; urgency=medium

* MacOS build fixes. PR #1374
* ChannelAnalyzer: apply fix for #892 only if the current trace mode is live. Fixes #1375
* Call find_package for OpenCV on Windows for modatv. PR #1382. Fixes #1366
* M17 mod: removed unwanted method declaration. Fixes #1380
* RemoteTCPInput: Use input frequency offset when calculating local centre frequency. PR #1383. Fixes #1377
* WFM mod: fixed bug in WFMGUI::applySettings. Fixes #1387
* SimplePTT: fixed list of audio devices for VOX displaying output instead of input devices
* Removed stray comma in CmakeLists.txt. Complements #1310. Fixes #1388

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 14 Aug 2022 09:49:13 +0200

sdrangel (7.6.1-1) unstable; urgency=medium

* Fix map feature 5.15.4 check. PR #1370
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.0.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modm17/m17modplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modwfm/wfmmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
WFMMod::m_channelId,
QStringLiteral("WFM Modulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/simpleptt/simplepttplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
SimplePTT::m_featureId,
QStringLiteral("Simple PTT"),
QStringLiteral("7.0.0"),
QStringLiteral("7.6.2"),
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 @@ -32,7 +32,7 @@
const PluginDescriptor RemoteTCPInputPlugin::m_pluginDescriptor = {
QStringLiteral("RemoteTCPInput"),
QStringLiteral("Remote TCP device input"),
QStringLiteral("7.6.0"),
QStringLiteral("7.6.2"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit d699271

Please sign in to comment.