diff --git a/CHANGELOG b/CHANGELOG index 780ef30b55..358b542897 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,39 @@ +sdrangel (7.20.1-1) unstable; urgency=medium + + * Fix Qt6 build. PR #2069 + * ADS-B: Fix map centering and station icon for Qt6. PR #2072 + * Fix bug that prevents settings changes updates via reverse API. PR #2066 + * SIDAddChannelsDialog: Make columns sortable. PR #2067 + * Fix build failure when Qt Location is not available. PR #2073 + * Fix "More '%' conversions than data arguments". PR #2075 + * Remove unused includes and use more direct includes. PR #2076 + * Make all include directives identical. PR #2076 + * Fix build of DAB demodulation plugin. PR #2076 + * Update the IPB beacons table only when the dialog is visible. PR #2068 + * Raise the Beacon, IBP Beacons an Radio Time dialogs. PR #2068 + * Close any open dialog when sdrangel quits. PR #2068 + * vkFFT: Fix building with recent Vulkan SDKs. PR #2087 + * Sdrplayv3: use SDRPLAY_MAX_DEVICES in enumOriginDevices(). PR #2088 + * AudioCATSISO: fixed CAT worker handling + * AudioCATSISO: fixed transverter processing + * AIS: Fix string decoding in safetey messages. Fixes #2094. PR #2096 + * ValueDial: Fix array being accessed out of range. PR #2096 + * BFM Demod: Delete baseband on stop(). PR #2104 + * Bring BFM demod closer to AM demod design. PR #2104 + * Don't call start() in Demod's constructors. Fixes #2102. PR #2104 + * SSDDemodGUI: Disable AGC widgets when AGC disable. PR #2104 + * Fix saving configurations after deleting some entries. PR #2109 + * Interferometer: added channel B gain control + * Interferometer: implement gain and phase in API + * LocalSink: update local input device list at construction time + * Interferometer: list local input devices and make update settings atomic + * Interferometer: added possibility to send correlated IQ to a Local Input device + * Interferometer: added localDeviceIndex and play to API + * LocalSink: refactored getLocalDevice method + * Metis MISO: added lock all Rx frequencies option + + -- Edouard Griffiths, F4EXB Sun, 15 May 2024 10:01:05 +0200 + sdrangel (7.20.0-1) unstable; urgency=medium * New Sudden Ionospheric Disturbance feature. PR #2052 @@ -24,7 +60,7 @@ sdrangel (7.20.0-1) unstable; urgency=medium * AIS Demod: Remove unused filter. PR #2052 * SkyMap: Fix erronous entry in source list. PR #2052 - -- Edouard Griffiths, F4EXB Sun, 14 Aprr 2024 09:15:24 +0200 + -- Edouard Griffiths, F4EXB Sun, 14 Apr 2024 09:15:24 +0200 sdrangel (7.19.1-1) unstable; urgency=medium diff --git a/CMakeLists.txt b/CMakeLists.txt index d6196e046a..fe3b62b2d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # configure version set(sdrangel_VERSION_MAJOR "7") set(sdrangel_VERSION_MINOR "20") -set(sdrangel_VERSION_PATCH "0") +set(sdrangel_VERSION_PATCH "1") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 650d20c40f..9d9e4c91ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +sdrangel (7.20.1-1) unstable; urgency=medium + + * Fix Qt6 build. PR #2069 + * ADS-B: Fix map centering and station icon for Qt6. PR #2072 + * Fix bug that prevents settings changes updates via reverse API. PR #2066 + * SIDAddChannelsDialog: Make columns sortable. PR #2067 + * Fix build failure when Qt Location is not available. PR #2073 + * Fix "More '%' conversions than data arguments". PR #2075 + * Remove unused includes and use more direct includes. PR #2076 + * Make all include directives identical. PR #2076 + * Fix build of DAB demodulation plugin. PR #2076 + * Update the IPB beacons table only when the dialog is visible. PR #2068 + * Raise the Beacon, IBP Beacons an Radio Time dialogs. PR #2068 + * Close any open dialog when sdrangel quits. PR #2068 + * vkFFT: Fix building with recent Vulkan SDKs. PR #2087 + * Sdrplayv3: use SDRPLAY_MAX_DEVICES in enumOriginDevices(). PR #2088 + * AudioCATSISO: fixed CAT worker handling + * AudioCATSISO: fixed transverter processing + * AIS: Fix string decoding in safetey messages. Fixes #2094. PR #2096 + * ValueDial: Fix array being accessed out of range. PR #2096 + * BFM Demod: Delete baseband on stop(). PR #2104 + * Bring BFM demod closer to AM demod design. PR #2104 + * Don't call start() in Demod's constructors. Fixes #2102. PR #2104 + * SSDDemodGUI: Disable AGC widgets when AGC disable. PR #2104 + * Fix saving configurations after deleting some entries. PR #2109 + * Interferometer: added channel B gain control + * Interferometer: implement gain and phase in API + * LocalSink: update local input device list at construction time + * Interferometer: list local input devices and make update settings atomic + * Interferometer: added possibility to send correlated IQ to a Local Input device + * Interferometer: added localDeviceIndex and play to API + * LocalSink: refactored getLocalDevice method + * Metis MISO: added lock all Rx frequencies option + + -- Edouard Griffiths, F4EXB Sun, 15 May 2024 10:01:05 +0200 + sdrangel (7.20.0-1) unstable; urgency=medium * New Sudden Ionospheric Disturbance feature. PR #2052