update changelog

This commit is contained in:
Jakob Ketterl 2021-02-11 22:44:55 +01:00
parent c3d459558a
commit 690eed5d58
2 changed files with 17 additions and 0 deletions

View File

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

9
debian/changelog vendored
View File

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