From 690eed5d58e5559c4f268da97a48dc42a3ae51ba Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 11 Feb 2021 22:44:55 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ debian/changelog | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d258e4..950947d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ - Added support for demodulating M17 digital voice signals using m17-cxx-demod - New reporting infrastructure, allowing WSPR and FST4W spots to be sent to wsprnet.org - Add some basic filtering capabilities to the map +- New commmand-line tool `openwebrx-admin` that facilitates the administration of users +- Default bandwidth changes: + - "WFM" changed to 150kHz + - "Packet" (APRS) changed to 12.5kHz +- Configuration rework: + - System configuration separated + - Started replacing `config_webrx.py` with web configuration options + - Added upload of avatar and panorama image via web configuration - New devices supported: - HPSDR devices (Hermes Lite 2) - BBRF103 / RX666 / RX888 devices supported by libsddc diff --git a/debian/changelog b/debian/changelog index 549d7b8..97f51cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,15 @@ openwebrx (0.21.0) UNRELEASED; urgency=low * New reporting infrastructure, allowing WSPR and FST4W spots to be sent to wsprnet.org * Add some basic filtering capabilities to the map + * New commmand-line tool `openwebrx-admin` that facilitates the + administration of users + * Default bandwidth changes: + - "WFM" changed to 150kHz + - "Packet" (APRS) changed to 12.5kHz + * Configuration rework: + - System configuration separated + - Started replacing `config_webrx.py` with web configuration options + - Added upload of avatar and panorama image via web configuration * New devices supported: - HPSDR devices (Hermes Lite 2) (`"type": "hpsdr"`) - BBRF103 / RX666 / RX888 devices supported by libsddc (`"type": "sddc"`)