Version 5.17
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.17.0 (2023-06-22)
Change
-
Change Th' default behavior fer th' copy-to-clipboard feature fer code blocks has changed.
Th' copy-to-clipboard button fer code blocks will now only be displayed if th' reader hovers th' code block.
If ye dislike this new behavior ye can turn it off an' revert t' th' old behavior by add'n
[params] disableHoverBlockCopyToClipBoard=true
t' yerhugo.toml
.
New
-
New Restored compatibility wit' Cap'n Hugo 0.114.0 or higher. This does not change th' minimum required Cap'n Hugo version.
-
New Th' new
highlight
shortcode replaces Hugo’s default implementat'n an' be fully compatable. So ye don’t need t' change anyth'n.In addit'n it offers some extensions. Currently only th'
wrap
extension opt'n be provided t' control whether a code block should be wrapped or scrolled if t' long t' fit.