Skip to content

matugen-v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 19:38
· 225 commits to main since this release
ead1f17

Added Custom keywords

  • Example config:
[config.custom_keywords.font]
find = 'font1'
replace = 'Google Sans'
  • Usage in templates:
{{ custom.font1 }}

Added

  • add span of file in template render error
  • add custom keywords

Fixed

  • --show-colors, --json not showing without an image
  • wrong hsl color in generated file
  • do not open file before rendering template

Other