Skip to content

Sky Dolly 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@till213 till213 released this 09 Apr 13:04
· 1801 commits to main since this release
bcf6636

This release further improves the plugin import/export architecture and supports new import/export formats.

New plugins

  • GeoJSON export, including style properties (interpreted e.g by https://geojson.io)
  • GPX export plugin, including the possibility to export real-world timestamps (useful for GPX "photo tagging" of screenshots taken during flight recording)

Improvements

  • Import
    • All files (of the same format) can now be imported from the selected directory
    • Imported aircraft can be added to the same (formation) flight, or into distinct flights
  • Export:
    • File existence is now checked before overwriting existing files
    • The entire flight formation may now be exported, into separate files or - if supported - into a single file (e.g. KML and GPX)
    • All export plugins support data resampling (1 Hz, 2 Hz, 5 Hz, original data, ...)
  • The CSV plugin now supports export in flightradar24.com CSV format
  • The IGC plugin now exports "K records" (every 20 seconds), including true heading (HDT) and indicated airspeed (IAS)
  • The KML export plugin does not have any line segment size limitation anymore
  • Miscellaneous
    • Various usability improvements (button shortcuts, consistent title-case for push buttons)
    • Additional selectable aircraft (selectable in file import) from the sim update 7 (F/A 18, PC-6, Pitts Special, NX Cub, Volocity)
    • Initial online help (very much work in progress)

Bug fixes

  • The flight cereation time is now properly updated upon start of flight recording (not at the end when the flight is persisted)
  • The logbook now properly shows simulation start- and end times (not local times)
  • The IGC export plugin now properly exports simulation timestamps (not local timestamps)