The main motivation behind this release is the Go 1.25.1 upgrade, which comes with a security fix. Hugo does not use the feature in question, but we understand that many Hugo users like to have a clean security report.
Note
Note that CSS minification now targets CSS3, removing certain optimizations that were specific to CSS2.
What's Changed
- Remove noindex meta tag from alias.html 25c0f24 @lzap
- Fix nilpointer on ToC heading 4f2d2b2 @bep #11843
- tpl/collections: Require collections.D args to be ints b8eb45c @bep #13952
- Upgrade to Go 1.25.1 1d90aff @bep #13960
- Fix config env handling for some slice options e751afa @PikachuTW #13950
- minifiers: Update deprecation handling a09b8a6 @jmooring #11893 #13947 #13948