Added multimon-ng integration and Flex decoder.
This commit is contained in:
parent
4ee2f77a19
commit
14beec3942
|
|
@ -1,4 +1,6 @@
|
||||||
**1.2.17**
|
**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 center frequency modifications surviving profile change.
|
||||||
- Fixed waterfall colors resetting when changing center frequency.
|
- Fixed waterfall colors resetting when changing center frequency.
|
||||||
- Fixed background decoding cases using resampler.
|
- Fixed background decoding cases using resampler.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
openwebrx (1.2.17) bullseye jammy; urgency=low
|
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 center frequency modifications surviving profile change.
|
||||||
* Fixed waterfall colors resetting when changing center frequency.
|
* Fixed waterfall colors resetting when changing center frequency.
|
||||||
* Fixed background decoding cases using resampler.
|
* Fixed background decoding cases using resampler.
|
||||||
|
|
||||||
-- Marat Fayzullin <luarvique@gmail.com> Tue, 23 May 2023 16:12:00 +0000
|
-- Marat Fayzullin <luarvique@gmail.com> Sat, 27 May 2023 16:12:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.16) bullseye jammy; urgency=low
|
openwebrx (1.2.16) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@ Vcs-Git: https://github.com/luarvique/openwebrx.git
|
||||||
Package: openwebrx
|
Package: openwebrx
|
||||||
Architecture: all
|
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}
|
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
|
Description: multi-user web sdr
|
||||||
Open source, multi-user SDR receiver with a web interface
|
Open source, multi-user SDR receiver with a web interface
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue