Releases: jim-easterbrook/python-exiv2
Releases · jim-easterbrook/python-exiv2
python-exiv2-0.8.3
1/ Xmp LangAlt values can be accessed like a Python dict. 2/ Binary wheels are built with BMFF file support enabled.
python-exiv2-0.8.2
1/ No longer detect possible iterator invalidation (unreliable). 2/ Restructured macros to give slightly less bloated code.
python-exiv2-0.8.1
1/ Fix some causes of segfaults. 2/ Slightly change output of Metadatum.__str__().
python-exiv2-0.8.0
1/ Data iterators include checks for end of data and changed data so are less likely to segfault. 2/ Added indexing to data values to access fundamental types such as int. 3/ API change: removed access to value_ container in data values.
python-exiv2-0.7.0
1/ Add a constructor to Value subclasses that downcasts a Value. 2/ Deprecated the Value subclass downCast() static method. 3/ Include enableBMFF function when libexiv2 version >= 0.27.4.
python-exiv2-0.6.0
1/ Add Exiv2::PreviewManager to Python interface.
python-exiv2-0.5.3
1/ Binary wheels use libexiv2 version 0.27.5.
python-exiv2-0.5.2
1/ Fix several memory leaks. 2/ Create binary wheels for MacOS (as well as Linux and Windows). 3/ Fix problems installing on MSYS2 / MinGW.
python-exiv2-0.5.1
1/ Fix undefined symbol problem with Linux binary wheels. 2/ XmpProperties.registeredNamespaces() returns a Python dict.
python-exiv2-0.5.0
1/ API change: data iterators no longer have a "curr" method, as all the methods of the datum it returned are directly accessible. 2/ The BasicIo class and its subclasses are no longer available from Python.