Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2024.09.02 page #16

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/2024.09.02.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 2024-09-02 Release Notes
<p align="center">
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>

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
Loading