Hyde v0.8.9 Release Notes

Release Date: 2015-11-09 // over 8 years ago
    • Add mailing list and IRC channel information to README.
    • Relax the version numbers (with an upper bound on major version) for dependencies.

    Thanks to @jonafato:

    • โšก๏ธ Update command and fswrap dependencies.
    • Use setuptools directly.
    • ๐Ÿ— Improve travis builds.
      • add caching support.
      • prevent duplicate builds.
      • add support for new container based builds.
    • ๐Ÿ“ฆ Move tests out of the hyde package.

    Thanks to @bheesham:

    • ๐Ÿ›  Bugfix: Fix favicon and apple touch icon paths in basic template.

    Thanks to @jd:

    • ๐Ÿ›  Bugfix: Paginator fails when there is no meta variable.
    • ๐Ÿ‘ Add tox support.
    • Fix setup.py and make it pep8 compliant.
    • ๐Ÿ”Œ Add pages list to resources in paginator plugin.

    Thanks to @mtahmed:

    • ๐Ÿ›  Bugfix: Ensure that self.q is assigned to None when PyQuery is unavilable.

    Thanks to @ftao:

    • ๐Ÿ›  Bugfix: Remove typo in sphinx plugin commando import.

    Thanks to Alexey Biryukov:

    • โœ… Hyde now supports assigning jinja2 custom tests similar to custom filters in site.yaml.

    Thanks to @llonchj:

    • โšก๏ธ Huge updates to unit tests, development dependencies (flake8, pep8 etc).
    • ๐Ÿ‘ Travis support.
    • ๐Ÿš€ The h binary is now deprecated and will be removed in one of the future releases.
    • ๐Ÿ‘ libsass support.

Previous changes from v0.8.8

    • ๐Ÿ›  Bugfix: Fix smartypants to 1.7.x to avoid the breaking changes in 1.8. (Issue #229)
    • ๐Ÿ›  Bugfix: Upgrade Jinja to 2.7.1 - this fixes mitsuhiko/jinja2#243.

    Thanks to @shym:

    • ๐Ÿ“š Fix various typos in documentation and code. (Issue #227)

    Thanks to @maethor:

    • Make username optional in SSH publisher. (Issue #222)

    Thanks to @merlinrebrovic:

    • Refresh the starter layout: (Issue #220)

      • Conform to changes from the newest Hyde version.
      • Clean up Markdown and add explanations.
      • Increase font sizes.
      • Remove HTML5 shiv and hgroup element (deprecated).
      • Other minor improvements.

    Thanks to @webmaster128:

    • ๐Ÿ›  Bugfix: Add spaces to menu in starter layout. (Issue #219)