update changelogs

This commit is contained in:
Jakob Ketterl 2021-03-31 00:34:55 +02:00
parent 3696272ef7
commit b605927207
2 changed files with 11 additions and 4 deletions

View File

@ -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)

8
debian/changelog vendored
View File

@ -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"`)