add js8 to the changelog

This commit is contained in:
Jakob Ketterl 2020-04-20 22:12:33 +02:00
parent 0c12d07a26
commit aa4362fe9f
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,9 @@
- Added support for bias tee control on rtl_sdr devices
- All connector driven SDRs now support `"rf_gain": "auto"` to enable AGC
- `rtl_sdr` type now also supports the `direct_sampling` option
- Added decoding implementation for for digimode "JS8Call"
(requires an installation of [js8call](http://js8call.com/) and
[the js8py library](https://github.com/jketterl/js8py))
**0.18.0**
- Support for SoapyRemote

2
debian/changelog vendored
View File

@ -19,6 +19,8 @@ openwebrx (0.19.0) UNRELEASED; urgency=low
* Added support for bias tee control on rtl_sdr devices
* All connector driven SDRs now support `"rf_gain": "auto"` to enable AGC
* `rtl_sdr` type now also supports the `direct_sampling` option
* Added decoding implementation for for digimode "JS8Call" (requires an
installation of js8call and the js8py library)
-- Jakob Ketterl <jakob.ketterl@gmx.de> Thu, 20 Feb 2020 21:01:00 +0000