diff --git a/CHANGELOG.md b/CHANGELOG.md index 329834a..c8ecf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Introduced `squelch_auto_margin` config option that allows configuring the auto squelch level - Removed `port` configuration option; `rtltcp_compat` takes the port number with the new connectors - New devices supported: + - HPSDR devices (Hermes Lite 2) - BBRF103 / RX666 / RX888 devices supported by libsddc - Devices using the EB200 protocol diff --git a/debian/changelog b/debian/changelog index 81a61b8..1bef262 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ openwebrx (0.21.0) UNRELEASED; urgency=low * Removed `port` configuration option; `rtltcp_compat` takes the port number with the new connectors * New devices supported: - - BBRF103 / RX666 / RX888 devices supported by libsddc - - Devices using the EB200 protocol + - HPSDR devices (Hermes Lite 2) (`"type": "hpsdr"`) + - BBRF103 / RX666 / RX888 devices supported by libsddc (`"type": "sddc"`) + - Devices using the EB200 protocol (`"type": "eb200"`) -- Jakob Ketterl Sun, 11 Oct 2020 21:12:00 +0000