Version 5.15
See the changelog of this version for a detailed list of changes.-
0.126.0 Minimum required Hugo version
-
Breaking Change requiring action after upgrade
-
Change Change of behavior, may require action
-
New New behavior, often introducing new options
5.15.0 (2023-05-29)
Change
-
Change Restored compatibility with Hugo 0.112.0 or higher. This does not change the minimum required Hugo version.
The
attachments
shortcode has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo <0.112.0
for now.It is planned to refactor the
attchments
shortcode in the future. This will make it possible to use the shortcode in branch bundles again but not in simple pages anymore. This will most likely come with a breaking change. -
Change The
tabs
shortcode has changed behavior if you haven’t set thegroupid
parameter.Formerly all tab views without a
groupid
were treated as so they belong to the same group. Now, each tab view is treated as it was given a unique id.
New
-
New The already known
tabs
has a new friend thetab
shortcode to make it easier to create a tab view in case you only need one single tab. Really handy if you want to flag your code examples with a language identifier.Additionally for such a use case, the whitespace between a tab outline and the code is removed if only a single code block is contained.
-
New Besides the tag taxonomy the theme now also provides the category taxonomy out of the box and shows them in the content footer of each page.