v0.146.7
gohugoio/hugov0.146.7Apr 22, 2025by bep
AI Summary
Primarily a revert of a previous breaking change regarding filenames and several template lookup fixes to improve reliability.
Key Highlights
- Revert breaking change from 0.146.0 regarding dots in content filenames
- Fix indeterminate template lookup with templates with and without lang
- Fix layout fallback logic when layout is set in front matter
Breaking Changes
- Revert breaking change from 0.146.0 regarding dots in content filenames
Full Release Notes
## Bug fixes * Revert the breaking change from 0.146.0 with dots in content filenames 496730840 @bep #13632 * tpl: Fix indeterminate template lookup with templates with and without lang 6d69dc88a @bep #13636 * tpl/collections: Fix where ... not in with empty slice 4eb0e4286 @bep #13621 * tpl: Fix layout fall back logic when layout is set in front matter but not found 5e62cc6fc @bep #13630 ## Improvements * parser/metadecoders: Add CSV targetType (map or slice) option to transform.Unmarshal db72a1f07 @jmooring #8859 * tpl: Detect and fail on infinite template recursion 1408c156d @bep #13627 ## Dependency Updates * build(deps): bump github.com/yuin/goldmark-emoji from 1.0.5 to 1.0.6 ad787614e @dependabot[bot] * build(deps): bump github.com/bep/imagemeta from 0.11.0 to 0.12.0 9c65b9e88 @dependabot[bot] * build(deps): bump github.com/yuin/goldmark from 1.7.9 to 1.7.10 be3b14786 @dependabot[bot]