v0.7.0
Changelog
.Metadata.title
replaced with.Info.RecipeName
..Metadata.ImageName
replaced with.Info.ImageFileName
.- Removal of trailing whitespace from
cook.stepsSection
. - Addition of double new lines to
cook.sourceSection
.
Other changes include:
- Addition of
word-wrap
option to dynamically specify the word wrap length. - Addition of
.Info.ImageFilePath
,.Info.NewRecipeFilePath
, and
.Info.RecipeFilePath
to template. - Addition of
.Config.*
to template. - Addition of config file aliases. E.g.
--word-wrap 80
from the command
line can be used aswordWrap: 80
in the config file.
Related Issues
- Fixes #33