diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a12331e..c7151cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ **1.2.17** +- Integrated multimon-ng digital mode decoding suite. +- Added Flex paging protocol decoder, provided by multimon-ng. - Fixed center frequency modifications surviving profile change. - Fixed waterfall colors resetting when changing center frequency. - Fixed background decoding cases using resampler. diff --git a/debian/changelog b/debian/changelog index b5111b18..08616b3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ openwebrx (1.2.17) bullseye jammy; urgency=low + * Integrated multimon-ng digital mode decoding suite. + * Added Flex paging protocol decoder, provided by multimon-ng. * Fixed center frequency modifications surviving profile change. * Fixed waterfall colors resetting when changing center frequency. * Fixed background decoding cases using resampler. - -- Marat Fayzullin Tue, 23 May 2023 16:12:00 +0000 + -- Marat Fayzullin Sat, 27 May 2023 16:12:00 +0000 openwebrx (1.2.16) bullseye jammy; urgency=low diff --git a/debian/control b/debian/control index 78f48520..faa68c3a 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,6 @@ Vcs-Git: https://github.com/luarvique/openwebrx.git Package: openwebrx Architecture: all Depends: adduser, python3 (>= 3.5), python3-pkg-resources, owrx-connector (>= 0.6), soapysdr-tools, python3-csdr (>= 0.18.10), ${python3:Depends}, ${misc:Depends} -Recommends: python3-digiham (>= 0.6), direwolf (>= 1.4), wsjtx, js8call, runds-connector (>= 0.2), hpsdrconnector, aprs-symbols, m17-demod, js8call, python3-js8py (>= 0.1), nmux (>= 0.18), codecserver (>= 0.1), msk144decoder, imagemagick +Recommends: python3-digiham (>= 0.6), direwolf (>= 1.4), wsjtx, js8call, runds-connector (>= 0.2), hpsdrconnector, aprs-symbols, m17-demod, js8call, python3-js8py (>= 0.1), nmux (>= 0.18), codecserver (>= 0.1), msk144decoder, multimon-ng, imagemagick Description: multi-user web sdr Open source, multi-user SDR receiver with a web interface