-------------------- * Added support for MySQL without nested sets in `Tags` (DBVersion > 10). * Raise ``DigikamVersionError`` when trying to access properties not supported by the used database version. * Added ``Album.modificationDate`` and ``AlbumRoot.caseSensitivity``.
0.2.1
-------------------- * Digikam.__init__: don't log sensitive data. * BasicProperties: added get method. * Imageinformation.orientation can be None.
0.2.0
-------------------- * Changes may break existing code. * Image.caption returns string instead of tuple. * ExifMeteringMode: Fixed typo in CENTER_WEIGHTED_AVERAGE.
0.1.3
-------------------- * Fixed exceptions when some ImageMetadata columns contain NULL. * Fixed column names in nested tags check.