Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@pbogre pbogre released this 15 Feb 13:41
· 8 commits to main since this release
d65ee8a

Summary

  • Ability to fetch flight data automatically using the flight number field πŸŽ‰
  • Statistics for airline frequency πŸŽ‰
  • Various new fields, including airline, tail_number, purpose πŸŽ‰
  • Flight distance and duration will now automatically update when (implicitly) edited
  • Ability to import new fields from MyFlightRadar24
  • Many UI improvements
  • Fixes related to statistics API
  • Fixes related to importing / exporting
  • CI/CD pipeline for automatic docker images
  • Various other bug fixes and enhancements

What's Changed

  • Flight fetching via callsign by @pbogre in #76
  • Importing: Use csv module for parsing by @ClumsyAdmin in #75
  • Add Airline Field by @cfarrell987 in #77
  • (fix) Sanitize query inputs for airport, airline endpoints by @pbogre in #81
  • Automatically update flight distance when updating airports by @pbogre in #82
  • Improvements to MFR24 importing (+ import airlines) by @pbogre in #83
  • Airline statistics, grid layout improvements by @pbogre in #84
  • Update flight duration when editing arrival/departure times by @pbogre in #85
  • enhancement : CI pipeline for pushing the docker image by @Helion55 in #79

New Contributors

Full Changelog: 1.1.0...v1.1.1