Skip to content

Commit

Permalink
Merge pull request #16 from rsadsb/publish-2024-09-02
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a authored Sep 2, 2024
2 parents 61262e3 + f8ceb31 commit 91d19a6
Showing 1 changed file with 29 additions and 0 deletions.
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

0 comments on commit 91d19a6

Please sign in to comment.