Version 0.1.2 "Watchful Bandicoot"
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