Releases: johno/pixyll
Releases · johno/pixyll
Pixyll 2.14.1
Pixyll 2.14.0
Pixyll 2.13.0
- Avoid publishing README, Rakefile and screenshot by adding them to the exclude list in the Jekyll config #395
- Add
lang
attribute to<html>
tag #401 - Synchronize contents of center layout file with the default layout file #403
- Update screenshot of Pixyll in README #90
- Update contributor list on about page #398
Pixyll 2.12.1
- Defect with both the underline and the horizontal spacing between links in the navigation header #400.
Thanks to Dmitrii Ostrovskii for their insightful diagnosis and reporting of this problem.
Pixyll 2.12.0
Pixyll 2.11.1
Pixyll 2.11.0
Changelog
- Dropped support for the highlight service called txtpen #379
- CSS improvement for responsive tables #347
- Use
relative_url
for constructing links to posts, for pagination, the XML feed, stylesheet and canonical links in the page header #373 #374
Compatibility
This release of Pixyll, version 2.11.0, should be compatible with the 2.10 series, but there are two reasons to increase increment the minor version:
- The txtpen service has been dropped from the theme. Although, there's a good chance no one was using it because a) there was a bug in Pixyll that kept it from working, and b) that service was discontinued
- The migration to using
relative_url
will fix people who need to use asite.base_url
in their config, but conflict with people who may have been using workarounds, see #292 or #369. They may need to resolve git conflicts when they bring in these changes to their site.
Pixyll 2.10.4
- Fix HTML defect with link tag #376.