From 4d90b77943b73df47a6b458038607c2a65890bce Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 6 May 2023 23:22:47 -0400 Subject: [PATCH] Preparing for 1.2.14 release. --- CHANGELOG.md | 8 ++++++++ debian/changelog | 11 +++++++++++ debian/control | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eee455fd..55b657cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +**1.2.14** +- Added automatic image conversion to PNG (requires ImageMagick). +- Ported MSK144 decoder from Jakob's development OWRX branch. +- Improved FAX parser, fixing several issues. +- Fixed color order issue with SSTV and FAX displays. +- Fixed several issues in the SSTV parser. +- Moved 4m band edges to fit most country-specific allocations. + **1.2.13** - Added synchronous AM demodulator (SAM). - Added 12.5kHz and 25kHz tuning steps. diff --git a/debian/changelog b/debian/changelog index 27a08ec0..5991d4d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +openwebrx (1.2.14) bullseye jammy; urgency=low + + * Added automatic image conversion to PNG (requires ImageMagick). + * Ported MSK144 decoder from Jakob's development OWRX branch. + * Improved FAX parser, fixing several issues. + * Fixed color order issue with SSTV and FAX displays. + * Fixed several issues in the SSTV parser. + * Moved 4m band edges to fit most country-specific allocations. + + -- Marat Fayzullin Sat, 6 May 2023 16:12:00 +0000 + openwebrx (1.2.13) bullseye jammy; urgency=low * Added synchronous AM demodulator (SAM). diff --git a/debian/control b/debian/control index 638feee6..9c4939ee 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.9), ${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 +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 Description: multi-user web sdr Open source, multi-user SDR receiver with a web interface