We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035ce8e commit fe42760Copy full SHA for fe42760
docs/changelog.rst
@@ -105,6 +105,11 @@ Changed:
105
supported by our testing framework, and 5.11 is out since July 2018. Code will likely
106
still work with these versions, but as it is no longer tested, there is no guarantee.
107
* The ``shuffle`` setting was moved into the ``sort`` group.
108
+* Complete refactoring of the metadata handling. The handler functionality is moved out
109
+ to plugin space, allowing for full flexibility in choosing a suitable backend. By
110
+ default, ``metadata_pyexiv2`` or ``metadata_piexif`` is loaded, if the respective
111
+ backend is installed. The default behaviour can be overwrite by explicitly loading a
112
+ metadata plugin.
113
114
Fixed:
115
^^^^^^
0 commit comments