add changelog message

This commit is contained in:
Jakob Ketterl 2020-12-07 11:59:43 +01:00
parent 22a2bd1de1
commit 917884b5f5
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
**unreleased**
- 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
- Added support for new WSJT-X modes FST4 and FST4W (only available with WSJT-X 2.3)
- New devices supported:
- HPSDR devices (Hermes Lite 2)
- BBRF103 / RX666 / RX888 devices supported by libsddc

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ openwebrx (0.21.0) UNRELEASED; urgency=low
auto squelch level
* Removed `port` configuration option; `rtltcp_compat` takes the port number
with the new connectors
* Added support for new WSJT-X modes FST4 and FST4W (only available with
WSJT-X 2.3)
* New devices supported:
- HPSDR devices (Hermes Lite 2) (`"type": "hpsdr"`)
- BBRF103 / RX666 / RX888 devices supported by libsddc (`"type": "sddc"`)