v0.147.7
gohugoio/hugov0.147.7May 31, 2025by bep
AI Summary
This release fixes language handling in shortcode templates and ensures that unreferenced but changed bundle resources are properly republished.
Key Highlights
- Fixed language handling in shortcode templates
- Ensured unreferenced but changed bundle resources get republished
- Respected disablePathToLower for permalink tokens
- Added KaTeX warning handling
Full Release Notes
## Bug fixes * Fix language handling in shortcode templates 5273a884d @bep #13767 * Make sure that unreferenced but changed bundle resources gets republished 766a2e786 @bep #13748 * resources/page: Respect disablePathToLower for permalink tokens 843ffeb48 @jmooring #13755 ## Improvements * Handle KaTeX warnings (#13760) 633494851 @bep #13735 * common/collections: Increase test coverage bff5d1912 @pixel365 * parser/pageparser: Add coverage for all IsX methods of Item da370d30d @pixel365 * resources: Remove unused interface 6bd328c58 @bep ## Dependency Updates * build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0 75259636c @dependabot[bot] * build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 0df9f3510 @dependabot[bot] * build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 302e6a726 @dependabot[bot] * build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.2 to 2.18.0 202fe0d45 @dependabot[bot] * deps: Upgrade github.com/olekukonko/tablewriter v0.0.5 => v1.0.7 13e161755 @bep