Skip to content

v1.25.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:15
· 393 commits to master since this release

Highlights

Desktop app: the new workspace (#264, GUI 2.0 milestone 1) — the three-card launcher is gone. The app is now a single window: drop a folder on the left, pick what to do — Embed telemetry, Flight map, Photo map, or Check setup — and results land in the pane on the right. The app inspects what you dropped and suggests the right mode (flight logs → Flight map, photos → Photo map), and the whole thing wears a new modern theme. This is the first milestone of a longer plan that will bring inline map previews and curated options for the full CLI feature set into the app.

One deliberate behaviour change: dropping a folder no longer runs both maps automatically — you pick the mode explicitly (one click). The CLI dji-embed dragdrop keeps the combined behaviour.

Also in this release

  • The GUI now recovers if the bundled CLI wasn't found at startup — it re-checks when you hit Run instead of staying stuck.
  • Setup check gained a clear verdict line ("Everything looks good" / "Something is missing") with per-tool ✓/✗ marks.
  • No CLI changes in this release — scripts and automation are unaffected.

Install

  • Windows app + CLI: dji-metadata-embedder-setup-1.25.0.exe below (signed)
  • CLI only: winget install CallMarcus.DJIMetadataEmbedder (after the winget PR merges) or pipx install dji-drone-metadata-embedder
  • Python: pip install dji-drone-metadata-embedder

Full Changelog: v1.24.0...v1.25.0

What's Changed

  • feat(gui): GUI 2.0 M1 — single-window workspace shell (#264 next chapter) by @CallMarcus in #325

Full Changelog: v1.24.0...v1.25.0