v0.148.2

gohugoio/hugov0.148.2Jul 27, 2025by bep

AI Summary

A maintenance release that reverts a regression in template selection and fixes issues with hyphenated code block templates and browser refresh behavior during development.

Key Highlights

  • Reverted 'implicit page' type selection during template selection
  • Fixed regression with hyphenated codeblock templates
  • Avoided full browser refresh on simple CSS changes
  • Added test for recent template selection regression

Full Release Notes

## What's Changed

* tpl: Add test for recent template selection regression 7ff5ec734 @bep #13868 
* Revert "hugolib: Honor implicit "page" type during template selection" 3937ab24d @bep #13868 
* Fix regression with hyphenated codeblock templates, e.g. render-codeblock-go-html-template.html 9c57af135 @bep #13864 
* commands: Avoid full browser refresh on simple CSS changes d240a705d @bep