============================================================
* Bugfix: A bad bug in Expando that modified the ``__dict__`` has been fixed.
(Issue 53)
* Tags now support metadata. Metadata can be provided as part of the tagger
plugin configuration in ``site.yaml``
* Ensured that the context data & providers behave in the same manner. Both
get loaded as expandos. (Issue 29)
* ``hyde serve`` now picks up changes in config data automatically.
(Issue 24)
* Bugfix: ``hyde create`` only fails when ``content``, ``layout`` or
``site.yaml`` is present in the target directory. (Issue 21)
* Bugfix: Exceptions are now handled with ``ArgumentParser.error``.
* Bugfix: Sorter excludes items that do not have sorting attributes.
(Issue 18)
* Wrapped ``<figure>`` inside ``<div>`` to appease markdown. (Issue 17)
* Added ``display:block`` for html5 elements in basic template so that it
works in not so modern browsers as well. (Issue 17)
Thanks to Joe Steeve.
* Changed deploy location for main.py and fixed entry point in
``setup.py``. (Issue 56)
Thanks to stiell
* Bugfix: Better mime type support in hyde server (Issue 50)
* Bugfix: Support empty extension in tagger archives (Issue 50)
Thanks to gfuchedzhy
* Bugfix: Hyde server now takes the url cleaner plugin into account.
(Issue 54)
Thanks to vincentbernat
* Bugfix: Ensure image sizer plugin handles external urls properly.
(Issue 52)
Thanks to rfk
* Added PyPI publisher (Issue 49)
* Bugfix: Made ``site.full_url`` ignore fully qualified paths (Issue 49)
Thanks to vincentbernat
* Added JPEG Optim plugin (Issue 47)
* Fixes to CLTransformer (Issue 47)