Preparing for the release.

This commit is contained in:
Marat Fayzullin 2023-05-29 21:03:48 -04:00
parent 008189dc22
commit 686eec3935
2 changed files with 19 additions and 6 deletions

View File

@ -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**
- Integrated multimon-ng digital mode decoding suite.
- Added FLEX paging protocol decoder, provided by multimon-ng.

12
debian/changelog vendored
View File

@ -1,16 +1,16 @@
openwebrx (1.2.18) bullseye jammy; urgency=low
* 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 color identification for paging addresses.
* Added optional paging filter to only show readable messages.
* Added file browser support for text files (such as ISB logs).
* Enabled background service functionality for ISM and paging.
* 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 band plan.
* Added 433.92MHz ISM frequency to the bandplan.
-- Marat Fayzullin <luarvique@gmail.com> Sat, 3 Jun 2023 16:12:00 +0000