Skip to content

v2.69.0

Compare
Choose a tag to compare
@nunocoracao nunocoracao released this 31 May 14:10
· 298 commits to main since this release
976e6d1

Small Breaking Change

TL;DR

Add enableEmoji = true to your hugo or config files to retain existing behavior.

Explanation

This release introduces a breaking change with #1496
Blowfish now supports emoji control at the Hugo level instead of the template level. The above PR submitted by @racehd removed the hardcoded emojify calls but it requires changes to the config files to support the old behavior. This means that to retain the previous emojis feature you will need to add enableEmoji = true to your hugo or config files.

What's Changed

New Contributors

Full Changelog: v2.68.0...v2.69.0