Releases: davewalker5/FlightRecorder
Releases · davewalker5/FlightRecorder
Version 1.5.0.0
- Add AeroDataBox API integration for looking up:
- Flights
- Airports
- Aircraft
Version 1.4.0.0
- Added the export attribute to fields in the job status entity
- This allows it to be exported as a CSV report
Version 1.3.0.0
- Add the ability to export reports as CSV
Version 1.2.0.0
- Add support for background job status reporting
- Improve unit test coverage for exports
Version 1.1.4.0
- Added the Flights By Month report
Version 1.1.3.0
- Changes needed to support minimal aircraft properties in the database (only registration is now mandatory)
Version 1.1.1.0
- Add duplicate sightings detection
- Add summary statistics report generation, filtered by date range, for:
- Airlines
- Locations
- Manufacturers
- Models
Version 1.0.6.0
Fixed CSV export bug where aircraft year of manufacture was always written as the current year in cases where no year of manufacture was supplied for an aircraft
Version 1.0.5.0
Made the following aircraft properties optional:
- Serial Number
- Year of Manufacture
Version 1.0.4.0
- Target .NET 7
- Dependency updates
- Implement Country and Airport entities to store airport code information for IATA code validation