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
754798cafb
commit
42815a0664
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
||||
sdrangel (6.5.5-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum frequency zooming: Implements #773
|
||||
* Spectrum time and power zomming. Implements #779
|
||||
* DeviceUISet: fixed channel instance registrations element deletion. Fixes #776
|
||||
* FileSink: fixed spectrum GUI center frequency setting (baseband to GUI communication)
|
||||
* FileSink: give .sdriq extension to provided file name automatically. Fixes #780
|
||||
* SigMFFileSink: give .sigmf-meta extension to provided file name automatically.
|
||||
* SigMFFileSink: append data if file exists and has been recorded with SDRangel. Implements #781
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Feb 2021 17:28:46 +0100
|
||||
|
||||
sdrangel (6.5.4-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum: more FPS capping options. Implements #772
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "5")
|
||||
set(sdrangel_VERSION_PATCH "4")
|
||||
set(sdrangel_VERSION_PATCH "5")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
sdrangel (6.5.5-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum frequency zooming: Implements #773
|
||||
* Spectrum time and power zomming. Implements #779
|
||||
* DeviceUISet: fixed channel instance registrations element deletion. Fixes #776
|
||||
* FileSink: fixed spectrum GUI center frequency setting (baseband to GUI communication)
|
||||
* FileSink: give .sdriq extension to provided file name automatically. Fixes #780
|
||||
* SigMFFileSink: give .sigmf-meta extension to provided file name automatically.
|
||||
* SigMFFileSink: append data if file exists and has been recorded with SDRangel. Implements #781
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sat, 20 Feb 2021 17:28:46 +0100
|
||||
|
||||
sdrangel (6.5.4-1) unstable; urgency=medium
|
||||
|
||||
* Spectrum: more FPS capping options. Implements #772
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor FileSinkPlugin::m_pluginDescriptor = {
|
||||
FileSink::m_channelId,
|
||||
QStringLiteral("File Sink"),
|
||||
QStringLiteral("6.3.3"),
|
||||
QStringLiteral("6.5.5"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor SigMFFileSinkPlugin::m_pluginDescriptor = {
|
||||
SigMFFileSink::m_channelId,
|
||||
QStringLiteral("SigMF File Sink"),
|
||||
QStringLiteral("6.3.3"),
|
||||
QStringLiteral("6.5.5"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user