summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorf4exb <f4exb06@gmail.com>2023-08-20 23:12:59 +0200
committerf4exb <f4exb06@gmail.com>2023-08-20 23:12:59 +0200
commit028a44ce480af126405b2e186a392cd0706053bf (patch)
treee327ed6d39f4219725ddad27ef10d0287232c3a5
parent21b24c8040e57171c097e5929d8df836478d5c91 (diff)
Updated versions and changelogsv7.15.3
-rw-r--r--CHANGELOG13
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog13
-rw-r--r--plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp2
4 files changed, 28 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c0051e7df..e780728b9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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 <f4exb06@gmail.com> Sun, 20 Aug 2023 21:10:13 +0200
+
sdrangel (7.15.2-1) unstable; urgency=medium
* Fixed some spellings. PR #1742
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b290ab5a2..2039e8062 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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
diff --git a/debian/changelog b/debian/changelog
index e5b0d7220..9d88b9936 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <f4exb06@gmail.com> Sun, 20 Aug 2023 21:10:13 +0200
+
sdrangel (7.15.2-1) unstable; urgency=medium
* Fixed some spellings. PR #1742
diff --git a/plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp b/plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
index 9a0fea7a0..931a70d46 100644
--- a/plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
+++ b/plugins/samplemimo/plutosdrmimo/plutosdrmimoplugin.cpp
@@ -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,