Hyde v0.8.3 Release Notes

Release Date: 2011-06-20 // almost 13 years ago
    • 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)