Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 13:15
7348553

🚀 Features

  • Extract IMU data from GoPro videos. #692
  • Support GPS timestamps. #695
  • Sync GPX with the first available GPS timestamp. #706
  • Fallback to system SSL certificates when certifi fails. #698
  • Added file sizes. #703

🐛 Bug Fixes

  • Interpolate invalid GPS timestamps. #696
  • Fix missing make/model metadata when geotagging with GPX. #705
  • Fix PyInstaller runtime SSL hooks. #707

🔧 Improvements & Refactors

  • Refactored MP4 module. #652
  • Refactored CAMM module. #693
  • Increased sequence limit to 1000 images. #699
  • Removed deprecated code and unused scripts. #689 #701
  • Removed SSL hooks in PyInstaller. #702

🛠️ Chores & CI

  • Replaced flake8/black with ruff for linting. #691
  • Removed Pillow from development dependencies. #697
  • Added support for Python 3.13. #700

Full Changelog: v0.12.1...v0.13.0