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 Jun 26, 2022
1 parent 980c7a9 commit 3d17aaa
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
@@ -1,3 +1,26 @@
sdrangel (7.4.0-1) unstable; urgency=medium

* 3D Spectrogram and OpenGL code fixes. PR #1291
* USRP: fixed possible KeyError exception. Fixes #1284. PR #1288
* Add support for Broadcast FM Demod audio in Demod Analyzer. PR #1292
* Spectrum: Prevent null texture warning when only histogram is displayed. PR #1294
* 3D Spectrogram: Fixes #1297. PR #1298
* External libraries: removed unnecessary SerialDV dependency to fix MSVC builds
* Spectrum: And fill and gradient styles. PR #1299
* Allow 2D waterfall color map to be changed. PR #1299
* Change frequency zoom so that frequency under cursor remains the same. PR #1300
* Spectrum markers dialog: Fix show field in CSV export. PR #1301
* Value dial: Check for completed animation before using m_value. PR #1303
* Reworked spectrum GUI controls
* Spectrum: Fix mouse wheel to zoom in waterfall. PR #1304
* Spectrum: Allow frequency scolling with mouse. PR #1305
* Spectrum markers: Allow all to be displayed. PR #1306
* SpectrumGUI: Go to combo to set center frequency from annotation marker. PR #1309
* Added minimal default cmake preset
* Added cmake enablers for all non sampling device plugins. Fixes #1308

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 26 Jun 2022 04:25:21 +0200

sdrangel (7.3.2-1) unstable; urgency=medium

* Use libusb 1.0.26 on Windows
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "3")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_MINOR "4")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
23 changes: 23 additions & 0 deletions debian/changelog
@@ -1,3 +1,26 @@
sdrangel (7.4.0-1) unstable; urgency=medium

* 3D Spectrogram and OpenGL code fixes. PR #1291
* USRP: fixed possible KeyError exception. Fixes #1284. PR #1288
* Add support for Broadcast FM Demod audio in Demod Analyzer. PR #1292
* Spectrum: Prevent null texture warning when only histogram is displayed. PR #1294
* 3D Spectrogram: Fixes #1297. PR #1298
* External libraries: removed unnecessary SerialDV dependency to fix MSVC builds
* Spectrum: And fill and gradient styles. PR #1299
* Allow 2D waterfall color map to be changed. PR #1299
* Change frequency zoom so that frequency under cursor remains the same. PR #1300
* Spectrum markers dialog: Fix show field in CSV export. PR #1301
* Value dial: Check for completed animation before using m_value. PR #1303
* Reworked spectrum GUI controls
* Spectrum: Fix mouse wheel to zoom in waterfall. PR #1304
* Spectrum: Allow frequency scolling with mouse. PR #1305
* Spectrum markers: Allow all to be displayed. PR #1306
* SpectrumGUI: Go to combo to set center frequency from annotation marker. PR #1309
* Added minimal default cmake preset
* Added cmake enablers for all non sampling device plugins. Fixes #1308

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 26 Jun 2022 04:25:21 +0200

sdrangel (7.3.2-1) unstable; urgency=medium

* Use libusb 1.0.26 on Windows
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/usrpoutput/usrpoutputplugin.cpp
Expand Up @@ -35,7 +35,7 @@
const PluginDescriptor USRPOutputPlugin::m_pluginDescriptor = {
QStringLiteral("USRP"),
QStringLiteral("URSP Output"),
QStringLiteral("7.3.2"),
QStringLiteral("7.4.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/usrpinput/usrpinputplugin.cpp
Expand Up @@ -35,7 +35,7 @@
const PluginDescriptor USRPInputPlugin::m_pluginDescriptor = {
QStringLiteral("USRP"),
QStringLiteral("USRP Input"),
QStringLiteral("7.3.2"),
QStringLiteral("7.4.0"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 3d17aaa

Please sign in to comment.