Skip to content

Version 0.1.2 "Watchful Bandicoot"

Compare
Choose a tag to compare
@allejo allejo released this 27 Jun 21:54
· 362 commits to develop since this release

For this release, all effort was focused on stabilizing the watch command and getting it out of its experimental phase.

Here's the changelog since the beta 1 release:

New

  • Add new build.preserveCase option to the configuration file which allows you to preserve the case of a permalink path. This option defaults to false meaning all permalinks are still converted to lower case. (#55)
  • ContentItems now support a redirect_from option in the FrontMatter to have custom redirects on a per ContentItem basis (#26)

Fixes

  • Watching a folder with spaces in any part of the path works as intended
  • The target folder is automatically excluded and will no longer have a nested version of itself (#54)
  • The basename attribute is now available in ContentItems that don't have a parent PageView set (#53)