Hyde v0.8.9 Release Notes
Release Date: 2015-11-09 // almost 9 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)