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 Sep 5, 2021
1 parent b0c35d2 commit 6111712
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (6.16.5-1) unstable; urgency=medium

* API: added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset. Issue #998.
* API: added GET /sdrangel/featurepresets and DELETE /sdrangel/featurepreset. Issue #998.
* API: added feature sets in the instance summary
* API: added /sdrangel/features (GET) to get the list of available feature plugins
* SDRplay V3: fixes for API
* Satellite Tracker: fixed compilation in server mode. Fixes #996
* Satellite Tracker: various enhancements. PR #997.
* APT demod: API: fixed APT demod settings mappings. Fixes #995

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 05 Sep 2021 20:27:06 +0200

sdrangel (6.16.4-1) unstable; urgency=medium

* API: fixed GET /sdrangel/featuresets
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 "6")
set(sdrangel_VERSION_MINOR "16")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_PATCH "5")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
sdrangel (6.16.5-1) unstable; urgency=medium

* API: added PUT, PATCH, POST /sdrangel/featureset/{featureSetIndex}/preset. Issue #998.
* API: added GET /sdrangel/featurepresets and DELETE /sdrangel/featurepreset. Issue #998.
* API: added feature sets in the instance summary
* API: added /sdrangel/features (GET) to get the list of available feature plugins
* SDRplay V3: fixes for API
* Satellite Tracker: fixed compilation in server mode. Fixes #996
* Satellite Tracker: various enhancements. PR #997.
* APT demod: API: fixed APT demod settings mappings. Fixes #995

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 05 Sep 2021 20:27:06 +0200

sdrangel (6.16.4-1) unstable; urgency=medium

* API: fixed GET /sdrangel/featuresets
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodapt/aptdemodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor APTDemodPlugin::m_pluginDescriptor = {
APTDemod::m_channelId,
QStringLiteral("APT Demodulator"),
QStringLiteral("6.15.0"),
QStringLiteral("6.16.5"),
QStringLiteral("(c) Jon Beniston, M7RCE and Aptdec authors"),
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("6.16.2"),
QStringLiteral("6.16.5"),
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/samplesource/sdrplayv3/sdrplayv3plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
const PluginDescriptor SDRPlayV3Plugin::m_pluginDescriptor = {
QStringLiteral("SDRPlayV3"),
QStringLiteral("SDRPlayV3 Input"),
QStringLiteral("6.16.0"),
QStringLiteral("6.16.5"),
QStringLiteral("(c) Jon Beniston, M7RCE and Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 6111712

Please sign in to comment.