AirTrail
A modern, open-source personal flight tracking system
Alternative to: flighty, app in the air, tripit
v3.0.0
2025-08-29What’s Changed
🛩️ Custom Aircraft & Airlines
At long last! You can now fully manage the list of aircraft and airlines directly inside AirTrail. Over time it became clear that relying on a fixed, hard-coded list wasn’t sustainable - it required constant maintenance and couldn’t keep up with the variety of aircraft and airlines used around the world. With this release, you’re in control. This was the last major feature gap in AirTrail, making the platform much more complete.
[!WARNING] This update includes database migrations. While they’ve been tested thoroughly, we recommend exporting your data (
Settings->Export->.json) before upgrading - just to be safe.
🚀 Features
- feat: custom aircraft by @johanohly in https://github.com/johanohly/AirTrail/pull/289
- feat: custom airlines by @johanohly in https://github.com/johanohly/AirTrail/pull/290
- feat: public sharing by @johanohly in https://github.com/johanohly/AirTrail/pull/293
- feat: Flighty import by @johanohly in https://github.com/johanohly/AirTrail/pull/292
🌟 Enhancements
- feat: introduce interactive pie charts with drill-down functionality in statistics by @johanohly in https://github.com/johanohly/AirTrail/pull/287
- feat: add cockpit seats options by @Gaudv in https://github.com/johanohly/AirTrail/pull/294
🐛 Bug fixes
- fix: prevent closing edit flight modal when removing a seat by @johanohly in https://github.com/johanohly/AirTrail/pull/288
Full Changelog: https://github.com/johanohly/AirTrail/compare/v2.7.1…v3.0.0