v0.147.9
gohugoio/hugov0.147.9Jun 23, 2025by bep
AI Summary
This release focuses on improving error handling and terminal output, specifically making remote resource errors suppressible and enabling color output on Windows.
Key Highlights
- Changed resources.GetRemote errors to suppressible warnings
- Enabled color output on Windows
- Fixed false negatives in warnings
- Fixed nil map initialization
Full Release Notes
## Improvements and fixes * Remove WARN with false negatives 6a4a3ab8f @bep #13806 * resources/page: Make sure a map is always initialized 36f6f987a @bep #13810 * tpl/tplimpl: Copy embedded HTML table render hook to each output format 18a9ca7d7 @jmooring #13351 * tpl/tplimpl: Change resources.GetRemote errors to suppressible warnings b6c8dfa9d @jmooring #13803 * common/terminal: Enable color output on windows 4217fee4b @jmooring #8209 * hugolib: Remove test for deprecated future 4ef572014 @bep ## Dependency Updates * build(deps): bump google.golang.org/api from 0.221.0 to 0.237.0 621ea42f3 @dependabot[bot] * build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.1 to 1.36.4 34e83789f @dependabot[bot] * build(deps): bump golang.org/x/image from 0.27.0 to 0.28.0 4d3ebe4d2 @dependabot[bot] * deps: Upgrade github.com/spf13/cast v1.8.0 => v1.9.2 b5c0383bd @jmooring