Version 7.3
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 
7.3.0 (2025-01-26)
New
- 
New Support for Hugo’s built-in detailsshortcode by mapping it to the theme’sexpandshortcode.
- 
New The topbar button for the print format can now be hidden if the print output format is active by setting disablePrintButton=truein yourhugo.tomlor Front Matter.
- 
New The theme supports the new markdownoutput format which behaves similar in configuration as theprintoutput format but allows the Markdown source of a page to be viewed.You can see this in action on the above linked page, accessible by clicking the topbar button. 
- 
New Keyboard support for code blocks was improved so the copy to clipboard button is now reachable by TAB if disableHoverBlockCopyToClipBoard=falsewas set in thehugo.toml.
- 
New Further accessibility improvements were made for the anchor, copy to clipboard and mermaid reset functionality by using a HTML buttoninstead of aspan.