Skip to content

v0.14.0a1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Apr 19:00
· 105 commits to main since this release

🚀 Features

  • feat: exiftool integration: geotag with exiftool after native parsing by @ptpt in #737

🐛 Bug Fixes

  • fix: EXIF extraction by @ptpt in #728
  • fix: add back MAPFilename by @ptpt in #739
  • fix: check distance for duplications when compass angles are not found by @ptpt in #718
  • fix: distinguish GoPro and other cameras using the same gpmd format by @ptpt in #740
  • fix: make sure the same sequence always produces the same zipfile by @ptpt in #738

🔧 Improvements

  • improve: check video sequence/video for null island, speed, and file size by @ptpt in #719
  • improve: improve authentication UI by @ptpt in #733
  • improve: add tests for sequence processing by @ptpt in #720
  • improve: handle upload errors by @ptpt in #736
  • improve: performance for CAMM processing by @ptpt in #731
  • improve: performance for blackvue processing by @ptpt in #729
  • improve: remove md5sum calculation from processing stage by @ptpt in #725
  • improve: speed up GoPro processing by @ptpt in #722
  • improve: speed up native EXIF parsing by @ptpt in #721

🛠️ Refactors and Chores

  • refactor: Improve uploader and CAMM mp4 builder by @ptpt in #735
  • refactor: improve uploader related modules by @ptpt in #734
  • refactor: move stationary check from geotagging to process_sequence_properties.py by @ptpt in #726
  • refactor: simplify geotagging by @ptpt in #727
  • refactor: upload zips by @ptpt in #732
  • refactor: use visitor pattern to parse different CAMM entries by @ptpt in #723
  • chore: add all GoPro related to gpmf module by @ptpt in #724
  • chore: decrease chunk size to make upload more responsive by @ptpt in #717
  • chore: fix test cli by @ptpt in #730

Full Changelog: v0.13.3...v0.14.0a1