Skip to content

Commit

Permalink
Merge pull request #174 from rsadsb/update-changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
wcampbell0x2a authored Aug 19, 2022
2 parents 049128f + 86b27df commit 74b2d10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `apps` follow semvar of `adsb_deku`

## [Unreleased]

## [v0.6.0] 2022-08-19

### rsadsb_common
- Added this library to have a library for the common data structures required for keeping aircraft
details in memory for embedded and non-embedded environments.
Expand All @@ -22,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `no_std` support through `--default-features = false` and `features = alloc`. See [rsadsb-embedded](https://github.com/rsadsb/rsadsb-embedded) for example usage.

### radar
- Added optionally showing tail numbers (Callsign) instead of ICAO hex callsign by using `--display-callsign` or `n` while in the Map screen.
- Release binary is now stripped. ~2.26MB -> ~1.24MB. MSRV is bumped to `1.59`.
- Remove unsecure `chrono` crate with secure `time` crate usage.
- Add `track`, `heading` to Map tab.
Expand Down

0 comments on commit 74b2d10

Please sign in to comment.