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 Feb 1, 2023
1 parent 41a2de1 commit 5026e4a
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
sdrangel (7.9.0-1) unstable; urgency=medium

- FT8 demodulator. Implements #1561
- SDRPlay: increase LO ppm range. Fixes #1576
- Initialize m_running to fix crash #1574. PR #1575
- Map feature: added MIMO devices when scanning for channels
- Spectrum: Keep frequency displayed while channel is being dragged. PR #1570
- LimeRFE: save Rx/Tx mode in m_rfeBoardState. Fixes #1557
- Audio Input: Make sure audio device name corresponds to GUI setting. PR #1565
- Audio Input: Set start/stop button background colour according to device status. PR #1565
- Add reset measurements button to Spectrum GUI, PR #1565
- Speed up enumeration / opening USRP B210 by using hardcoded values. PR #1566

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 01 Feb 2023 08:14:50 +0100

sdrangel (7.8.6-1) unstable; urgency=medium

- SSB demod: corrected DSB filter
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "8")
set(sdrangel_VERSION_PATCH "6")
set(sdrangel_VERSION_MINOR "9")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

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

- FT8 demodulator. Implements #1561
- SDRPlay: increase LO ppm range. Fixes #1576
- Initialize m_running to fix crash #1574. PR #1575
- Map feature: added MIMO devices when scanning for channels
- Spectrum: Keep frequency displayed while channel is being dragged. PR #1570
- LimeRFE: save Rx/Tx mode in m_rfeBoardState. Fixes #1557
- Audio Input: Make sure audio device name corresponds to GUI setting. PR #1565
- Audio Input: Set start/stop button background colour according to device status. PR #1565
- Add reset measurements button to Spectrum GUI, PR #1565
- Speed up enumeration / opening USRP B210 by using hardcoded values. PR #1566

-- Edouard Griffiths, F4EXB <[email protected]> Wed, 01 Feb 2023 08:14:50 +0100

sdrangel (7.8.6-1) unstable; urgency=medium

- SSB demod: corrected DSB filter
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/limerfe/limerfeplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor LimeRFEPlugin::m_pluginDescriptor = {
LimeRFE::m_featureId,
QStringLiteral("LimeRFE USB Controller"),
QStringLiteral("7.8.4"),
QStringLiteral("7.9.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/map/mapplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
Map::m_featureId,
QStringLiteral("Map"),
QStringLiteral("7.8.4"),
QStringLiteral("7.9.0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/audioinput/audioinputplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
QStringLiteral("AudioInput"),
QStringLiteral("Audio Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.9.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplay/sdrplayplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
QStringLiteral("SDRPlay"),
QStringLiteral("SDRPlay RSP1 Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.9.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplayv3/sdrplayv3plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("7.8.2"),
QStringLiteral("7.9.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 5026e4a

Please sign in to comment.