Preparing for 1.2.14 release.
This commit is contained in:
parent
d6b2a0a7de
commit
4d90b77943
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 <luarvique@gmail.com> Sat, 6 May 2023 16:12:00 +0000
|
||||
|
||||
openwebrx (1.2.13) bullseye jammy; urgency=low
|
||||
|
||||
* Added synchronous AM demodulator (SAM).
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue