Preparing for the release.

This commit is contained in:
Marat Fayzullin 2023-05-31 19:39:39 -04:00
parent 59695652d1
commit 49c869a97d
2 changed files with 6 additions and 4 deletions

View File

@ -5,8 +5,9 @@
- Added HFDL decoder via dumphfdl.
- 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.
- Added file browser support for text logs (such as ISM or HFDL).
- Added HFDL-based aircraft display to the map.
- Enabled background service functionality for HFDL, ISM, and PAGE.
- Enabled squelch support for SELCALL, SSTV, and FAX decoders.
- Changed read() to read1() in PopenModule to get immediate input.
- Made PopenModule kill process that refuses to terminate on its own.

5
debian/changelog vendored
View File

@ -6,8 +6,9 @@ openwebrx (1.2.18) bullseye jammy; urgency=low
* Added HFDL decoder via dumphfdl.
* 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.
* Added file browser support for text logs (such as ISM or HFDL).
* Added HFDL-based aircraft display to the map.
* Enabled background service functionality for HFDL, ISM, and PAGE.
* Enabled squelch support for SELCALL, SSTV, and FAX decoders.
* Changed read() to read1() in PopenModule to get immediate input.
* Made PopenModule kill process that refuses to terminate on its own.