diff --git a/src/2023.11.22.md b/src/2023.11.22.md new file mode 100644 index 0000000..d96b1df --- /dev/null +++ b/src/2023.11.22.md @@ -0,0 +1,28 @@ +# 2023-11-22 Release Notes +

+ + +Happy Holidays! Not many updates this year, these are mostly dependency updates. + +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 v2023.11.22](https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22) +See [CHANGELOG.md](https://github.com/rsadsb/adsb_deku/blob/v2023.11.22/CHANGELOG.md) for detailed notes on `adsb_deku` libraries, `radar`, and `1090`. + +- Released `0.6.3` of [rsadsb_common](https://crates.io/crates/rsadsb_common) +- Released `0.7.0` of [adsb_deku](https://crates.io/crates/adsb_deku) +- We now use [ratatui](https://ratatui.rs/). Great to see this being properly maintained! +- Other dependency updates + +### [dump1090 v0.7.0](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0) +See [CHANGELOG.md](https://github.com/rsadsb/dump1090_rs/blob/v0.7.0/CHANGELOG.md) for detailed notes on `dump1090_rs`. + +- Update `--host` to support IPv6 [!67](https://github.com/rsadsb/dump1090_rs/pull/67) Thanks [@daviessm](https://github.com/daviessm) +- Add bladeRF 2.0 micro xA4 support [!21](https://github.com/rsadsb/dump1090_rs/pull/87) Thanks [@tjmullicani](https://github.com/tjmullicani) +- Other dependency updates diff --git a/src/home.md b/src/home.md index 27a4dce..feb0a2a 100644 --- a/src/home.md +++ b/src/home.md @@ -20,7 +20,7 @@ See [quickstart](quickstart.md) for the easy installation process. ## Latest Release ### Major -[2022-12-29](2022.12.29.md) +[2023-11-22](2023.11.22.md) ### Minor N/A diff --git a/src/quickstart.md b/src/quickstart.md index c6dc31d..8b0db95 100644 --- a/src/quickstart.md +++ b/src/quickstart.md @@ -1,5 +1,5 @@ # ADS-B Quick Start Installation Guide -_last edited: 2022/12/29_ +_last edited: 2023/11/22_ This guide will give you a quick and easy to setup system to demodulate and decode ADS-B messages using this Rust software! For a good technical intro into what ADS-B is and how it is decoded, see the following [guide](https://mode-s.org/decode/). @@ -44,17 +44,17 @@ 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.6.1/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz +> wget https://github.com/rsadsb/dump1090_rs/releases/download/v0.7.0/dump1090_rs-x86_64-unknown-linux-gnu.tar.gz > tar -xf dump1090_rs-x86_64-unknown-linux-gnu.tar.gz # download radar -> wget https://github.com/rsadsb/adsb_deku/releases/download/v2022.12.29/radar-x86_64-unknown-linux-gnu.tar.gz +> wget https://github.com/rsadsb/adsb_deku/releases/download/v2023.11.22/radar-x86_64-unknown-linux-gnu.tar.gz > tar -xf radar-x86_64-unknown-linux-gnu.tar.gz ``` `ARM` releases are also available: -- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.6.1) -- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2022.12.29) +- [dump1090_rs](https://github.com/rsadsb/dump1090_rs/releases/tag/v0.7.0) +- [radar](https://github.com/rsadsb/adsb_deku/releases/tag/v2023.11.22) ## (Optional) Install from source for max performance diff --git a/src/rsadsb_releases.md b/src/rsadsb_releases.md index 0abd676..dbaba5d 100644 --- a/src/rsadsb_releases.md +++ b/src/rsadsb_releases.md @@ -3,6 +3,7 @@ +- [2023-11-22](2023.11.22.md) - [2022-12-29](2022.12.29.md) - [v0.6.1](v0.6.1.md) - [v0.6.1](v0.6.1.md)