The big new feature in this relase is the new version
config option on Module imports, which allows you to set the requested module version query directly in your Hugo configuration (e.g. hugo.toml
). This is a feature that have been requested by many, and I (@bep) was reminded about it by this recent thread, which also outlines a common use case for this: Mounting multiple old versions/branches of API documentation into the project.
What's Changed
- build(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 d1f6a1d @dependabot[bot]
- modules: Add support for direct version module imports in hugo.toml 747cf4a @bep #13964
- resources/page: Fix truncated summary logic d8774d7 @jmooring #13967 #13968
- config/security: Add PROGRAMDATA to the osenv allowlist 3b8947d @jmooring