Skip to content

v0.14.4

Compare
Choose a tag to compare
@mDuo13 mDuo13 released this 02 Dec 23:07
· 6 commits to master since this release

This release fixes several bugs:

  • The link checker no longer crashes if an <img> element in the contents is missing the src attribute. The link checker writes a log message when it encounters an image like this but does not record it as a broken link. (In HTML5, CSS files can set the path of such images using a content rule.)
  • "Watch" mode now looks for changes to all files in the template and content directories, not just ones matching limited patterns.
  • When using "watch" mode with "only" mode, builds after the first one now build only the specified page instead of rebuilding all pages on any update.

Also, updated the example CSS's dependencies.