From b605927207694edd20f3f5f72ac60cc8909303a8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 31 Mar 2021 00:34:55 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 7 +++++-- debian/changelog | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b6785..d5ed0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,11 @@ - "WFM" changed to 150kHz - "Packet" (APRS) changed to 12.5kHz - Configuration rework: - - System configuration separated - - Started replacing `config_webrx.py` with web configuration options + - New: fully web-based configuration interface + - System configuration parameters have been moved to a new, separate `openwebrx.conf` file + - Remaining parameters are now editable in the web configuration + - Existing `config_webrx.py` files will still be read, but changes made in the web configuration will be written to + a new storage system - Added upload of avatar and panorama image via web configuration - New devices supported: - HPSDR devices (Hermes Lite 2) diff --git a/debian/changelog b/debian/changelog index 9976157..2b61b7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,12 @@ openwebrx (0.21.0) UNRELEASED; urgency=low - "WFM" changed to 150kHz - "Packet" (APRS) changed to 12.5kHz * Configuration rework: - - System configuration separated - - Started replacing `config_webrx.py` with web configuration options + - New: fully web-based configuration interface + - System configuration parameters have been moved to a new, separate + `openwebrx.conf` file + - Remaining parameters are now editable in the web configuration + - Existing `config_webrx.py` files will still be read, but changes made in + the web configuration will be written to a new storage system - Added upload of avatar and panorama image via web configuration * New devices supported: - HPSDR devices (Hermes Lite 2) (`"type": "hpsdr"`)