diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea4b25..964d80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - `airspy`: added support for `bitpack` - Added support for Perseus-SDR devices, (thanks @amontefusco) - Property System has been rewritten so that defaults on sdr behave as expected +- Waterfall range auto-adjustment now only takes the center 80% of the spectrum into account, which should work better + with SDRs that oversample or have rather flat filter curves towards the spectrum edges +- Bugfix for negative network usage +- FiFi SDR: prevent arecord from shutting down after 2GB of data has been sent **0.18.0** - Support for SoapyRemote diff --git a/debian/changelog b/debian/changelog index af7f6ec..180c7c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,12 @@ openwebrx (0.19.0) UNRELEASED; urgency=low * Added support for Perseus-SDR devices, (thanks @amontefusco) * Property System has been rewritten so that defaults on sdr behave as expected + * Waterfall range auto-adjustment now only takes the center 80% of the + spectrum into account, which should work better with SDRs that oversample + or have rather flat filter curves towards the spectrum edges + * Bugfix for negative network usage + * FiFi SDR: prevent arecord from shutting down after 2GB of data has been + sent -- Jakob Ketterl Thu, 20 Feb 2020 21:01:00 +0000