v0.153.1
gohugoio/hugov0.153.1Dec 20, 2025by bep
AI Summary
A bug fix release following v0.153.0, handling PNG files named as .webp, reverting deprecation logs, and fixing 404 panics.
Key Highlights
- Handle PNG named *.webp files.
- Reverted deprecation logging for contentDir per language.
- Fixed panic when 404 is backed by a content file.
- Increased WebP memory limit to 256 MiB.
Full Release Notes
> [!note] >This is a bug fix release. See the [main release](https://github.com/gohugoio/hugo/releases/tag/v0.153.0) for a list of new features. * Handle PNG named *.webp 4085ee93 @bep #14288 * Revert deprecation logging for contentDir per language 168bf17e @bep #14287 * Fix panic when 404 is backed by a content file f740d7cf @bep #14283 * internal/warpc: Increase WebP memory limit to 256 MiB 5f46da6e @jmooring #14282