Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:59
· 431 commits to master since this release

Highlights

Desktop app polish (#292 round 1). The Windows app got a finishing pass: a photo home screen, fixed step-screen layout (progress bars now span the window, content sits balanced), a dashed drop zone that highlights when you drag a folder over it, live per-file progress ("DJI_0042.MP4 (3 of 12)"), CLI warnings shown on the Done screen so a partial success is never silent, and a failure screen with the tail of the real error plus a Copy details button for bug reports.

Better maps on phones. Photomap pins are now touch-friendly — bigger tap targets and no hover tooltips swallowing the first tap on iOS (#295). New --popup-fields lets you choose what EXIF details the map shows (or none to strip them from the HTML entirely — pairs well with --redact) (#296).

For AI-assisted users and contributors. New HELP.md — paste it into your AI assistant to get grounded answers about this tool. New AGENTS.md for contributors.

Deprecation notice. dji-embed ui (the legacy local web UI) is deprecated and will be removed in a future minor release. Use the Windows desktop app, or dji-embed photomap <folder> --serve for the interactive map.

What's Changed

  • feat(gui): home-screen background image + headless screenshot capture in #294
  • fix(photomap): touch-friendly pins — no hover tooltips, larger tap targets in #297
  • feat(photomap): --popup-fields controls what EXIF info the map displays in #298
  • docs: untrack CLAUDE.md; add AGENTS.md and HELP.md in #299
  • chore: remove orphaned scripts, refresh CI baseline, deprecate the ui command in #300
  • feat(gui): visual polish round 1 — step layout, spacing, drop-zone affordance (#292) in #301
  • feat(gui): per-file progress counts + warning surfacing (#292) in #304
  • feat(gui): failure screen stderr tail + Copy details (#292) in #303

Full Changelog: v1.21.0...v1.22.0