Skip to content

Latest commit

 

History

History
223 lines (193 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

223 lines (193 loc) · 11.2 KB

Changelog

Binary releases are given a date and a release within this file. All libraries are pushed to crates.io with semver in mind. Libraries are released without a new release date within this changelog, since this pertains to binary (package) releases.

[Package Unreleased]

[2024-09-02]

radar / 1090 v0.7.0

  • Bump dependancy ratatui to `0.27.0```
  • Bumped MSRV to 1.74.0

rsadsb_common v0.7.0

  • Rename add_position to update_position
  • Add DF::TisB to update_position
  • Bumped MSRV to 1.74.0

adsb_deku v0.7.1

  • Fix cpr calculations by forcing mod operation to be positive
  • Bumped MSRV to 1.74.0

[2023-11-22]

radar / 1090 v0.6.3

  • Bump dependancy libm to 0.2.8
  • Bump dependancy crossterm to 0.27.0
  • Bump dependancy gpsd_proto to 1.0.0
  • Bump dependancy tracing to 0.1.40
  • Bump dependancy tracing-subscriber to 0.3.17
  • Bump dependancy time to 0.3.30
  • Change dependancy from tui 0.19.0 to ratatui 0.24.0
  • Bumped MSRV to 1.70.0

rsadsb_common v0.6.2

  • Bump dependancy libm to 0.2.8
  • Bump dependancy tracing to 0.1.40
  • Bump dependancy serde_with to 3.4.0
  • Bumped MSRV to 1.70.0

adsb_deku v0.7.0

  • Bump dependancy deku to 0.16.0
  • Bump dependancy libm to 0.2.8
  • Bumped MSRV to 1.70.0

rsadsb_common v0.6.2

  • Added optional serde feature for the serialization into formats such as json or toml.

adsb_deku v0.6.3

  • Added optional serde feature for the serialization into formats such as json or toml.

[2022-12-29]

  • MSRV for all libs/bins is bumped to 1.64 for using new workspace package feature.

adsb_deku

  • Update version: 0.6.2
  • Update to deku 0.15.1

radar

  • Update version: 0.6.2
  • Update to clap v4

1090

  • Update version: 0.6.2
  • Update to clap v4

[v0.6.1] 2022-09-10

radar

  • Remove --display-callsign, Add `--disable-callsign. Display only ICAO number instead of Callsign / Tail Number
  • Help tab will now show more help

[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.
  • This library was previously in apps/src/lib.rs, and has been updated to support embedded no_std environments.

adsb_deku

  • Altitude::alt has been changed to the size of u16, and is now correctly enclosed in an Option.
  • AC13Field::altitude has been change to the size of u16.
  • Add asserts for empty CapabilityClassAirborne::{reserved0, reserved1}.
  • ControlField was refactored for TisB support, moving from an enum into ME and ICAO fields.
  • Add no_std support through --default-features = false and features = alloc. See 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.
    • Track: Display the previous positions of an aircraft since it was tracked. Use key: t to turn off, or --disable-track cli option.
    • Heading: Display an arrow to show the direction of the tracked aircraft. Use key: h to turn off, or --disable-heading cli option.
  • Add key: i to trigger disable of ICAO names above aircraft positions.
  • Add Stats Tab, with Max Distance, Most Airplanes, and Total Airplanes Tracked.
  • Fix terminal escape codes for mouse control. Thanks (@paunstefan) (!124).
  • Reduce precision of all f32s to 3. (for longitude, latitude, heading displays).
  • Add --retry-tcp for trying to connect to a dump1090 instance if it crashes. Add tui screen to alert user instead of crashing.
  • Fix usize overflow when selecting airplanes. Thanks (@andelf) (!140).
  • Add aarch64-unknown-linux-gnu CI build/support (!168

1090

  • Release binary is now stripped. ~1.2MB -> 440KB. MSRV is bumped to 1.59.
  • Add aarch64-unknown-linux-gnu CI build/support (!168

[v0.5.1] 2022-02-13

radar

  • fix: Swap Airplanes table "Latitude" and "Longitude", found by reddit user @BanksOfTheOuchita (!111)

[v0.5.0] 2022-02-12

adsb_deku

  • refactor: improve fmt::Display of ControlField
  • fix(breaking): change OperationalCodeSurface.reserved from u16 to u8
  • fix: Handle negative cpr m value. Thanks (@amacd31) (!78)
  • bump msrv to 1.58.1

apps/radar

  • fix: breaking clap change, same syntax as before for --cities
  • fix: time related unwrap(). Thanks (@Jachdich) (!57)
  • feat: change logs to rotate daily instead of hourly
  • feat: add debug and error tracing of bytes and adsb_deku::Frame
  • feat: improve performance of latitude/longitude calculation
  • feat: add Mouse control for Map/Coverage lat/long position
  • feat: add Mouse control for tab selection
  • feat: add --touchscreen, three left-side buttons for zoom out, zoom in, reset screen actions
  • refactor: general code improvements and adding const usage
  • feat: add version info to logging
  • feat: improve user facing errors
  • feat(breaking): use mercator projection for map/coverage tabs, change --scale usage
  • feat: Update to clap v3.0.0
  • feat(breaking): change --scale to use * and /
  • feat: Add ctrl+c as quit option
  • feat: fix position mis decoding with (!101), fixing: (#21)
  • feat(breaking): --cities has been renamed to --locations
  • bump msrv to 1.58.1
  • feat: add --airports and --airports-tz-filter for import csv file from https://github.com/mborsetti/airportsdata. (!103), fixing: (#39)

apps/1090

  • bump msrv to 1.58.1

Other

  • feat: add test, check, and release binaries for x86_64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf, and aarch64-linux-android

[v0.4.0] 2021-12-08

adsb_deku

  • Add AircraftStatusType::ACASRaBroadcast
  • Add OperationStatus::Reserved
  • Add AirborneVelocityMessage::{Reserved0(1), Reserved1(5..=7)}
  • Assert TargetStateAndStatus.subtype == 1. This is currently tracked by: #30
  • Rename TargetStateAndStatusInformation.vnac to vnav

Apps

  • [radar] Use TAB key to change tabs (@wiseman) (!26)
  • [radar] Add Call sign, Speed, Vertical Speed, Number of messages to Table view. (@wiseman) (!29)
  • [radar] fix broken TCP pipe to ADS-B server, exiting correctly
  • [radar] Coverage Optimize render by reducing the size of Vec
  • [radar] Add --gpsd and --gpsd-ip for automatic updating of lat/long position from a gpsd daemon on port: 2947.
  • [radar] Add --scale to control scale of Radar and Coverage. Closes: #36
  • [radar] Show Airplanes (amount) in tui Titles. Closes: #31
  • [radar] Add --filter-time for reducing the amount of mis-decodes. Reduces the default max time between messages from 60 to 10 seconds.
  • [1090] Remove --disable-airplanes. This feature differs from the radar implementation, and thus is outdated.
  • [radar] Coverage Add gradient of whitespace gray->white to denote how often an aircraft was seen. This functions as a heatmap of sorts.
  • [radar] Tracing / Logging
    • Add tracing for logging to a default ./logs directory information about ADS-B information.
    • Control base folder using the --log-folder option.
    • We use the environment variable RUST_LOG for controlling the level of verbosity. The default is info.
    • The following is an example of using the debug level.
> RUST_LOG=debug cargo r -- ...

Other

  • Add Benchmark tools and readme information
  • Rework README.md file

[v0.3.0] 2021-10-31

adsb_deku

  • Fix #8 - Support ME::AircraftOperationStatus Surface Status message parsing
  • Add QNH to fmt::Display for ME::TargetStateAndStatusInformation
  • Remove NUC/NIC from fmt::Display for Altitude
  • Fix/Add Emergency Status to fmt::Display for ME::AircraftStatus
  • Fix #10 - Support AirborneVelocity Airspeed fmt::Display
  • Fix #11 and #12 - Add ME::NoPosition and fmt::Display
  • Add fmt::Display for ME::Reserved0
  • Add fmt::Display for ME::Reserved1
  • Fix #13 - Correct Altitude for Mode C Messages, thanks (@wiseman)
  • Support some BDS fields for Comm-B messages
  • Add ME::AircraftOperationalCoordination

Apps

  • [radar] Enforce minimum constraint on size of tab text
  • [radar] Add + and - for zooming the map during operation
  • [radar] Add Up, Down, Left, and Right for moving map (lat/long). Enter for resetting Map.
  • [radar] Display current Lat/Long in tui
  • [radar] Add Airplanes tab for display of all airplanes(lat, long, altitude) in table format. Allow selection in table with Up, Down, and Enter keys for moving to the Map tab centered at selected aircraft.

[v0.2.0] 2021-10-17

adsb_deku

  • Moved all ADS-B related struct/enum parsing into adsb module for improve documentation and separation of functionality
  • DF::CommDExtendedLengthMessage now matches 24..=31
  • Improve/Enable parsing/fmt::Display of Tis-B messages. Thanks (@wiseman) for test data
  • Add ME::SurfaceSystemStatus

Apps

  • Improve clap --help for all apps
  • [1090] Add --disable-airplanes to disable airplane lat/long/altitude output
  • [1090] Add --debug for displaying Debug trait output
  • [1090] Add --panic-display and --panic-decode for optional testing
  • [radar] Rename ADSB Tab to MAP
  • [radar] Remove blocking TcpStream, thus making tui work while waiting for new ADS-B message
  • [radar, 1090] Add --host and --port (@wiseman) (!1)

[v0.1.1] 2021-10-12

Apps

  • [radar] Add `--disable-lat-long. This removes the display of the lat/long position in radar mode and just displays ICAO callsign.
  • [radar] Add Coverage tab. Instead of displaying the currently tracked aircrafts, display all detected aircrafts over time as plots
  • [radar] Fix lat/long scaling issues in both display modes

[v0.1.0] 2021-09-21

adsb_deku

  • [adsb_deku] Initial Release

Apps

  • [radar] Initial Release
  • [1090] Initial Release