mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated versions and changelogs
This commit is contained in:
parent
6989b76902
commit
1b2a549463
30
CHANGELOG
30
CHANGELOG
@ -1,3 +1,33 @@
|
||||
sdrangel (7.21.2-1) unstable; urgency=medium
|
||||
|
||||
* Morse Decoder feature: build for Windows. Issue #2152
|
||||
* Satellite Tracker Settings: add missing help description of Replay tab, PR #2151
|
||||
* Satellite Tracker Settings: update help page for new button. PR #2151
|
||||
* Satellite Tracker Settings: add a button to reset the list of TLE. PR #2151
|
||||
* Move defines to the header so they can be reused elsewhere. PR #2151
|
||||
* Factor out the code that updates the widget containing the list of TLEs. PR #2151
|
||||
* Use https for all addresses. PR #2151
|
||||
* Set CMAKE_PREFIX_PATH to include ffmpeg@5. PR #2149
|
||||
* Github mac CI: Try ffmpeg@5. PR #2149
|
||||
* CUDAvkFFTEngine: Add required include.. PR #2149
|
||||
* Fix memleaks. PR #2133
|
||||
* Remove extra margins from some dialog. PR #2148
|
||||
* SDRPlay v1: fix setting of hardware flavour. Fixes #2127
|
||||
* Audio Input: list plugin as a built in device for multiple times instantiation. Fixes #2143
|
||||
* Do not exit after listing available devices. Fixes #2144
|
||||
* Fix and refactor FindSoapySDR.cmake. PR #2146
|
||||
* Morse Decoder: returm to the original GGMorse library
|
||||
* Fix WFM mod: remove feedback sink. PR #2138
|
||||
* Fix ADSB demod: Message length. PR #2138
|
||||
* Fix Sigmf Record: overwriting sigmf-data or sigmf-meta. PR #2136
|
||||
* Highlight the current workspace and device. PR #2126
|
||||
* Web API: Sort some files by name in the resources file. PR #2124
|
||||
* Web API: Add missing files to resources file. PR #2124
|
||||
* Install subversion for Mac build. PR #2123
|
||||
* Fix ggmorse paths on ma. PR #2123
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 06 Jun 2024 20:09:11 +0200
|
||||
|
||||
sdrangel (7.21.1-1) unstable; urgency=medium
|
||||
|
||||
* Morse Decoder feature: Fix for Qt6 and Windows. PR #2122
|
||||
|
@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "21")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_PATCH "2")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
30
debian/changelog
vendored
30
debian/changelog
vendored
@ -1,3 +1,33 @@
|
||||
sdrangel (7.21.2-1) unstable; urgency=medium
|
||||
|
||||
* Morse Decoder feature: build for Windows. Issue #2152
|
||||
* Satellite Tracker Settings: add missing help description of Replay tab, PR #2151
|
||||
* Satellite Tracker Settings: update help page for new button. PR #2151
|
||||
* Satellite Tracker Settings: add a button to reset the list of TLE. PR #2151
|
||||
* Move defines to the header so they can be reused elsewhere. PR #2151
|
||||
* Factor out the code that updates the widget containing the list of TLEs. PR #2151
|
||||
* Use https for all addresses. PR #2151
|
||||
* Set CMAKE_PREFIX_PATH to include ffmpeg@5. PR #2149
|
||||
* Github mac CI: Try ffmpeg@5. PR #2149
|
||||
* CUDAvkFFTEngine: Add required include.. PR #2149
|
||||
* Fix memleaks. PR #2133
|
||||
* Remove extra margins from some dialog. PR #2148
|
||||
* SDRPlay v1: fix setting of hardware flavour. Fixes #2127
|
||||
* Audio Input: list plugin as a built in device for multiple times instantiation. Fixes #2143
|
||||
* Do not exit after listing available devices. Fixes #2144
|
||||
* Fix and refactor FindSoapySDR.cmake. PR #2146
|
||||
* Morse Decoder: returm to the original GGMorse library
|
||||
* Fix WFM mod: remove feedback sink. PR #2138
|
||||
* Fix ADSB demod: Message length. PR #2138
|
||||
* Fix Sigmf Record: overwriting sigmf-data or sigmf-meta. PR #2136
|
||||
* Highlight the current workspace and device. PR #2126
|
||||
* Web API: Sort some files by name in the resources file. PR #2124
|
||||
* Web API: Add missing files to resources file. PR #2124
|
||||
* Install subversion for Mac build. PR #2123
|
||||
* Fix ggmorse paths on ma. PR #2123
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 06 Jun 2024 20:09:11 +0200
|
||||
|
||||
sdrangel (7.21.1-1) unstable; urgency=medium
|
||||
|
||||
* Morse Decoder feature: Fix for Qt6 and Windows. PR #2122
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor ChannelPowerPlugin::m_pluginDescriptor = {
|
||||
ChannelPower::m_channelId,
|
||||
QStringLiteral("Channel Power"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor ADSBPlugin::m_pluginDescriptor = {
|
||||
ADSBDemod::m_channelId,
|
||||
QStringLiteral("ADS-B Demodulator"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
|
||||
ChirpChatDemod::m_channelId,
|
||||
QStringLiteral("ChirpChat Demodulator"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = {
|
||||
RadioAstronomy::m_channelId,
|
||||
QStringLiteral("Radio Astronomy"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor WFMModPlugin::m_pluginDescriptor = {
|
||||
WFMMod::m_channelId,
|
||||
QStringLiteral("WFM Modulator"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor MorseDecoderPlugin::m_pluginDescriptor = {
|
||||
MorseDecoder::m_featureId,
|
||||
QStringLiteral("Morse Decoder"),
|
||||
QStringLiteral("7.21.1"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
|
||||
SatelliteTracker::m_featureId,
|
||||
QStringLiteral("Satellite Tracker"),
|
||||
QStringLiteral("7.21.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor SkyMapPlugin::m_pluginDescriptor = {
|
||||
SkyMap::m_featureId,
|
||||
QStringLiteral("Sky Map"),
|
||||
QStringLiteral("7.21.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -31,7 +31,7 @@
|
||||
const PluginDescriptor AudioOutputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("AudioOutput"),
|
||||
QStringLiteral("Audio output"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -34,7 +34,7 @@
|
||||
const PluginDescriptor SoapySDROutputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SoapySDR"),
|
||||
QStringLiteral("SoapySDR Output"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor AaroniaRTSAInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("AaroniaRTSA"),
|
||||
QStringLiteral("AaroniaRTSA input"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor AudioInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("AudioInput"),
|
||||
QStringLiteral("Audio Input"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -32,7 +32,7 @@
|
||||
const PluginDescriptor SDRPlayPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SDRPlay"),
|
||||
QStringLiteral("SDRPlay RSP1 Input"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -33,7 +33,7 @@
|
||||
const PluginDescriptor SoapySDRInputPlugin::m_pluginDescriptor = {
|
||||
QStringLiteral("SoapySDR"),
|
||||
QStringLiteral("SoapySDR Input"),
|
||||
QStringLiteral("7.20.0"),
|
||||
QStringLiteral("7.21.2"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user