mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Updated version and changelogs
This commit is contained in:
parent
251c8b2033
commit
bb99edddc1
24
CHANGELOG
24
CHANGELOG
@ -1,3 +1,27 @@
|
||||
sdrangel (6.17.4-1) unstable; urgency=medium
|
||||
|
||||
* Basic instance save and restore wihth scripts dump.py and config,py
|
||||
* API: fixes in features processing
|
||||
* Use dark theme for APRS charts. PR #1060
|
||||
* Move Feature workers to thread. PR #1059
|
||||
* Make Sat Tracker GUI expanding. PR #1057
|
||||
* Add links to documentation in channel and feature GUIs. PR #1056
|
||||
* Save/restore rollup state in channel plugins. PR #1055
|
||||
* Remove sorting of channels and features when saving presets in GUI. Fixes #1051
|
||||
* ChirpChat demod: API changes and fixes
|
||||
* Add better Map API key support. PR #1054
|
||||
* Save/restore rollup state in features. PR #1053
|
||||
* GS232 Rotator Controller updates. Fixes #1045. PR #1052
|
||||
* IEEE 802.15.4 modulator: API and GUI changes
|
||||
* Packet modulator: API changes
|
||||
* Remote Input: prevent nullptr
|
||||
* Center ADS-B map on My Location when map is first opened. PR #1048
|
||||
* ADS-B Updates. Fix positioning of Home antenna. PR #1047
|
||||
* Add support for POWER architecture. PR #1046
|
||||
* ADSB demod: added auto target checkbox in notifications table.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 26 Nov 2021 21:16:24 +0100
|
||||
|
||||
sdrangel (6.17.3-1) unstable; urgency=medium
|
||||
|
||||
* Noise Figure: add support for sweeping gain and other device settings. PR #1020
|
||||
|
@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
# configure version
|
||||
set(sdrangel_VERSION_MAJOR "6")
|
||||
set(sdrangel_VERSION_MINOR "17")
|
||||
set(sdrangel_VERSION_PATCH "3")
|
||||
set(sdrangel_VERSION_PATCH "4")
|
||||
set(sdrangel_VERSION_SUFFIX "")
|
||||
|
||||
# SDRAngel cmake options
|
||||
|
24
debian/changelog
vendored
24
debian/changelog
vendored
@ -1,3 +1,27 @@
|
||||
sdrangel (6.17.4-1) unstable; urgency=medium
|
||||
|
||||
* Basic instance save and restore wihth scripts dump.py and config,py
|
||||
* API: fixes in features processing
|
||||
* Use dark theme for APRS charts. PR #1060
|
||||
* Move Feature workers to thread. PR #1059
|
||||
* Make Sat Tracker GUI expanding. PR #1057
|
||||
* Add links to documentation in channel and feature GUIs. PR #1056
|
||||
* Save/restore rollup state in channel plugins. PR #1055
|
||||
* Remove sorting of channels and features when saving presets in GUI. Fixes #1051
|
||||
* ChirpChat demod: API changes and fixes
|
||||
* Add better Map API key support. PR #1054
|
||||
* Save/restore rollup state in features. PR #1053
|
||||
* GS232 Rotator Controller updates. Fixes #1045. PR #1052
|
||||
* IEEE 802.15.4 modulator: API and GUI changes
|
||||
* Packet modulator: API changes
|
||||
* Remote Input: prevent nullptr
|
||||
* Center ADS-B map on My Location when map is first opened. PR #1048
|
||||
* ADS-B Updates. Fix positioning of Home antenna. PR #1047
|
||||
* Add support for POWER architecture. PR #1046
|
||||
* ADSB demod: added auto target checkbox in notifications table.
|
||||
|
||||
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Fri, 26 Nov 2021 21:16:24 +0100
|
||||
|
||||
sdrangel (6.17.3-1) unstable; urgency=medium
|
||||
|
||||
* Noise Figure: add support for sweeping gain and other device settings. PR #1020
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor AISDemodPlugin::m_pluginDescriptor = {
|
||||
AISDemod::m_channelId,
|
||||
QStringLiteral("AIS Demodulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -27,7 +27,7 @@
|
||||
const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = {
|
||||
ChirpChatDemod::m_channelId,
|
||||
QStringLiteral("ChirpChat Demodulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor PacketDemodPlugin::m_pluginDescriptor = {
|
||||
PacketDemod::m_channelId,
|
||||
QStringLiteral("Packet Demodulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor PagerDemodPlugin::m_pluginDescriptor = {
|
||||
PagerDemod::m_channelId,
|
||||
QStringLiteral("Pager Demodulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor RemoteSinkPlugin::m_pluginDescriptor = {
|
||||
RemoteSink::m_channelId,
|
||||
QStringLiteral("Remote channel sink"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor IEEE_802_15_4_ModPlugin::m_pluginDescriptor = {
|
||||
IEEE_802_15_4_Mod::m_channelId,
|
||||
QStringLiteral("802.15.4 Modulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor AISModPlugin::m_pluginDescriptor = {
|
||||
AISMod::m_channelId,
|
||||
QStringLiteral("AIS Modulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -28,7 +28,7 @@
|
||||
const PluginDescriptor ChirpChatModPlugin::m_pluginDescriptor = {
|
||||
ChirpChatMod::m_channelId,
|
||||
QStringLiteral("ChirpChat Modulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
const PluginDescriptor PacketModPlugin::m_pluginDescriptor = {
|
||||
PacketMod::m_channelId,
|
||||
QStringLiteral("Packet Modulator"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor APRSPlugin::m_pluginDescriptor = {
|
||||
APRS::m_featureId,
|
||||
QStringLiteral("APRS"),
|
||||
QStringLiteral("6.8.0"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
const PluginDescriptor MapPlugin::m_pluginDescriptor = {
|
||||
Map::m_featureId,
|
||||
QStringLiteral("Map"),
|
||||
QStringLiteral("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
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("6.17.3"),
|
||||
QStringLiteral("6.17.4"),
|
||||
QStringLiteral("(c) Jon Beniston, M7RCE and Daniel Warner (SGP4 library)"),
|
||||
QStringLiteral("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
Loading…
Reference in New Issue
Block a user