Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 08:39
· 36 commits to main since this release

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.

v1.0.0 - 2025-11-11

Compare with first commit

Added

  • Add badges to README and update Makefile cleanup (fbd0dfd by cankanoa).
  • Add installation instructions and refine documentation (8f7babf by cankanoa).
  • Add Camera2Geo Processing Provider with new processing tools (b538307 by cankanoa).
  • Add versioning, formatting, and update build configuration (479aab4 by cankanoa).
  • Add new functions and QGIS usage details to README (30b967d by cankanoa).
  • Add exiftool to Conda environment in CI workflow (5b919a0 by cankanoa).
  • Add scikit-image as a dependency (cee8075 by cankanoa).
  • Add SciPy to required dependencies (85b86fa by cankanoa).
  • Add pytest configuration file (9d414e3 by cankanoa).
  • Add unit tests for all user facing functions and update main.yml to work with tests (282b3ea by cankanoa).
  • Add CLI interface, update metadata handling, and docstrings (0ec2092 by cankanoa).
  • Add metadata handling functions and examples, remove FocalLength metadata from DJI_0812.JPG (b5d95e1 by cankanoa).
  • Add Mavic 2 Pro example data and update Python script (7144b5b by cankanoa).
  • Add missing docstrings and improve return logic in search (d493e83 by cankanoa).
  • Add clean target to Makefile and update plugin build steps (6ece265 by cankanoa).
  • Add new low-resolution icon (d9731b5 by cankanoa).
  • Add new design asset: icon.afdesign (501dbc1 by cankanoa).
  • Add GitHub Actions workflows for CI/CD and plugin deployment (9ce28ae by cankanoa).
  • Add QGIS-specific files to .gitignore (4de961a by cankanoa).
  • Add initial QGIS plugin project structure with documentation and scripts. (edc9c9e by cankanoa).
  • Add core functionality for drone image processing from Drone-Footprints github library (fdc5f03 by cankanoa).

Fixed

  • Fix typo: replace "convertion" with "conversion" (2f7be0a by cankanoa).

Removed

  • Remove requirements.txt and update dependencies in pyproject.toml (87739c2 by cankanoa).
  • Remove deprecated files and comment out config initialization. (33e4d90 by cankanoa).
  • Remove unused logging and streamline processing logic (3953a8a by cankanoa).