Releases: davewalker5/ADS-B-BaseStationReader
Releases · davewalker5/ADS-B-BaseStationReader
Version 1.22.0.0
- 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
- 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
- Avoid unnecessary aircraft record duplications for the same flight
Version 1.18.0.0
- Add the ability to record aircraft position over time
Version 1.17.0.0
- 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
- 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
Fix issue where updates stop and all the rows in the table gradually go stale and are removed
Version 1.14.0.0
- Fix application crash (blank tracking table) when the SQL writer is disabled
Version 1.13.0.0
- Added command line arguments support to modify the default properties supplied by the config file
Version 1.10.0.0
- Implementation of mockable timer to improve unit test stability
- Improve code coverage by excluding migrations