Updated versions and changelogs

pull/1786/head v7.15.3
f4exb 2023-08-20 23:12:59 +02:00
rodzic 21b24c8040
commit 028a44ce48
4 zmienionych plików z 28 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

13
debian/changelog vendored
Wyświetl plik

@ -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

Wyświetl plik

@ -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,