Skip to content

Commit

Permalink
CHANGELOG.md: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Feb 3, 2024
1 parent 5560588 commit cc13eb5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,50 +15,50 @@

## Version 1.4.1 (2023-03-26)

- Fixed a bug which caused incorrect decoding of some uplink MPDUs
* Fixed a bug which caused incorrect decoding of some uplink MPDUs
containing multiple LPDUs destined to the same aircraft (thx Dick,
acarslogger)

## Version 1.4.0 (2022-11-14)

- Added support for periodic noise floor reporting via Etsy StatsD. This
* Added support for periodic noise floor reporting via Etsy StatsD. This
allows long-term noise floor monitoring and trending on all monitored
HFDL channels. Enable with `--noise-floor-stats-interval <interval_seconds>`
command line option (together with `--statsd address:port`, of course).
- Better handling of network errors when producing output to networked
* Better handling of network errors when producing output to networked
outputs (TCP, UDP, ZMQ). When the message delivery fails, the message
now gets requeued and redelivered when the connection is reestablished.
- A few optimizations resulting in slightly lower CPU usage.
* A few optimizations resulting in slightly lower CPU usage.

## Version 1.3.0 (2022-03-16)

- Added support for formatting decoded messages as JSON.
* Added support for formatting decoded messages as JSON.

## Version 1.2.1 (2022-02-26)

- Fixed a bug that caused manual gain settings to be ineffective on devices
* Fixed a bug that caused manual gain settings to be ineffective on devices
which have auto gain enabled by default. dumphfdl now turns off AGC
explicitly before setting gain elements.

## Version 1.2.0 (2021-11-17)

- Noise floor and signal level estimates are now computed and printed in
* Noise floor and signal level estimates are now computed and printed in
message headers.
- Added --freq-as-squawk option which uses squawk field in the Basestation feed
* Added --freq-as-squawk option which uses squawk field in the Basestation feed
to convey HFDL channel frequency on which the position information has been
received.
- The program can now decode data from I/Q samples piped onto standard input.
* The program can now decode data from I/Q samples piped onto standard input.
This allows interoperation with I/Q data sources like GNURadio or KiwiSDR.
- Added `--read-buffer-size` option for setting input buffer size when decoding
* Added `--read-buffer-size` option for setting input buffer size when decoding
from an I/Q file or from standard input.
- Slightly better sensitivity.
* Slightly better sensitivity.

## Version 1.1.0 (2021-10-29)

- Improved sensitivity (less CRC errors)
- Reduced CPU usage
- The program now builds and runs under MacOS
* Improved sensitivity (less CRC errors)
* Reduced CPU usage
* The program now builds and runs under MacOS

## Version 1.0.0 (2021-10-15)

- First public release
* First public release

0 comments on commit cc13eb5

Please sign in to comment.