Skip to content

Releases: davewalker5/FlightRecorder

Version 1.5.0.0

05 Nov 18:24
7a2ff21
Compare
Choose a tag to compare
  • Add AeroDataBox API integration for looking up:
    • Flights
    • Airports
    • Aircraft

Version 1.4.0.0

30 Oct 12:38
d212d60
Compare
Choose a tag to compare
  • 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

27 Oct 07:07
2662e0f
Compare
Choose a tag to compare
  • Add the ability to export reports as CSV

Version 1.2.0.0

26 Oct 10:42
93870d2
Compare
Choose a tag to compare
  • Add support for background job status reporting
  • Improve unit test coverage for exports

Version 1.1.4.0

23 Oct 17:16
8e6f3e2
Compare
Choose a tag to compare
  • Added the Flights By Month report

Version 1.1.3.0

23 Oct 13:30
e0d6dda
Compare
Choose a tag to compare
  • Changes needed to support minimal aircraft properties in the database (only registration is now mandatory)

Version 1.1.1.0

22 Oct 10:12
7d36f4c
Compare
Choose a tag to compare
  • Add duplicate sightings detection
  • Add summary statistics report generation, filtered by date range, for:
    • Airlines
    • Locations
    • Manufacturers
    • Models

Version 1.0.6.0

08 Aug 07:59
2814940
Compare
Choose a tag to compare

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

29 Jul 07:46
ee295dc
Compare
Choose a tag to compare

Made the following aircraft properties optional:

  • Serial Number
  • Year of Manufacture

Version 1.0.4.0

06 Jun 18:01
e15360e
Compare
Choose a tag to compare
  • Target .NET 7
  • Dependency updates
  • Implement Country and Airport entities to store airport code information for IATA code validation