Version 5.15
See the changelog of this version for a detailed list of changes.0.95.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
attachmentsshortcode has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo <0.112.0for now.It is planned to refactor the
attchmentsshortcode 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
tabsshortcode has changed behavior if you haven’t set thegroupidparameter.Formerly all tab views without a
groupidwere 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
tabshas a new friend thetabshortcode 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.