Skip to content

Releases: davewalker5/ADS-B-BaseStationReader

Version 1.22.0.0

19 Sep 08:35
603f67d
Compare
Choose a tag to compare
  • Added basic UI incorporating live tracking and database search
  • The initial version of the UI does not include aircraft position plotting

Version 1.20.0.0

04 Sep 07:18
Compare
Choose a tag to compare
  • If the log file name is blank, don't generate a log file
  • This is useful if the application is left running for extended periods, as it avoids problems arising from log file growth

Version 1.19.0.0

02 Sep 07:29
d367847
Compare
Choose a tag to compare
  • Avoid unnecessary aircraft record duplications for the same flight

Version 1.18.0.0

01 Sep 12:35
cb1d3e7
Compare
Choose a tag to compare
  • Add the ability to record aircraft position over time

Version 1.17.0.0

29 Aug 11:00
21d982a
Compare
Choose a tag to compare
  • Refactored main program for the terminal application to improve structure
  • Support customisable columns in the terminal application table
  • Add new aircraft to the top of the table, not the bottom
  • Support an optional limit on the number of rows in the table at any one time

Version 1.16.0.0

28 Aug 08:16
8608cce
Compare
Choose a tag to compare
  • Introduce a mockable logging wrapper
  • Collect log information from the following:
    • The Message Reader
    • The Aircraft Tracker
    • The Queued Writer
  • Specifically, make sure that any exceptions thrown by subscribers to these classes are captured, logged and then sunk to ensure the application continues to run

Version 1.15.0.0

27 Aug 21:18
6123427
Compare
Choose a tag to compare

Fix issue where updates stop and all the rows in the table gradually go stale and are removed

Version 1.14.0.0

27 Aug 13:38
2cf9d38
Compare
Choose a tag to compare
  • Fix application crash (blank tracking table) when the SQL writer is disabled

Version 1.13.0.0

27 Aug 12:26
403cd1b
Compare
Choose a tag to compare
  • Added command line arguments support to modify the default properties supplied by the config file

Version 1.10.0.0

25 Aug 13:04
197222b
Compare
Choose a tag to compare
  • Implementation of mockable timer to improve unit test stability
  • Improve code coverage by excluding migrations