v0.147.3
gohugoio/hugov0.147.3May 12, 2025by bep
AI Summary
A functional release introducing a new MaxInt64 math function and improving content adapter cascading, alongside several bug fixes for configuration and shortcodes.
Key Highlights
- Add MaxInt64 function to template math library
- Fix cascade for content adapters
- Fix environment override of configuration slices
- Fix Vimeo shortcode to accommodate API changes
New Features
- New MaxInt64 math function
Full Release Notes
Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in [the documentation](https://gohugo.io/functions/math/maxint64/). * tpl/tplimpl: Change calls to simple versions of embedded shortcodes 81426998b @jmooring #13700 * config: Fix env override of slices bc98e7a80 @bep #13707 * Fix/implement cascade for content adapters c745a3e10 @bep #13692 * commands: Fix description of new theme commands 9d1d8c889 @jmooring #13701 * tpl/tplimpl: Fix vimeo shortcode test to accommodate API changes 84d7a108e @jmooring #13687 * tpl/math: Add MaxInt64 function 325a0dba6 @jmooring #13693