Sourced from github.com/gohugoio/hugo's releases.
v0.163.3
What's Changed
- markup/highlight: Escape lang in default code block rendering ce1a7e0b
@bepthanks to@k0ngj1for reporting this issue.- parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider 70a9068a
@bep- resources: Support babel/postcss config variants 9d66d513
@jmooring#15039 #15040 #15043- hugolib: Fix page/section name collision regression f0133466
@jmooring#15046v0.163.2
What's Changed
- Continue resolving on ERR_ACCESS_DENIED in Node's resolver 134674f0
@bep#15041- markup: Standardize behavior when external converters are missing 147f605f
@jmooring#14222v0.163.1
The majority of the fixes in this release are security related (including the upstream fix in 93c8c7d3 (golang.org/x/image)). Thanks to
@vnth4nhntfor finding the issues fixed in a00b5c72 and cf9c8f93 (I will do the CVE work on this later). There has been a uptick in security reports lately, which doesn't mean that Hugo has gotten less secure, this is mostly the work of the new and powerful AI tools using Hugo's restrictive security model as their baseline. Just take a look at Go's recent security issue list to see a demonstration of this.What's Changed
- build(deps): bump golang.org/x/image from 0.41.0 to 0.42.0 93c8c7d3
@dependabot[bot]- Fix multi --renderSegments merge behavior 95e5e9f4
@bep#15024- security: Normalize integer IPv4 host encodings in http.urls check a00b5c72
@bep- Drop symlinks in os.ReadDir, os.ReadFile, os.Stat and os.FileExists cf9c8f93
@bep#15019- commands: Fix convert command 2602796c
@jmooring#15012
4d22555
releaser: Bump versions for release of 0.163.3ce1a7e0
markup/highlight: Escape lang in default code block renderinge8988c3
Merge commit 'c86d9f4aa8a58931f52df6516f10b67c807505fb'c86d9f4
Squashed 'docs/' changes from 1f8ddb8a52..e17426e2b670a9068
parser/pageparser: Preserve non-ASCII whitespace after e.g. summary
divider9d66d51
resources: Support babel/postcss config variantsf013346
hugolib: Fix page/section name collision regression96e06e1
releaser: Prepare repository for 0.164.0-DEV19a5cec
releaser: Bump versions for release of 0.163.2134674f
Continue resolving on ERR_ACCESS_DENIED in Node's resolver