Skip to content

Commit

Permalink
Use dump1090 0.8.1 for newest release
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Sep 4, 2024
1 parent 91d19a6 commit 79f2a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/2024.09.02.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 2024-09-02 Release Notes
_last edited: 2024/09/03_
<p align="center">
<img src="https://raw.githubusercontent.com/rsadsb/adsb_deku/master/media/logo.png")
</p>
Expand Down Expand Up @@ -27,3 +28,6 @@ See [CHANGELOG.md](https://github.com/rsadsb/dump1090_rs/blob/v0.8.0/CHANGELOG.m
- Update MSRV to `1.74`
- Properly decode short ADSB messages
- Add `--quiet` to remove hex output of decoded message bytes

### Updated performance! [dump1090 v0.8.1](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.1)
See [CHANGELOG.md](https://github.com/rsadsb/dump1090_rs/blob/v0.8.1/CHANGELOG.md) for detailed notes on `dump1090_rs`.
4 changes: 2 additions & 2 deletions src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Binaries can be downloaded from the latest releases of our software on github.
The following is an example for `x86_64`.
```
# download dump1090_rs
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.8.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.8.1/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
> tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz
# download radar
Expand All @@ -53,7 +53,7 @@ The following is an example for `x86_64`.
```

`ARM` releases are also available:
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.0)
- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.1)
- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2024.09.02)


Expand Down

0 comments on commit 79f2a72

Please sign in to comment.