Skip to content

Releases: gohugoio/hugo

v0.149.1

04 Sep 14:48
@bep bep
Compare
Choose a tag to compare

The main motivation behind this release is the Go 1.25.1 upgrade, which comes with a security fix. Hugo does not use the feature in question, but we understand that many Hugo users like to have a clean security report.

Note

Note that CSS minification now targets CSS3, removing certain optimizations that were specific to CSS2.

What's Changed

v0.149.0

27 Aug 16:06
@bep bep
Compare
Choose a tag to compare

Note

If running on Netlify, make sure you have configured your build with their latest build image, see this issue.

Hugo v0.149.0 comes with bug fixes and a set of new features/improvements, notably:

Note

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/getkin/kin-openapi from 0.132.0 to 0.133.0 45ec2f8 @dependabot[bot]
  • build(deps): bump google.golang.org/api from 0.247.0 to 0.248.0 84dd495 @dependabot[bot]
  • build(deps): bump github.com/evanw/esbuild from 0.25.6 to 0.25.9 327bbc6 @dependabot[bot]
  • build(deps): bump gocloud.dev from 0.40.0 to 0.43.0 2447138 @dependabot[bot]
  • deps: Upgrade github.com/alecthomas/chroma/v2 v2.19.0 => v2.20.0 cfc38ec @bep #13917
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront 22e579e @dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.23.11 to 2.24.0 b886615 @dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.23.8 to 2.23.11 885cd29 @dependabot[bot]
  • build(deps): bump github.com/olekukonko/tablewriter from 1.0.8 to 1.0.9 debf3c5 @dependabot[bot]
  • build(deps): bump google.golang.org/api from 0.237.0 to 0.247.0 1649f31 @dependabot[bot]
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.4 to 1.38.0 ccd6a4b @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 6dc1a17 @dependabot[bot]
  • build(deps): bump github.com/bep/simplecobra from 0.6.0 to 0.6.1 806d484 @dependabot[bot]
  • build(deps): bump golang.org/x/mod from 0.25.0 to 0.27.0 04ee1b9 @dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.12 to 1.7.13 7a86fe9 @dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.28.0 to 0.30.0 f5245a7 @dependabot[bot]
  • deps: Upgrade github.com/niklasfasching/go-org v1.8.0 => v1.9.1 5029676 @jmooring #13846

Documentation

v0.148.2

27 Jul 13:12
@bep bep
Compare
Choose a tag to compare

What's Changed

  • tpl: Add test for recent template selection regression 7ff5ec7 @bep #13868
  • Revert "hugolib: Honor implicit "page" type during template selection" 3937ab2 @bep #13868
  • Fix regression with hyphenated codeblock templates, e.g. render-codeblock-go-html-template.html 9c57af1 @bep #13864
  • commands: Avoid full browser refresh on simple CSS changes d240a70 @bep

v0.148.1

11 Jul 13:22
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.148.0

08 Jul 14:00
@bep bep
Compare
Choose a tag to compare

Note

There's some minor breaking changes in this release. Please read this thread for more information.

Note

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6 0a5b870 @dependabot[bot]
  • build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 94e2c27 @dependabot[bot]
  • build(deps): bump github.com/niklasfasching/go-org from 1.8.0 to 1.9.0 e77b2ad @dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 9487acf @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.32.0 to 0.34.0 1e9a0b9 @dependabot[bot]

v0.147.9

23 Jun 08:43
@bep bep
Compare
Choose a tag to compare

Improvements and fixes

Dependency Updates

  • build(deps): bump google.golang.org/api from 0.221.0 to 0.237.0 621ea42 @dependabot[bot]
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.1 to 1.36.4 34e8378 @dependabot[bot]
  • build(deps): bump golang.org/x/image from 0.27.0 to 0.28.0 4d3ebe4 @dependabot[bot]
  • deps: Upgrade github.com/spf13/cast v1.8.0 => v1.9.2 b5c0383 @jmooring

v0.147.8

07 Jun 13:52
@bep bep
Compare
Choose a tag to compare

The primary motivation behind this release is to get the Docker package security patched and up to date.

Improvements

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.3 to 0.25.5 21a4a9a @dependabot[bot]
  • build(deps): bump github.com/niklasfasching/go-org from 1.7.0 to 1.8.0 7a4a479 @dependabot[bot]
  • build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 54065b7 @dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.11 to 1.7.12 e333836 @dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.23.5 to 2.23.8 cc7bfee @dependabot[bot]

v0.147.7

31 May 12:55
@bep bep
Compare
Choose a tag to compare

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0 7525963 @dependabot[bot]
  • build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 0df9f35 @dependabot[bot]
  • build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 302e6a7 @dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.2 to 2.18.0 202fe0d @dependabot[bot]
  • deps: Upgrade github.com/olekukonko/tablewriter v0.0.5 => v1.0.7 13e1617 @bep

v0.147.6

27 May 11:33
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Improve warning message on superfluous prefix when using function 'partials.Include' e57dcd3 @deining
  • Fix recent regression with cascading of params to content adapters eaf5ace @bep #13743
  • Fix it so e.g. de in layouts/_shortcodes/de.html is not interpreted as a language code 9ad26b6 @bep #13740
  • commands: Make sure the browser gets refreshed on changes when --disableFastRender is set f471936 @bep #13727
  • tpl/transform: Expose the KaTeX strict option 013c8cf @jmooring #13729

v0.147.5

22 May 11:57
@bep bep
Compare
Choose a tag to compare

We have gotten some requests about updating the minifier library we use, so here you go @myitcv and others. I'm probably going to regret doing that particular upgrade on a Thursday, but so be it.

What's Changed

  • Fix live reload when editing inline partials 0c7b1a3 @bep #13723
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.23.5 970b887 @dependabot[bot]