--------------------
* ``Tags.add()`` accepts hierarchical tag names.
* Replaced ``DigikamObjectNotFound`` and ``DigikamMultipleObjectsFound`` with
``DigikamObjectNotFoundError`` and ``DigikamMultipleObjectsFoundError``. The
old exceptions are still present for compatibility, but will be removed in
the future.
* Changed capitalize() in enum string representations to title().