From aa4362fe9fdba1a8fb49f453826fb5c912bbb81b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 20 Apr 2020 22:12:33 +0200 Subject: [PATCH] add js8 to the changelog --- CHANGELOG.md | 3 +++ debian/changelog | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ae9f0..23dab09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/debian/changelog b/debian/changelog index ded59bd..b4497f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 20 Feb 2020 21:01:00 +0000