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
6c6b9a176c
commit
b12e2822fc
@ -1,3 +1,10 @@
|
||||
sdrangel (7.14.1-1) unstable; urgency=medium
|
||||
|
||||
* Fix Sat Tracker crash in previous release. Fixes #1682. PR #1696.
|
||||
* Add support for tracking Satellites in the Star Tracker. PR #1696.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 24 May 2023 06:40:43 +0200
|
||||
|
||||
sdrangel (7.14.0-1) unstable; urgency=medium
|
||||
|
||||
* New DSC channel Rx plugin (PR #1693)
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "7")
|
||||
set(sdrangel_VERSION_MINOR "14")
|
||||
set(sdrangel_VERSION_PATCH "0")
|
||||
set(sdrangel_VERSION_PATCH "1")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
sdrangel (7.14.1-1) unstable; urgency=medium
|
||||
|
||||
* Fix Sat Tracker crash in previous release. Fixes #1682. PR #1696.
|
||||
* Add support for tracking Satellites in the Star Tracker. PR #1696.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 24 May 2023 06:40:43 +0200
|
||||
|
||||
sdrangel (7.14.0-1) unstable; urgency=medium
|
||||
|
||||
* New DSC channel Rx plugin (PR #1693)
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor RadioAstronomyPlugin::m_pluginDescriptor = {
|
||||
RadioAstronomy::m_channelId,
|
||||
QStringLiteral("Radio Astronomy"),
|
||||
QStringLiteral("7.12.0"),
|
||||
QStringLiteral("7.14.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor GS232ControllerPlugin::m_pluginDescriptor = {
|
||||
GS232Controller::m_featureId,
|
||||
QStringLiteral("Rotator Controller"),
|
||||
QStringLiteral("7.14.0"),
|
||||
QStringLiteral("7.14.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor SatelliteTrackerPlugin::m_pluginDescriptor = {
|
||||
SatelliteTracker::m_featureId,
|
||||
QStringLiteral("Satellite Tracker"),
|
||||
QStringLiteral("7.12.0"),
|
||||
QStringLiteral("7.14.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor StarTrackerPlugin::m_pluginDescriptor = {
|
||||
StarTracker::m_featureId,
|
||||
QStringLiteral("Star Tracker"),
|
||||
QStringLiteral("7.12.0"),
|
||||
QStringLiteral("7.14.1"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user