Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 24, 2023
1 parent 6c6b9a1 commit b12e282
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 24 May 2023 06:40:43 +0200

sdrangel (7.14.0-1) unstable; urgency=medium

* New DSC channel Rx plugin (PR #1693)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 24 May 2023 06:40:43 +0200

sdrangel (7.14.0-1) unstable; urgency=medium

* New DSC channel Rx plugin (PR #1693)
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/radioastronomy/radioastronomyplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/gs232controller/gs232controllerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion plugins/feature/startracker/startrackerplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b12e282

Please sign in to comment.