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 20, 2023
1 parent 21b24c8 commit 028a44c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (7.15.3-1) unstable; urgency=medium

* Rotator Controller: Add additional gamepad calibration and functionality. PR #1761
* Use QFileInfo to get file extension. Fixes #1760. PR #1762
* Add UI scale factor setting for high DPI screens. PR #1763
* Support Map plugin for Qt 6.5. Some Qt 6.6 fixes. PR #1764
* Map plugin: Fix beacon frequency. PR #1765
* PlutoSDR MIMO: fix variable names. PR #1770
* Rotator controller: use precision to determine step size. PR #1775
* Add VkFFT support and profiler. Implements #1166. PR #1779.

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 20 Aug 2023 21:10:13 +0200

sdrangel (7.15.2-1) unstable; urgency=medium

* Fixed some spellings. PR #1742
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 "15")
set(sdrangel_VERSION_PATCH "2")
set(sdrangel_VERSION_PATCH "3")
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.15.3-1) unstable; urgency=medium

* Rotator Controller: Add additional gamepad calibration and functionality. PR #1761
* Use QFileInfo to get file extension. Fixes #1760. PR #1762
* Add UI scale factor setting for high DPI screens. PR #1763
* Support Map plugin for Qt 6.5. Some Qt 6.6 fixes. PR #1764
* Map plugin: Fix beacon frequency. PR #1765
* PlutoSDR MIMO: fix variable names. PR #1770
* Rotator controller: use precision to determine step size. PR #1775
* Add VkFFT support and profiler. Implements #1166. PR #1779.

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 20 Aug 2023 21:10:13 +0200

sdrangel (7.15.2-1) unstable; urgency=medium

* Fixed some spellings. PR #1742
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
QStringLiteral("PlutoSDR"),
QStringLiteral("PlutoSDR MIMO"),
QStringLiteral("7.8.2"),
QStringLiteral("7.15.3"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 028a44c

Please sign in to comment.