Updated versions and changelogs

pull/1408/head v7.6.4
f4exb 2022-09-10 21:14:58 +02:00
rodzic cf7d2b8332
commit ed754fd380
5 zmienionych plików z 21 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (7.6.4-1) unstable; urgency=medium
* M17: fixed build for Windows so now available in Windows. PR #1404
* Use grey text for disabled widgets. PR #1402
* Stack workspace: Use full width for spectrum when no channels. PR #1403
* Fix c++17 compilation with MSVC. PR #1405
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 10 Sep 2022 19:12:31 +0200
sdrangel (7.6.3-1) unstable; urgency=medium
* NFM modulator: try to improve audio input

Wyświetl plik

@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "6")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_SUFFIX "")
# SDRAngel cmake options

9
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,12 @@
sdrangel (7.6.4-1) unstable; urgency=medium
* M17: fixed build for Windows so now available in Windows. PR #1404
* Use grey text for disabled widgets. PR #1402
* Stack workspace: Use full width for spectrum when no channels. PR #1403
* Fix c++17 compilation with MSVC. PR #1405
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 10 Sep 2022 19:12:31 +0200
sdrangel (7.6.3-1) unstable; urgency=medium
* NFM modulator: try to improve audio input

Wyświetl plik

@ -29,7 +29,7 @@
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
M17Demod::m_channelId,
QStringLiteral("M17 Demodulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.6.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,

Wyświetl plik

@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.6.2"),
QStringLiteral("7.6.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,