Skip to content

v0.10.2 - EXIF tags

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 20:29
· 174 commits to main since this release
8af549e

Automatically add tags from EXIF data.

The only EXIF tags are the currently hardcoded make and model, and they are added to the file as exif:make:<make> and exif:model:<model> tags respectively.

To enable the automatic addition of these tags, you need to enable it in the config.

tags:
  enable: true
  exif:
    enable: true

Bonus: this PR also fixes the root enable, as only enabled worked before. enabled will keep working for now to not break existing configurations.

What's Changed

Full Changelog: v0.10.1...v0.10.2