Hyde v0.8.7 Release Notes

Release Date: 2013-05-30 // almost 11 years ago
    • ๐Ÿ›  Bugfix: Ensure dependencies are handled properly when using the combine plugin. (Issue #120).
    • ๐Ÿ›  Bugfix: Ensure external urls are encoded properly. (Issue #158).

      • BREAKING: While this change will correct the weird encoding behavior, this also changes the way xxx_url macros work.
      • Do not encode the url bases (base_url, media_url). Only the path component needs to be encoded.
    • ๐Ÿ›  Bugfix: Fix subfolders for root paths on windows. (Issue #167).

      • Ensure that subfolders for layout_root, content_root, media_root and deploy_root works reliably on windows. Use fully_expanded_path for all path components.
    • ๐Ÿ›  Bugfix: Context providers now accept all valid yaml data (Issue #189).

    • ๐Ÿ›  Bugfix: Fixed raise_exceptions command line parameter handling.

    • ๐Ÿ‘ป Better exception handling. (Issue #204)

      • Hyde now propagates exceptions
      • Hyde does not raise exceptions by default. -x flag is required for raising exceptions on error.
      • Traceback is available in the verbose mode
    • โฌ†๏ธ Upgraded to commando 0.3.4

    • โฌ†๏ธ Upgraded to Jinja 2.7

    • Make sorter's prev/next links circular. (Issue #208)

    • ๐Ÿ›  Bugfix: Include project artifacts in sdist. (Issue #211)

      • Add LICENSE, AUTHORS and CHANGELOG to MANIFEST.in
    • Add "Hyde contributors" to LICENSE copyright.

    • โฌ†๏ธ Upgrade UglifyPlugin to use 2.3.5 version of uglify. (Issue #214)

    • ๐Ÿ‘ Add support for draft blog posts. (Issue #213)

    • ๐Ÿ›  Bugfix: Use clearfix class in listing.j2. (Issue #156)

    • ๐Ÿ›  Bugfix: Use relative_path instead of url in macros.j2. (Issue #180)