Releases: jnordberg/wintersmith
Releases · jnordberg/wintersmith
Version 2.1.0
- Markdown plugin now resolves relative urls to content other items in the content tree (thanks @jeromew)
- Added
auto
option to syntax highlighting that will try to auto detect language used - CLI now exits with code 1 if something went wrong
- Hopefully fixed errors due to multiple file change events in windows (thanks @DaveCTurner)
- Tweaks to the blog example
Version 2.0.10
Maintenance release
- Fix some jade 1.0 issues – thanks @AlexZeitler and @Razorfish-Central
- Fix a bug that caused large sites (800+ files) to fail rendering – @jeromew
- Update all dependencies and fix a few issues arising from that
Version 2.0.9
Couple of bugfixes related to running wintersmith programatically
Version 2.0.8
Small bugfix release
- Display plugin handling the request in preview server log
- Sort filenames in content tree
- UTF8 fixes (@rolftimmermans @aularon)
- Make
Page
more subclass-friendly (@acdlite) - Layout fixes in template (@tusharmath)
Version 2.0.7
Republish of 2.0.6 since npm publish
stopped running prepublish hooks and thus not compiling the coffeescript before uploading it to the servers.
Also added a version.js file to the compiled package so wintersmith -V
will now report the version that was built and not just whatever is in package.json.
Version 2.0.6
- Added filename templating
- Added alternate syntax for metadata in markdown #154
- Bugfixes