Preparing for the release.
This commit is contained in:
parent
008189dc22
commit
686eec3935
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
||||||
|
**1.2.18**
|
||||||
|
- Integrated rtl-433 ISM decoding suite.
|
||||||
|
- Added universal PAGE decoder (POCSAG + FLEX) via multimon-ng.
|
||||||
|
- Added ISM decoder via rtl-433.
|
||||||
|
- Added color identification for pager addresses.
|
||||||
|
- Added optional filter to only show readable pager messages.
|
||||||
|
- Added file browser support for text files (such as ISM logs).
|
||||||
|
- Enabled background service functionality for ISM and PAGE.
|
||||||
|
- Enabled squelch support for SELCALL, SSTV, and FAX decoders.
|
||||||
|
- Changed read() to read1() in PopenModule to get immediate input.
|
||||||
|
- Disabled the original POCSAG decoder, superseded by the new one.
|
||||||
|
- Added 433.92MHz ISM frequency to the bandplan.
|
||||||
|
|
||||||
**1.2.17**
|
**1.2.17**
|
||||||
- Integrated multimon-ng digital mode decoding suite.
|
- Integrated multimon-ng digital mode decoding suite.
|
||||||
- Added FLEX paging protocol decoder, provided by multimon-ng.
|
- Added FLEX paging protocol decoder, provided by multimon-ng.
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,16 @@
|
||||||
openwebrx (1.2.18) bullseye jammy; urgency=low
|
openwebrx (1.2.18) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* Integrated rtl-433 ISM decoding suite.
|
* Integrated rtl-433 ISM decoding suite.
|
||||||
* Added universal paging decoder (POCSAG + FLEX) via multimon-ng.
|
* Added universal PAGE decoder (POCSAG + FLEX) via multimon-ng.
|
||||||
* Added ISM decoder via rtl-433.
|
* Added ISM decoder via rtl-433.
|
||||||
* Added color identification for paging addresses.
|
* Added color identification for pager addresses.
|
||||||
* Added optional paging filter to only show readable messages.
|
* Added optional filter to only show readable pager messages.
|
||||||
* Added file browser support for text files (such as ISB logs).
|
* Added file browser support for text files (such as ISM logs).
|
||||||
* Enabled background service functionality for ISM and paging.
|
* Enabled background service functionality for ISM and PAGE.
|
||||||
* Enabled squelch support for SELCALL, SSTV, and FAX decoders.
|
* Enabled squelch support for SELCALL, SSTV, and FAX decoders.
|
||||||
* Changed read() to read1() in PopenModule to get immediate input.
|
* Changed read() to read1() in PopenModule to get immediate input.
|
||||||
* Disabled the original POCSAG decoder, superseded by the new one.
|
* Disabled the original POCSAG decoder, superseded by the new one.
|
||||||
* Added 433.92MHz ISM frequency to the band plan.
|
* Added 433.92MHz ISM frequency to the bandplan.
|
||||||
|
|
||||||
-- Marat Fayzullin <luarvique@gmail.com> Sat, 3 Jun 2023 16:12:00 +0000
|
-- Marat Fayzullin <luarvique@gmail.com> Sat, 3 Jun 2023 16:12:00 +0000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue