From f8ceb31db9826022b3df269620d811407d4c141f Mon Sep 17 00:00:00 2001 From: wcampbell Date: Mon, 2 Sep 2024 18:59:41 -0400 Subject: [PATCH] Add 2024.09.02 page --- src/2024.09.02.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/2024.09.02.md diff --git a/src/2024.09.02.md b/src/2024.09.02.md new file mode 100644 index 0000000..663b829 --- /dev/null +++ b/src/2024.09.02.md @@ -0,0 +1,29 @@ +# 2024-09-02 Release Notes +

+ + +It's been a quiet year, but here are some updates to capture more airplanes for _both_ applications! + +As always, check out [quickstart guide](quickstart.md) for a installation guide. + +## Links / Changelogs + +All code is released under the [github/rsadsb](https://github.com/rsadsb) account. +Release binaries are available at the following links. + +### [adsb_deku v2024.09.02](https://github.com/rsadsb/adsb_deku/releases/tag/v2024.09.02) +See [CHANGELOG.md](https://github.com/rsadsb/adsb_deku/blob/v2024.09.02/CHANGELOG.md) for detailed notes on `adsb_deku` libraries, `radar`, and `1090`. + +- Released `0.7.0` of [rsadsb_common](https://crates.io/crates/rsadsb_common) +- Released `0.7.1` of [adsb_deku](https://crates.io/crates/adsb_deku) +- `DF::TisB` messages can now be applied to airplane positions +- Fix cpr calculations by forcing mod operations to be positive +- Other dependency updates + +### [dump1090 v0.8.0](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.0) +See [CHANGELOG.md](https://github.com/rsadsb/dump1090_rs/blob/v0.8.0/CHANGELOG.md) for detailed notes on `dump1090_rs`. + +- Update MSRV to `1.74` +- Properly decode short ADSB messages +- Add `--quiet` to remove hex output of decoded message bytes