mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 01:18:38 -05:00
Updated versions and changelogs
This commit is contained in:
parent
21b24c8040
commit
028a44ce48
13
CHANGELOG
13
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
|
sdrangel (7.15.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixed some spellings. PR #1742
|
* Fixed some spellings. PR #1742
|
||||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
|||||||
# configure version
|
# configure version
|
||||||
set(sdrangel_VERSION_MAJOR "7")
|
set(sdrangel_VERSION_MAJOR "7")
|
||||||
set(sdrangel_VERSION_MINOR "15")
|
set(sdrangel_VERSION_MINOR "15")
|
||||||
set(sdrangel_VERSION_PATCH "2")
|
set(sdrangel_VERSION_PATCH "3")
|
||||||
set(sdrangel_VERSION_SUFFIX "")
|
set(sdrangel_VERSION_SUFFIX "")
|
||||||
|
|
||||||
# SDRAngel cmake options
|
# SDRAngel cmake options
|
||||||
|
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -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
|
sdrangel (7.15.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fixed some spellings. PR #1742
|
* Fixed some spellings. PR #1742
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
|
const PluginDescriptor PlutoSDRMIMOPlugin::m_pluginDescriptor = {
|
||||||
QStringLiteral("PlutoSDR"),
|
QStringLiteral("PlutoSDR"),
|
||||||
QStringLiteral("PlutoSDR MIMO"),
|
QStringLiteral("PlutoSDR MIMO"),
|
||||||
QStringLiteral("7.8.2"),
|
QStringLiteral("7.15.3"),
|
||||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user