Skip to content

Releases: johanohly/AirTrail

v3.11.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 22:41

What's Changed

Important

This patch fixes a production issue in v3.11.0 where oversized SvelteKit
preload Link headers could cause 502 Bad Gateway responses behind nginx.

🌟 Enhancements

🐛 Bug fixes

Full Changelog: v3.11.0...v3.11.1

v3.11.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 18:44

What's Changed

Warning

v3.11.0 can produce oversized preload Link headers on some routes, which may
cause 502 Bad Gateway behind nginx. Upgrade to v3.11.1.

This release adds the option to show the map in a globe view, rather than a flat map.
Additionally, you can now enable a time of day layer, to show where it is currently day and night on the map, and a rain layer to show where it is currently raining.
It is also now possible to attach a flight track to a flight, meaning instead of the map showing the flight path as a uniform arc, it will show the actual path the flight took, including taxiing if the data contains it. Tracks can be uploaded as GPX, KML, FR24 CSV, or FlightAware CSV files.

CleanShot 2026-06-28 at 20 37 36@2x

This release also includes two small security hardening fixes.

AirTrail no longer exposes user password hashes in page data or user API responses. These were Argon2id hashes, not plaintext passwords, and are only useful if someone can also guess the original password. For context, this mainly matters for weak or reused passwords; a random 12-character mixed letter/number password would be far out of reach, taking roughly a billion years to brute-force at 100,000 guesses per second. Advisory: GHSA-vwj8-562r-m3qw

OAuth account linking has also been tightened. AirTrail now validates OAuth state/PKCE data and requires the local AirTrail user password before linking an OAuth login to an existing account. The account takeover scenario required a very unusual setup: an open or compromised identity provider able to claim another user’s username. Advisory: GHSA-w7fj-fm46-r3fc

🚀 Features

🔒 Security

🌟 Enhancements

🐛 Bug fixes

New Contributors

Full Changelog: v3.10.0...v3.11.0

v3.10.0

Choose a tag to compare

@github-actions github-actions released this 23 May 19:57
026764a

What's Changed

This release makes the map much more interactive. Selecting an airport or route now opens a details pane with airport activity, related flights, local time, and METAR weather, while the selected airport or route is highlighted directly on the map. Map appearance also gets a satellite basemap, more airport detail controls, and frequency-based route coloring so heavily flown routes stand out more clearly.

AirTrail now also has a dedicated Preferences settings page for units and date/time display, including distance, wind speed, temperature, pressure, time format, date format, week start, and whether flight times are shown in airport local time, UTC, or your system timezone. Existing unit settings are migrated automatically.

CleanShot 2026-05-23 at 21 56 23@2x

🚀 Features

🌟 Enhancements

  • fix: reduce airport import memory usage by @johanohly in #562
  • feat: add frequency-based route color visualization by @Gaudv in #571

🐛 Bug fixes

  • fix: constrain deduplicate table height to viewport by @timmaurice in #572

📚 Documentation

New Contributors

  • @hwcltjn made their first contribution in #566
  • @timmaurice made their first contribution in #572

Full Changelog: v3.9.0...v3.10.0

v3.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Apr 14:48

What's Changed

This release brings a variety of new map customization options to AirTrail.
The default map style has been enhanced to show more airport details when zoomed in (like taxiways, gates etc.).
You can now change the size of/hide the airport circles on the map, change the width of the route arcs to either be uniform or proportional to the frequency of the route, and you can now optionally enable the overlay of aviation charts on the map (requires configuration of the openAIP integration).
CleanShot 2026-04-19 at 16 43 54@2x

🚀 Features

🌟 Enhancements

  • feat: allow admins to list all instance flights through flight list API endpoint by @johanohly in #559

🐛 Bug fixes

Full Changelog: v3.8.1...v3.9.0

v3.8.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 21:42

What's Changed

🌟 Enhancements

  • feat: add history for back navigation to statistics modal by @EthanShoe in #543

🐛 Bug fixes

  • fix: improve rate limiting for aircraft search by @EthanShoe in #542
  • fix: remove 'Click to view all' message in non-clickable popups by @EthanShoe in #541
  • fix: clear deleted time inputs by @johanohly in #548
  • fix: fall back to scheduled times in flight list by @johanohly in #549
  • fix: show passengers instead of flight number in mobile flight list by @johanohly in #550
  • fix: hide toolbar when nested modals are open by @johanohly in #551

New Contributors

Full Changelog: v3.8.0...v3.8.1

v3.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 10:45

What's Changed

🚀 Features

CleanShot 2026-03-28 at 11 44 29@2x

🐛 Bug fixes

  • fix: increase mobile flight list bottom spacer by @johanohly in #529

Full Changelog: v3.7.5...v3.8.0

v3.7.5

Choose a tag to compare

@github-actions github-actions released this 21 Mar 22:54

What's Changed

🌟 Enhancements

  • feat: add airtrail-admin CLI for instance management by @johanohly in #523
  • feat: extract airport codes from OurAirports keywords and protect referenced airports from deletion by @johanohly in #521
  • feat: animate settings height changes by @johanohly in #522

🐛 Bug fixes

  • fix: prevent statistics filters from overflowing on mobile by @johanohly in #519

Full Changelog: v3.7.4...v3.7.5

v3.7.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 21:27

What's Changed

🌟 Enhancements

  • feat: redesign flight list with floating toolbar by @johanohly in #510
  • feat: show filters on statistics page and add year filter by @Gaudv in #504

🐛 Bug fixes

  • fix: don't import flights with unknown airports before user maps them by @johanohly in #499
  • fix: hide create airline/airport/aircraft UI from non-admin users by @johanohly in #500
  • fix: prevent deck.gl overlay from rendering above map controls by @johanohly in #511

Full Changelog: v3.7.3...v3.7.4

v3.7.3

Choose a tag to compare

@github-actions github-actions released this 07 Mar 21:01

What's Changed

🐛 Bug fixes

  • fix: allow importing large flight files and fix dateline-crossing flights by @johanohly in #495
  • fix: open scheduled timetable tab for scheduled-only lookups by @johanohly in #496

Full Changelog: v3.7.2...v3.7.3

v3.7.2

Choose a tag to compare

@github-actions github-actions released this 04 Mar 23:31

What's Changed

🐛 Bug fixes

  • fix: validate flight date order across all time field pairs by @RubenSG00 in #490
  • fix: correct weekday tooltip mismatch for non-Sunday-start locales by @johanohly in #491

New Contributors

Full Changelog: v3.7.1...v3.7.2